Skip to content

Releases: siemens/ix

@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

@siemens/ix-angular@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

  • #2267 4b76803 Thanks @lzeiml! - An issue for ModalService and ToastService in ix-angular/standalone has been fixed and can now be injected correctly.

    Fixes #2060

  • #2267 4b76803 Thanks @lzeiml! - defineCustomElement is now called for modal related functions in ix-angular/standalone, fixing production builds. Fixes #2263, make sure to swap to the ModalService from ix-angular/standalone instead of ix-angular for this fix.

  • #2283 052bf07 Thanks @alexkaduk! - Fixed an issue where ix-tree with a custom renderItem function would throw a runtime error ("TypeError: this.renderItem is not a function")

    Fixes #2274

  • Updated dependencies [3cb0ab3, 9cb98da, 4dbed06]:

    • @siemens/ix@4.2.0

@siemens/ix@4.1.0

01 Dec 08:25
8ef7f86

Choose a tag to compare

Minor Changes

  • #2213 18969f0 Thanks @GayatriK2002! - Correct non numeric page value or page value beyond the range of ix-pagination. Closes #2144

  • #2081 1623c19 Thanks @1307-Dev! - Added support for implicit form submission when pressing Enter in ix-input, ix-number-input, ix-date-input and ix-time-input forms

  • #2048 0a23b64 Thanks @varun-srinivasa! - Allow to individually disable button and dropdown button in ix-split-buttons.

  • #2062 95523d3 Thanks @lzeiml! - Add support for numbers in scientific notation (e.g. 1E-2) for ix-number-input.

  • #2062 95523d3 Thanks @lzeiml! - Add temporary property allowEmptyValueChange to ix-number-input. Setting this property enables valueChange to emit null values.

    Fixes #1968.

  • #1979 73ebf49 Thanks @hawacodes! - ix-select automatically showing an 'All' chip when all items are selected in multiple mode and collapse-multiple-selection=true is provided

Patch Changes

@siemens/ix-vue@4.1.0

01 Dec 08:25
8ef7f86

Choose a tag to compare

Minor Changes

  • #2213 18969f0 Thanks @GayatriK2002! - Correct non numeric page value or page value beyond the range of ix-pagination. Closes #2144

  • #2081 1623c19 Thanks @1307-Dev! - Added support for implicit form submission when pressing Enter in ix-input, ix-number-input, ix-date-input and ix-time-input forms

  • #2048 0a23b64 Thanks @varun-srinivasa! - Allow to individually disable button and dropdown button in ix-split-buttons.

  • #2062 95523d3 Thanks @lzeiml! - Add support for numbers in scientific notation (e.g. 1E-2) for ix-number-input.

  • #2159 6c74fdd Thanks @1307-Dev! - Add dismissModal function to allow programmatic closing of ix-modals.

  • #2062 95523d3 Thanks @lzeiml! - Add temporary property allowEmptyValueChange to ix-number-input. Setting this property enables valueChange to emit null values.

    Fixes #1968.

  • #1979 73ebf49 Thanks @hawacodes! - ix-select automatically showing an 'All' chip when all items are selected in multiple mode and collapse-multiple-selection=true is provided

Patch Changes

@siemens/ix-react@4.1.0

01 Dec 08:25
8ef7f86

Choose a tag to compare

Minor Changes

  • #2213 18969f0 Thanks @GayatriK2002! - Correct non numeric page value or page value beyond the range of ix-pagination. Closes #2144

  • #2081 1623c19 Thanks @1307-Dev! - Added support for implicit form submission when pressing Enter in ix-input, ix-number-input, ix-date-input and ix-time-input forms

  • #2048 0a23b64 Thanks @varun-srinivasa! - Allow to individually disable button and dropdown button in ix-split-buttons.

  • #2062 95523d3 Thanks @lzeiml! - Add support for numbers in scientific notation (e.g. 1E-2) for ix-number-input.

  • #2159 6c74fdd Thanks @1307-Dev! - Add dismissModal function to allow programmatic closing of ix-modals.

  • #2062 95523d3 Thanks @lzeiml! - Add temporary property allowEmptyValueChange to ix-number-input. Setting this property enables valueChange to emit null values.

    Fixes #1968.

  • #1979 73ebf49 Thanks @hawacodes! - ix-select automatically showing an 'All' chip when all items are selected in multiple mode and collapse-multiple-selection=true is provided

Patch Changes

@siemens/ix-docs@4.1.0

01 Dec 08:47
eecd4dc

Choose a tag to compare

@siemens/ix-docs

4.0.0

Major Changes

@siemens/ix-angular@4.1.0

01 Dec 08:25
8ef7f86

Choose a tag to compare

Minor Changes

  • #2213 18969f0 Thanks @GayatriK2002! - Correct non numeric page value or page value beyond the range of ix-pagination. Closes #2144

  • #2081 1623c19 Thanks @1307-Dev! - Added support for implicit form submission when pressing Enter in ix-input, ix-number-input, ix-date-input and ix-time-input forms

  • #2048 0a23b64 Thanks @varun-srinivasa! - Allow to individually disable button and dropdown button in ix-split-buttons.

  • #2062 95523d3 Thanks @lzeiml! - Add support for numbers in scientific notation (e.g. 1E-2) for ix-number-input.

  • #2159 6c74fdd Thanks @1307-Dev! - Add dismissModal function to allow programmatic closing of ix-modals.

  • #2062 95523d3 Thanks @lzeiml! - Add temporary property allowEmptyValueChange to ix-number-input. Setting this property enables valueChange to emit null values.

    Fixes #1968.

  • #1979 73ebf49 Thanks @hawacodes! - ix-select automatically showing an 'All' chip when all items are selected in multiple mode and collapse-multiple-selection=true is provided

Patch Changes