Skip to main content

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.

0.4.8

patchLatest Production Version

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-action supports responsive collapsing via the breakpoint attribute, can move overflow actions into an existing wje-dropdown with a separating wje-divider, supports custom actions marked with data-toolbar-action, and now fills the external dropdown correctly on first page load.
  • wje-breadcrumbs supports breakpoint-aware collapsing, derives trailing items from max-items correctly, and no longer flickers on resize in either button or dropdown mode.
  • wje-toolbar no longer overrides self-managed breadcrumbs or actions, so explicit max-items and breakpoint settings remain intact even when combined with a custom dropdown menu.

0.4.5

patch

May 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-group no 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

patch

May 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-group now 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

patch

May 13 2026

WebJET Elements 0.4.3 fixes numeric input behavior and lazy-loaded select options.

  • wje-input with type="number" now preserves decimal values while typing and keeps attributes such as step, min, max, and inputmode in sync.
  • clearable no longer overlaps native number steppers, and both docs and demo now include dedicated number examples with and without clearable mode.
  • wje-select automatically focuses the find input on open, and wje-options lazy appends dynamic options directly into wje-infinite-scroll / wje-list.

0.4.2

patch

April 23 2026

WebJET Elements 0.4.2 improves overlay behavior for forms and nested menus.

  • wje-select now supports the portaled attribute, allowing its option list to render outside the local container and work correctly in layouts with overflow: hidden, dialogs, or other overlays.
  • Portaled wje-select moves real wje-option elements instead of cloning them, preserving selection state, checkbox/multiple behavior, and options loaded through wje-options.
  • wje-dropdown no longer closes its parent dropdown when a nested dropdown item is clicked inside a dialog.

0.4.1

patch

April 10 2026

WebJET Elements 0.4.1 expands the toast system with a new stacked mode and aligns both documentation and demos.

  • wje-toast now supports layered stacking via stacked, new positions via stack-position, and depth configuration via stack-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-input were fixed so selected values are written immediately and the layout no longer breaks in demo or docs.

0.4.0

minor

April 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-in continuous-loop mode 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.