Skip to content

Releases: siemens/ix

@siemens/ix@4.4.0

30 Mar 10:27
dd0f8e2

Choose a tag to compare

Minor Changes

Patch Changes

  • #2336 f41cc19 Thanks @1307-Dev! - Trigger validityStateChange events everytime values change for ix-input, ix-number-input, ix-textarea, ix-date-input and ix-time-input.

    Fixes #2315 and #2323

  • #2419 b0f7e21 Thanks @danielleroux! - CSS variables updated:
    --theme-color-secondary--hover from #002E38 to #002639
    --theme-color-secondary--active from #00252E to #001D2B

  • #2391 a66629c Thanks @1307-Dev! - Prevent redundant eye icon in ix-inputs of type password rendered by Microsoft user agents.

    Fixes #2367.

  • #2404 07501d6 Thanks @GayatriK2002! - Keep user input if select items change in ix-select.

    Fixes #1716

  • #2259 1ab8b30 Thanks @1307-Dev! - Make sure custom ix-tree-items allow selection via mouse click.

    Fixes #2098

  • #2355 6868d5b Thanks @1307-Dev! - Add change event to ix-input, ix-date-input and ix-time-input.

    Fixes #1811

  • #2357 aec1cad Thanks @lakshmi-priya-b! - Toggle theme mode will work in ix-menu.

    Fixes #2326

  • #2441 72ef7ef Thanks @alexkaduk! - Unify hover behavior for input end slots and use 16px icon in end-slot icon buttons.

    Affected components: ix-input (password toggle), ix-date-input (calendar), ix-time-input (clock).

  • #2408 a5f8477 Thanks @1307-Dev! - Reflect disabled state to DOM for ix-group-item.

    Reflect disabled state to DOM for ix-group-item.

    Fixes #2370

  • #2422 b38ca0a Thanks @khathija-ahamadi! - Prevent dragging of ix-upload element itself.

    Fixes #2390

  • #2410 80cf574 Thanks @1307-Dev! - Make sure contained elements don't close ix-modal unintentionally if closeOnBackdropClick is set.

    Fixes #2401

  • #2434 420de9b Thanks @danielleroux! - Update color tokens from input elements

  • #2363 c4c70a9 Thanks @lzeiml! - Fixed a floating point precision error when using stepper buttons in ix-number-input. Closes #2360

  • #2381 a35d9b7 Thanks @lakshmi-priya-b! - Show overflow context menu only if neccessary (small viewport or explicit overflow content) in ix-application-header.

    Fixes #2346

  • #2377 3551db0 Thanks @1307-Dev! - Submit forms with submit button element, only if button is accessible in light DOM to prevent error.

    Fixes #2362

  • #2440 d980365 Thanks @danielleroux! - Add missing time unit to css variables --theme-default-time, --theme-medium-time, --theme-short-time, --theme-slow-time and --theme-x-slow-time

  • #2361 ed5ef88 Thanks @GayatriK2002! - Add default strings for ARIA attributes for:

    • ix-chip
    • ix-date-input
    • ix-date-picker
    • ix-datetime-picker
    • ix-drawer
    • ix-dropdown-button
    • ix-expanding-search
    • ix-modal-header
    • ix-pagination
    • ix-pane
    • ix-select
    • ix-tabs
    • ix-toast
    • ix-tree-item
  • #2416 6741f86 Thanks @lakshmi-priya-b! - Esure correct icon orientaion and single-click close behavior in ix-pane.

    Fixes #2325

  • #2357 aec1cad Thanks @lakshmi-priya-b! - Theme switcher correctly supports legacy CSS theme class based approach.

  • #2293 0933909 Thanks @nuke-ellington! - Make sure property textareaRows is applied when set on ix-textarea.
    Properties textareaHeight and textareaWidth handle units like REM, EM, px, and % correctly.

    Fixes #1975

  • #2375 22b09ee Thanks @1307-Dev! - Enable keyboard interaction (toggle submenu) on ix-menu-item while NVDA screen reader is active.

  • #2382 ef0c635 Thanks @alexkaduk! - Enable touch scrolling for ix-tabs on mobile devices using Pointer Events API.

    Fixes #1296

  • #2457 ab2099e Thanks @SaiYugandhar03! - Reflect the type as string property to the DOM of an ix-toast

@siemens/ix-vue@4.4.0

30 Mar 10:27
dd0f8e2

Choose a tag to compare

Minor Changes

Patch Changes

@siemens/ix-react@4.4.0

30 Mar 10:27
dd0f8e2

Choose a tag to compare

Minor Changes

Patch Changes

@siemens/ix-echarts@3.0.2

30 Mar 10:27
dd0f8e2

Choose a tag to compare

