Skip to content

Releases: siemens/element

v48.10.0

15 Jan 09:05

Choose a tag to compare

48.10.0 (2026-01-15)

Features

  • ag-grid: add Element theme for AG Grid (4cfe0ef)
  • charts: theme change without reloading the chart (4cbfd82)

Bug Fixes

  • select: maintain filtered rows when updating all rows (29d3337)

DEPRECATIONS

  • charts: The method SiChartComponent.resetChart is deprecated and should not be used by the consumer directly.

v48.9.0

19 Dec 15:58

Choose a tag to compare

48.9.0 (2025-12-19)

Features

  • angular: add support for Angular 21 (11fce52)
  • dashboards-ng: support widgets as standalone component (5dad1d4)
  • filtered-search: support free text as pills (1970897)

Bug Fixes

  • charts/circle: align with figma specs (75157e7)
  • side-panel: ensure search bar focus outline is visible (32d3959), closes #1204

NOTES

  • angular: Angular without ZoneJS (Zoneless) is generally supported but due to incomplete of testing,
    it might not work in all cases.

v48.8.0

17 Dec 16:49

Choose a tag to compare

48.8.0 (2025-12-17)

Features

  • side-panel: add extended size option (199e451)
  • side-panel: enhance navigation with router-link and link support (3f8679a)
  • side-panel: implement fullscreen overlay and navigation modes (526773f)

Bug Fixes

  • date-range-filter: update datepicker date-range on preset selection (70433ae)
  • datepicker: convert 12 AM to 0 hours for 12-hour clock (1f2eb16)
  • icon: render font icons when name contains kebab-case with numbers (8684c7f)
  • password-toggle: hide MS Edge built-in reveal toggle icon (fdba859)

v48.7.0

10 Dec 12:01

Choose a tag to compare

48.7.0 (2025-12-10)

Features

  • chat-messages: allow asterisk lists and simple images for markdown renderer (7559fce)
  • typeahead: introduce experimental create option (a2b2ae9)

Bug Fixes

  • charts/cartesian: confine tooltip for cartesian (f3dc55f)
  • datatable: support compatibility with datatable v22 (bedc4ec)
  • loading-spinner: should work in zoneless environment (09b6530)

v48.6.0

02 Dec 20:19

Choose a tag to compare

48.6.0 (2025-12-02)

Features

  • datatable: support @siemens/ngx-datatable@25 (c89d4f6)
  • microchart-line: add area support (de15e4d)

Bug Fixes

  • icon: don't use hardcoded id on svg (8b0792f)
  • microchart-line: fix gradient ID not unique (0a1ceb0)
  • schematics: ignore dot files and node_modules in directory traversal (b97e4ce)
  • schematics: remove simpl-element-ng token from scss files and support single and double quotes (8500e73)
  • summary-chip: make value attribute optional (ea69015)

v48.5.2

26 Nov 17:17

Choose a tag to compare

48.5.2 (2025-11-26)

Bug Fixes

  • map: avoid TypeError when clicking point without handler (b8f36b4)
  • schematics: scss migration should not modify node_modules (e521c20)
  • translate-ng: prevent unwanted import of ngx-translate (d8a636c)

v48.5.1

26 Nov 13:06

Choose a tag to compare

48.5.1 (2025-11-26)

Bug Fixes

  • application-header: replace ngx-translate dependency with element translate pipe (8a8022c)
  • badges: prevent misaligned icons (452db9a)
  • datepicker: fix incorrect week numbers (c84fceb)
  • schematics: add symbols in exports as well for NgModule (ac2fd82)

v47.12.1

26 Nov 10:31

Choose a tag to compare

47.12.1 (2025-11-26)

Bug Fixes

  • application-header: deprecate App interface (7f9aa73)
  • loading-spinner: slow down animation isof stopping for reduced-motion (bef5284)
  • map: avoid TypeError when clicking point without handler (13f7f01)

DEPRECATIONS

  • application-header: Deprecate App interface.

    No longer extend from the App interface, instead use either AppLink or AppRouterLink.

v48.5.0

24 Nov 14:19

Choose a tag to compare

48.5.0 (2025-11-24)

Features

  • schematics: add mappings for native charts components and module (fe9fea5)

Bug Fixes

  • application-header: truncate heading if needed in collapsed mode (32f270a)
  • charts/custom-legend: align symbol spacing with design specs (778b889)
  • chat-messages: allow dragging on files to chat-input (40019e0)
  • chat-messages: allow interrupting with enter (19112a6)
  • loading-spinner: slow down animation isof stopping for reduced-motion (0c8371c)
  • schematics: add support for SimplElementNgModule imports and update mappings (5260687)
  • schematics: add translation mapping in element-ng case and update mappings (8b9df33)
  • schematics: update path imports for cross-platform compatibility and update mapping file (2e7a2dc)

Performance Improvements

  • dashboards-ng: optimize lookups (fb3da90)

v48.4.0

13 Nov 13:46

Choose a tag to compare

48.4.0 (2025-11-13)

Features

  • chat-messages: add chat container (bb5ef0c)
  • select: add template context guard for select actions directive (d16b4b8)

Bug Fixes

  • chat-messages: auto-collapse smaller left-aligned chat-messages (52cde0a)
  • datepicker: add translation key for today button default text (fb082e5)
  • schematics: remove unused imports after action-modal migration (d79cb07)