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.
June 24 2026
WebJET Elements 0.6.1 refines wje-orgchart after the technical-node release and adds safe item click handling.
wje-orgchart-itemdispatcheswje-orgchart-item:clickwhen the card is clicked; clicking the expander remains reserved for collapsing or expanding the subtree.- Nested flat charts with a single visible item keep the incoming connector, and edge items and groups now use square connector corners.
- The demo and regression tests cover single and multiple virtual branches, including expander behavior and connector rendering.
0.6.0
minorJune 24 2026
WebJET Elements 0.6.0 adds support for technical nodes in wje-orgchart, allowing organizational data entities without their own card to render without empty blue tiles.
wje-orgchart-itemsupports thevirtualattribute, keeping the child tree in the structure while omitting its own card and expander.wje-orgchartsupports theflatattribute, removing incoming vertical connector spacing for nested trees that should continue on the same visual level.- Virtual items preserve the horizontal connector between visible siblings and no longer draw their own vertical connectors or rounded corners on the technical bridge.
- Documentation, demo coverage, and regression tests cover the
virtual+flatcomposition, including alignment and edge connector behavior.
0.5.2
patchJune 20 2026
WebJET Elements 0.5.2 expands wje-breadcrumbs with compact mobile collapsed variants for narrow headers and file-manager scenarios.
collapsed-variantnow supportstext,back,parent-title,menu-title, andsheet; the existingdropdownvalue and default button mode remain backward compatible.- Mobile variants under
breakpoint-collapse="menu"render the full breadcrumb trail compactly as the current title, a parent back action, parent context, or a menu/sheet fallback with the full path. - Compact controls preserve clicks on the original breadcrumb items, data-driven
wje-breadcrumbs:item-clickevents, href navigation, keyboard support, and accessible labels for back and menu actions. wje-toolbar-actionnow adds readable text for icon-only actions in the overflow menu fromaria-label,title,label,data-label, ortooltip.- New mobile CSS classes and tokens support ellipsis and text tuning inside toolbars, and the toolbar demo now includes a
variant="standard"select for switching collapsed variants.
0.5.1
patchJune 16 2026
WebJET Elements 0.5.1 refines breadcrumbs in toolbars, responsive trail collapsing, and theming for the native breadcrumb wrapper.
wje-breadcrumbssupportsbreakpoint-collapse="menu", allowing the whole trail to move into one menu below the breakpoint while regularmax-itemsshortening remains active above it.- The default hamburger for the breakpoint menu can be changed with
breakpoint-collapse-iconor fully replaced through thebreakpoint-collapse-triggerslot; without the slot, the defaultwje-buttonremains in place. collapsed-variant="dropdown"registers the required dropdown dependencies, switches the active indicator correctly across breakpoint changes, removes orphan separators, and adds readable labels for icon-only menu items fromaria-labelortitle.wje-breadcrumbsyncstitleandaria-labelto the internal anchor and adds the--wje-breadcrumb-line-height,--wje-breadcrumb-native-line-height,--wje-breadcrumb-native-margin, and--wje-breadcrumb-native-paddingCSS tokens with compatible aliases for the previous padding and margin variables.- The toolbar demo and documentation were aligned with the current breadcrumb behavior, overflow actions, and labelled icon-only Home breadcrumbs.
0.5.0
minorJune 15 2026
WebJET Elements 0.5.0 adds data-driven breadcrumbs, immediate image loading, and layout refinements across forms and toolbar composition.
wje-breadcrumbssupports data-driven items throughitems, incrementally updates DOM byid, and dispatcheswje-breadcrumbs:item-clickwith the original item and index.wje-breadcrumbsyncs link attributes to the internal anchor, and disabled items no longer navigate.wje-imgsupportsno-lazy/noLazyfor applying the realsrcimmediately.wje-select,wje-option, andwje-input clearablehandle long text, end-slot actions, and clear buttons beside number inputs more reliably.wje-toolbaradds the--wje-toolbar-margin-inlineand--wje-toolbar-margin-blockCSS variables.
0.4.8
patchMay 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.