Skip to content

Releases: siemens/element

v48.11.1

20 Apr 12:36

Choose a tag to compare

48.11.1 (2026-04-20)

Bug Fixes

  • datepicker: correctly classify noon as PM in si-timepicker meridian detection (8044beb), closes #1886

v49.6.0

13 Apr 18:58

Choose a tag to compare

49.6.0 (2026-04-13)

Features

  • schematics: add migration schematic for modal options from initialState to inputValues (37401de)

Bug Fixes

  • datepicker: set correct range preview on dateRange input changes (d34bd15)
  • live-preview: code editor cursor position misaligned (25ce952)
  • theme: align checkbox and radio inputs (0332eb4)
  • toast-notification: fix missing toasts when called during bootstrap (bfa89b8)
  • tooltip: remove min-width constraint from tooltip (548b313)

v49.5.0

09 Apr 10:54

Choose a tag to compare

49.5.0 (2026-04-09)

Features

  • element-theme: introduce btn ghost style (63dcabb)
  • microchart-progress: improve accessibility (f0de43a)
  • modal: migrate .modal-backdrop to use CSS starting-style instead of using timers (abf3119)
  • navbar-vertical-next: add navbar-vertical-next component (5a378b6)

Bug Fixes

  • buttons: selection buttons hover state (5bbba31)
  • charts: import missing echarts imports (fd1a5e0)
  • charts: visualize datasets in si-chart-cartesian and si-chart (233009b), closes #1761
  • chat-messages: improve chat container layout (b9c27b4)
  • dashbaords-ng: use square icon style for edit button (daf06ee)
  • dashboards-ng: use siTooltip over html native tooltip (712e77b)
  • datatable: use correct header-height (4d96425)
  • element-theme: reduce button padding to align with design specs (b98ef66), closes #1801
  • file-uploader: fix icon and text alignment (0ebca28)
  • filtered-search: only emit criteriaValueChange once after option selection (cf8fbd8)
  • live-preview: hide StackBlitz button without element-theme dependency (d885f54)
  • tooltip: remove aria-describedby when tooltip is disabled (d204337)
  • tree-view: ensure contextMenuItems input changes are automatically applied (1a0f1c4)
  • typography: align code and pre tags with UX (81de50b)

NOTES

  • element-theme: The ghost button naming deviates from the usual button naming convention to avoid breaking changes.
    The .btn-primary-ghost class has been added to represent the updated ghost button style,
    while the .btn-ghost class continues to represent the tertiary ghost style buttons.

    With the next major release, the ghost button naming will be updated to match the button naming conventions.

v49.4.0

26 Mar 14:13

Choose a tag to compare

49.4.0 (2026-03-26)

Features

  • threshold: add useAliasForStepValues input to display alias labels (1dadebc)

Bug Fixes

  • application-header: highlight active route on mobile (4d25237)

v49.3.0

25 Mar 08:32

Choose a tag to compare

49.3.0 (2026-03-25)

Features

  • card: add support for card-outline (2ef16f9)
  • dashboards-ng: extend module-federation version range to include v21 (e669f31)
  • navbar-vertical: allow to customize search debounce time (fe05c29)
  • side-panel: extract status actions into new component (f796850)

Bug Fixes

  • form: align col-form-label with form-control and form-check (bd1e763)
  • form: prevent feedback icon from disappearing on hover in readonly inputs (52a3441)
  • header-dropdown: use correct icon size for checked item (047ded0)
  • side-panel: use correct spacing in collapse mode (5c1fd2b)

DEPRECATIONS

  • side-panel: The input SiSidePanelContentComponent.statusActions should no longer be used.
    Use the new <si-side-panel-actions> instead:

    <si-side-panel-content>
      <si-side-panel-actions>
          <button
            type="button"
            si-side-panel-action
            icon="element-alarm-background-filled"
            iconColor="status-danger"
            stackedIcon="element-alarm-tick"
            stackedIconColor="text-body"
            (click)="action()"
          >
            Action
          </button>
      </si-side-panel-actions>
    </si-side-panel-content>

v48.11.0

25 Mar 09:16

Choose a tag to compare

48.11.0 (2026-03-25)

Features

  • side-panel: extract status actions into new component (cf03426)

DEPRECATIONS

  • side-panel: The input SiSidePanelContentComponent.statusActions should no longer be used.
    Use the new <si-side-panel-actions> instead:

    <si-side-panel-content>
      <si-side-panel-actions>
          <button
            type="button"
            si-side-panel-action
            icon="element-alarm-background-filled"
            iconColor="status-danger"
            stackedIcon="element-alarm-tick"
            stackedIconColor="text-body"
            (click)="action()"
          >
            Action
          </button>
      </si-side-panel-actions>
    </si-side-panel-content>

v49.2.0

18 Mar 17:31

Choose a tag to compare

49.2.0 (2026-03-18)

Features

  • live-preview: support creating a stackblitz based on an example (e5a6877)
  • ngx-datatable: support @siemens/ngx-datatable v26 (a872638)
  • typeahead: make overlay scroll strategy configurable (3bd1e5a)

Bug Fixes

  • maps: add extraProperties to map feature point to match MapPointMetaData interface (a337170)
  • map: show popover with name and description on click (21b9d2e)
  • select: optimize single selection rendering (2873d0b)

v49.1.0

13 Mar 07:59

Choose a tag to compare

49.1.0 (2026-03-13)

  • Revert "chore(element-ng): narrow @siemens/ngx-datatable peer dependency to v25" (cc760f1)

Features

  • datatable: add theming for the datatable summary row (9f5a354)
  • landing-page: add default texts for forgot password and register now links (b4dc71a)
  • live-preview: allow apps to use AOT compilation with live preview (240ed53)
  • tabs: add contentOverflowAuto attribute to si-tabset for auto-scrolling (b4d22b8)
  • tabs: provide the ability to render a tabpanel outside the tabset via CDK DOM Portal (3c6a39e)
  • typeahead: experimental option source with loading state (a673a56)

Bug Fixes

  • card: use correct spacing in si-action-card (4c15dad)
  • dashboards-ng: prevent unnecessary widgetRef config updates (9032307)
  • filtered-search: only emit doSearch once for each change (c75bde8)
  • landing-page: pass loginAlert action and translationParams (71854e6), closes #1555
  • landing-page: prevent initial animation (0c9ce58)
  • launchpad: align external icon size and spacing with design specs (d04db2a)
  • navbar-vertical: remove absolute positioning from title (b45b7a3)
  • schematics: distinguish files from directories during ts compilation (e010e2c)
  • side-panel: hide fullscreen button on smaller breakpoints (282005b), closes #1529
  • typography: align lead with body-lg (95cc743)

v47.12.2

04 Mar 05:02

Choose a tag to compare

47.12.2 (2026-03-04)

Bug Fixes

  • datepicker: fix incorrect week numbers (c43bfbe)
  • tree-view: use hasAnyChildren from parent to determine inline padding (df648db)

v48.10.3

19 Feb 07:35

Choose a tag to compare

48.10.3 (2026-02-19)

Bug Fixes

  • schematics: add mappings for various chart options (18b50b5)