Changelog
This page collects published versions of WebJET Elements and their release notes directly in the documentation.
As the release is being prepared, a final changelog is being added here for users to make new features, fixes and breaking changes visible outside of Git history.
The complete release history for WebJET Elements is available on GitHub. The latest published changes are listed below.
This page is the changelog source shown in the documentation.
May 19 2026
WebJET Elements 0.4.8 refines the responsive behavior of toolbars, breadcrumbs, and toolbar actions so they stay predictable across real layout changes.
wje-toolbar-actionsupports responsive collapsing via thebreakpointattribute, can move overflow actions into an existingwje-dropdownwith a separatingwje-divider, supports custom actions marked withdata-toolbar-action, and now fills the external dropdown correctly on first page load.wje-breadcrumbssupports breakpoint-aware collapsing, derives trailing items frommax-itemscorrectly, and no longer flickers on resize in either button or dropdown mode.wje-toolbarno longer overrides self-managed breadcrumbs or actions, so explicitmax-itemsandbreakpointsettings remain intact even when combined with a custom dropdown menu.
0.4.5
patchMay 18 2026
WebJET Elements 0.4.5 fine-tunes horizontal overflow in wje-tab-group after real-world use in narrower and nested layouts.
wje-tab-groupno longer forces its own outer display mode, so it respects the parent layout more reliably.- Tabs are remeasured against the current content and available width before moving into the three-dot menu.
- The width of the three-dot trigger is measured even while the menu is hidden, so tabs do not collapse earlier than necessary.
0.4.4
patchMay 16 2026
WebJET Elements 0.4.4 fixes horizontal overflow in wje-tab-group so tabs behave predictably even in more complex layouts.
- Horizontal
wje-tab-groupnow reliably uses the component's full available width instead of a width inferred from content. - The three-dot dropdown appears exactly when tabs no longer fit and does not reserve space in advance while all tabs still fit.
- The active tab and items moved into the menu keep the correct order and state.
0.4.3
patchMay 13 2026
WebJET Elements 0.4.3 fixes numeric input behavior and lazy-loaded select options.
wje-inputwithtype="number"now preserves decimal values while typing and keeps attributes such asstep,min,max, andinputmodein sync.clearableno longer overlaps native number steppers, and both docs and demo now include dedicated number examples with and without clearable mode.wje-selectautomatically focuses the find input on open, andwje-options lazyappends dynamic options directly intowje-infinite-scroll/wje-list.
0.4.2
patchApril 23 2026
WebJET Elements 0.4.2 improves overlay behavior for forms and nested menus.
wje-selectnow supports theportaledattribute, allowing its option list to render outside the local container and work correctly in layouts withoverflow: hidden, dialogs, or other overlays.- Portaled
wje-selectmoves realwje-optionelements instead of cloning them, preserving selection state, checkbox/multiple behavior, and options loaded throughwje-options. wje-dropdownno longer closes its parent dropdown when a nested dropdown item is clicked inside a dialog.
0.4.1
patchApril 10 2026
WebJET Elements 0.4.1 expands the toast system with a new stacked mode and aligns both documentation and demos.
wje-toastnow supports layered stacking viastacked, new positions viastack-position, and depth configuration viastack-depth, including centered and corner layouts.- The stacked toast demo and API docs were expanded with a configurable playground, corner positions, and both English and Slovak examples.
- Picker examples in
wje-inputwere fixed so selected values are written immediately and the layout no longer breaks in demo or docs.
0.4.0
minorApril 1 2026
WebJET Elements 0.4.0 brings more flexibility for composing interfaces and significantly expands the documentation.
- Carousel now supports a gap-aware multi-slide layout via
slide-per-page, full-width custom content in single-slide mode, and a new opt-incontinuous-loopmode for continuous strips. - The documentation was expanded with design tokens, skeleton loading scenarios, localization guides, and a visible changelog directly in docs.
- New demos and improved development aliases were added so the local demo no longer loads an outdated build from
/dist.
To see more releases, visit GitHub.