Skip to content

Releases: siemens/ix

@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

@siemens/ix-echarts@3.0.1

03 Feb 17:27
@siemens/ix-echarts@3.0.1
f42a36e

Choose a tag to compare

Patch Changes

@siemens/ix-docs@4.3.0

03 Feb 17:18
f42a36e

Choose a tag to compare

Patch Changes

@siemens/ix-angular@4.3.0

03 Feb 17:25
@siemens/ix-angular@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@4.2.0

10 Dec 14:26
591d914

Choose a tag to compare

Patch Changes

  • #2285 3cb0ab3 Thanks @alexkaduk! - Fix invalidText property not being applied to ix-date-input and ix-time-input when internal validation fails.

    The invalidText property now correctly takes precedence over the i18n error messages when both are set. Previously, the i18n message would always be shown for internal validation errors (unparsable dates/times or min/max violations), ignoring the user's custom invalidText.

    Fixes #2183.

  • #2284 9cb98da Thanks @lzeiml! - Fixed an issue in ix-time-picker where focusing numbers would scroll the page outside the component container.

    Fixes #2138

  • #2214 4dbed06 Thanks @nuke-ellington! - Update counter pill background for ix-tab-item.

@siemens/ix-vue@4.2.0

10 Dec 14:26
591d914

Choose a tag to compare

Minor Changes

  • #2267 4b76803 Thanks @lzeiml! - Framework specific functions/services for modals and messages have been added to ix-angular, ix-react and ix-vue.

    • MessageService has been added to ix-angular and ix-angular/standalone. This service can be used to show messages using the showMessage function and different pre defined messages using the functions info, warning, error, success and question.
    • LoadingService has been added to ix-angular and ix-angular/standalone. This service can be used to display the loading modal using showModalLoading.
    • showModalLoading utility function has been added to ix-react and ix-vue.
    • showMessage, showMessage.info, showMessage.warning, showMessage.error, showMessage.success, showMessage.question utility functions have been added to ix-react and ix-vue.

Patch Changes

@siemens/ix-react@4.2.0

10 Dec 14:26
591d914

Choose a tag to compare

Minor Changes

  • #2267 4b76803 Thanks @lzeiml! - Framework specific functions/services for modals and messages have been added to ix-angular, ix-react and ix-vue.

    • MessageService has been added to ix-angular and ix-angular/standalone. This service can be used to show messages using the showMessage function and different pre defined messages using the functions info, warning, error, success and question.
    • LoadingService has been added to ix-angular and ix-angular/standalone. This service can be used to display the loading modal using showModalLoading.
    • showModalLoading utility function has been added to ix-react and ix-vue.
    • showMessage, showMessage.info, showMessage.warning, showMessage.error, showMessage.success, showMessage.question utility functions have been added to ix-react and ix-vue.

Patch Changes

@siemens/ix-docs@4.2.0

10 Dec 14:26
591d914

Choose a tag to compare

@siemens/ix-docs@4.2.0