Releases: siemens/element
Releases · siemens/element
v48.11.1
v49.6.0
49.6.0 (2026-04-13)
Features
- schematics: add migration schematic for modal options from
initialStatetoinputValues(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
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
codeandpretags with UX (81de50b)
NOTES
-
element-theme: The ghost button naming deviates from the usual button naming convention to avoid breaking changes.
The.btn-primary-ghostclass has been added to represent the updated ghost button style,
while the.btn-ghostclass 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
v49.3.0
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-labelwithform-controlandform-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.statusActionsshould 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
48.11.0 (2026-03-25)
Features
- side-panel: extract status actions into new component (cf03426)
DEPRECATIONS
-
side-panel: The input
SiSidePanelContentComponent.statusActionsshould 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
v49.1.0
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
doSearchonce 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
leadwithbody-lg(95cc743)