Patch Changes

  • #2403 5e95ce7 Thanks @nuke-ellington! - Use Siemens Sans font.

  • SPDX-FileCopyrightText: 2026 Siemens AG

  • SPDX-License-Identifier: MIT

  • This source code is licensed under the MIT license found in the

  • LICENSE file in the root directory of this source tree.
    */

@siemens/ix-echarts

@siemens/ix-docs@4.4.0

30 Mar 10:27
dd0f8e2

Choose a tag to compare

@siemens/ix-docs@4.4.0

@siemens/ix-angular@4.4.0

30 Mar 10:27
dd0f8e2

Choose a tag to compare

Minor Changes

Patch Changes

@siemens/ix-aggrid@4.0.2

30 Mar 10:27
dd0f8e2

Choose a tag to compare

Patch Changes

@siemens/ix@4.3.0

03 Feb 17:29
@siemens/ix@4.3.0
f42a36e

Choose a tag to compare

Minor Changes

  • #2341 0299abd Thanks @alexkaduk! - feat(dropdown): add enableTopLayer prop for Popover API rendering

    Introduces a new enableTopLayer prop for ix-dropdown and all consuming components to enable rendering in the browser's top layer using the Popover API. This resolves z-index and stacking context issues, particularly with AG Grid and other complex layouts.

  • #2280 9842b69 Thanks @1307-Dev! - Add property passive to ix-card, ix-action-card, and ix-push-card allowing to suppress mouse states.

  • #2287 fb0edfd Thanks @alexkaduk! - Improved accessibility for the following components: ix-menu, ix-menu-item, ix-menu-settings, ix-menu-about, ix-menu-expand-icon, and ix-icon-button.

    API changes:

    • ix-menu-settings: Added ariaLabelCloseButton prop (default: "Close Settings")
    • ix-menu-about: Added ariaLabelCloseButton prop (default: "Close About")

    Deprecations (will be removed in 5.0.0):

    • ix-menu: i18nExpandSidebar prop
    • ix-application-header: ariaLabelMenuExpandIconButton prop
  • #2282 79eed16 Thanks @lakshmi-priya-b! - add new hide-icon property for ix-toast component

  • #2051 3c937af Thanks @1307-Dev! - ix-slider is now form-ready

Patch Changes

@siemens/ix-vue@4.3.0

03 Feb 17:24
@siemens/ix-vue@4.3.0
f42a36e

Choose a tag to compare

Minor Changes

  • #2341 0299abd Thanks @alexkaduk! - feat(dropdown): add enableTopLayer prop for Popover API rendering

    Introduces a new enableTopLayer prop for ix-dropdown and all consuming components to enable rendering in the browser's top layer using the Popover API. This resolves z-index and stacking context issues, particularly with AG Grid and other complex layouts.

  • #2280 9842b69 Thanks @1307-Dev! - Add property passive to ix-card, ix-action-card, and ix-push-card allowing to suppress mouse states.

  • #2287 fb0edfd Thanks @alexkaduk! - Improved accessibility for the following components: ix-menu, ix-menu-item, ix-menu-settings, ix-menu-about, ix-menu-expand-icon, and ix-icon-button.

    API changes:

    • ix-menu-settings: Added ariaLabelCloseButton prop (default: "Close Settings")
    • ix-menu-about: Added ariaLabelCloseButton prop (default: "Close About")

    Deprecations (will be removed in 5.0.0):

    • ix-menu: i18nExpandSidebar prop
    • ix-application-header: ariaLabelMenuExpandIconButton prop
  • #2051 3c937af Thanks @1307-Dev! - ix-slider is now form-ready

Patch Changes

@siemens/ix-react@4.3.0

03 Feb 17:26
@siemens/ix-react@4.3.0
f42a36e

Choose a tag to compare

Minor Changes

  • #2341 0299abd Thanks @alexkaduk! - feat(dropdown): add enableTopLayer prop for Popover API rendering

    Introduces a new enableTopLayer prop for ix-dropdown and all consuming components to enable rendering in the browser's top layer using the Popover API. This resolves z-index and stacking context issues, particularly with AG Grid and other complex layouts.

  • #2280 9842b69 Thanks @1307-Dev! - Add property passive to ix-card, ix-action-card, and ix-push-card allowing to suppress mouse states.

  • #2287 fb0edfd Thanks @alexkaduk! - Improved accessibility for the following components: ix-menu, ix-menu-item, ix-menu-settings, ix-menu-about, ix-menu-expand-icon, and ix-icon-button.

    API changes:

    • ix-menu-settings: Added ariaLabelCloseButton prop (default: "Close Settings")
    • ix-menu-about: Added ariaLabelCloseButton prop (default: "Close About")

    Deprecations (will be removed in 5.0.0):

    • ix-menu: i18nExpandSidebar prop
    • ix-application-header: ariaLabelMenuExpandIconButton prop
  • #2051 3c937af Thanks @1307-Dev! - ix-slider is now form-ready

Patch Changes