Releases: siemens/ix
@siemens/ix@4.2.0
Patch Changes
-
#2285
3cb0ab3Thanks @alexkaduk! - FixinvalidTextproperty not being applied to ix-date-input and ix-time-input when internal validation fails.The
invalidTextproperty 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 custominvalidText.Fixes #2183.
-
#2284
9cb98daThanks @lzeiml! - Fixed an issue in ix-time-picker where focusing numbers would scroll the page outside the component container.Fixes #2138
-
#2214
4dbed06Thanks @nuke-ellington! - Update counter pill background for ix-tab-item.
@siemens/ix-vue@4.2.0
Minor Changes
-
#2267
4b76803Thanks @lzeiml! - Framework specific functions/services for modals and messages have been added to ix-angular, ix-react and ix-vue.MessageServicehas been added to ix-angular and ix-angular/standalone. This service can be used to show messages using theshowMessagefunction and different pre defined messages using the functionsinfo,warning,error,successandquestion.LoadingServicehas been added to ix-angular and ix-angular/standalone. This service can be used to display the loading modal usingshowModalLoading.showModalLoadingutility function has been added to ix-react and ix-vue.showMessage,showMessage.info,showMessage.warning,showMessage.error,showMessage.success,showMessage.questionutility functions have been added to ix-react and ix-vue.
Patch Changes
@siemens/ix-react@4.2.0
Minor Changes
-
#2267
4b76803Thanks @lzeiml! - Framework specific functions/services for modals and messages have been added to ix-angular, ix-react and ix-vue.MessageServicehas been added to ix-angular and ix-angular/standalone. This service can be used to show messages using theshowMessagefunction and different pre defined messages using the functionsinfo,warning,error,successandquestion.LoadingServicehas been added to ix-angular and ix-angular/standalone. This service can be used to display the loading modal usingshowModalLoading.showModalLoadingutility function has been added to ix-react and ix-vue.showMessage,showMessage.info,showMessage.warning,showMessage.error,showMessage.success,showMessage.questionutility functions have been added to ix-react and ix-vue.
Patch Changes
@siemens/ix-docs@4.2.0
@siemens/ix-docs@4.2.0
@siemens/ix-angular@4.2.0
Minor Changes
-
#2267
4b76803Thanks @lzeiml! - Framework specific functions/services for modals and messages have been added to ix-angular, ix-react and ix-vue.MessageServicehas been added to ix-angular and ix-angular/standalone. This service can be used to show messages using theshowMessagefunction and different pre defined messages using the functionsinfo,warning,error,successandquestion.LoadingServicehas been added to ix-angular and ix-angular/standalone. This service can be used to display the loading modal usingshowModalLoading.showModalLoadingutility function has been added to ix-react and ix-vue.showMessage,showMessage.info,showMessage.warning,showMessage.error,showMessage.success,showMessage.questionutility functions have been added to ix-react and ix-vue.
Patch Changes
-
#2267
4b76803Thanks @lzeiml! - An issue forModalServiceandToastServicein ix-angular/standalone has been fixed and can now be injected correctly.Fixes #2060
-
#2267
4b76803Thanks @lzeiml! -defineCustomElementis 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
052bf07Thanks @alexkaduk! - Fixed an issue where ix-tree with a customrenderItemfunction 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
Minor Changes
-
#2213
18969f0Thanks @GayatriK2002! - Correct non numeric page value or page value beyond the range of ix-pagination. Closes #2144 -
#2081
1623c19Thanks @1307-Dev! - Added support for implicit form submission when pressing Enter inix-input,ix-number-input,ix-date-inputandix-time-inputforms -
#2048
0a23b64Thanks @varun-srinivasa! - Allow to individually disable button and dropdown button in ix-split-buttons. -
#2062
95523d3Thanks @lzeiml! - Add support for numbers in scientific notation (e.g. 1E-2) for ix-number-input. -
#2062
95523d3Thanks @lzeiml! - Add temporary propertyallowEmptyValueChangeto ix-number-input. Setting this property enablesvalueChangeto emit null values.Fixes #1968.
-
#1979
73ebf49Thanks @hawacodes! -ix-selectautomatically showing an 'All' chip when all items are selected in multiple mode andcollapse-multiple-selection=trueis provided
Patch Changes
-
#2156
6a075cdThanks @lakshmi-priya-b! - Make sure arrow position is correct even after placement of ix-tooltip changes. -
#2181
1e58f0eThanks @GayatriK2002! - addtext-alignmentproperty to input components -
#2033
a56c2e1Thanks @1307-Dev! - Prevent empty space if no icon is shown in category-filter. -
#2171
6bee493Thanks @lakshmi-priya-b! - Prevent showing empty tooltip for inputs ifshow-text-as-tooltip=true. Closes #2147 -
#2275
7c571f0Thanks @alexkaduk! - Always show underline for ix-link-button and HTML anchor tags. -
#2208
36b7634Thanks @lakshmi-priya-b! - Prevent emitting validityStateChange event if now actual validity is changed. Closes #2095 -
#2105
d9268c2Thanks @lakshmi-priya-b! - Remove filter from dropdown and input when selecting an item in ix-select. -
#2189
9954ba9Thanks @lakshmi-priya-b! - Update padding and icon alignment of ix-tooltip. -
#2044
6fb28faThanks @Nadim901! - Preventix-menu-settingsandix-menu-aboutto trigger tabChange event twice. Fixes #1596 -
#2080
eb33537Thanks @GayatriK2002! - Only focus input after user interaction with ix-category-filter. -
#2269
1cbe35fThanks @alexkaduk! - Update layout for ix-date-picker and ix-time-picker.
@siemens/ix-vue@4.1.0
Minor Changes
-
#2213
18969f0Thanks @GayatriK2002! - Correct non numeric page value or page value beyond the range of ix-pagination. Closes #2144 -
#2081
1623c19Thanks @1307-Dev! - Added support for implicit form submission when pressing Enter inix-input,ix-number-input,ix-date-inputandix-time-inputforms -
#2048
0a23b64Thanks @varun-srinivasa! - Allow to individually disable button and dropdown button in ix-split-buttons. -
#2062
95523d3Thanks @lzeiml! - Add support for numbers in scientific notation (e.g. 1E-2) for ix-number-input. -
#2159
6c74fddThanks @1307-Dev! - Add dismissModal function to allow programmatic closing of ix-modals. -
#2062
95523d3Thanks @lzeiml! - Add temporary propertyallowEmptyValueChangeto ix-number-input. Setting this property enablesvalueChangeto emit null values.Fixes #1968.
-
#1979
73ebf49Thanks @hawacodes! -ix-selectautomatically showing an 'All' chip when all items are selected in multiple mode andcollapse-multiple-selection=trueis provided
Patch Changes
-
#2181
1e58f0eThanks @GayatriK2002! - addtext-alignmentproperty to input components -
#2208
36b7634Thanks @lakshmi-priya-b! - Prevent emitting validityStateChange event if now actual validity is changed. Closes #2095 -
Updated dependencies [
6a075cd,18969f0,1623c19,1e58f0e,0a23b64,a56c2e1,95523d3,6bee493,7c571f0,36b7634,d9268c2,9954ba9,6fb28fa,eb33537,95523d3,73ebf49,1cbe35f]:- @siemens/ix@4.1.0
@siemens/ix-react@4.1.0
Minor Changes
-
#2213
18969f0Thanks @GayatriK2002! - Correct non numeric page value or page value beyond the range of ix-pagination. Closes #2144 -
#2081
1623c19Thanks @1307-Dev! - Added support for implicit form submission when pressing Enter inix-input,ix-number-input,ix-date-inputandix-time-inputforms -
#2048
0a23b64Thanks @varun-srinivasa! - Allow to individually disable button and dropdown button in ix-split-buttons. -
#2062
95523d3Thanks @lzeiml! - Add support for numbers in scientific notation (e.g. 1E-2) for ix-number-input. -
#2159
6c74fddThanks @1307-Dev! - Add dismissModal function to allow programmatic closing of ix-modals. -
#2062
95523d3Thanks @lzeiml! - Add temporary propertyallowEmptyValueChangeto ix-number-input. Setting this property enablesvalueChangeto emit null values.Fixes #1968.
-
#1979
73ebf49Thanks @hawacodes! -ix-selectautomatically showing an 'All' chip when all items are selected in multiple mode andcollapse-multiple-selection=trueis provided
Patch Changes
-
#2181
1e58f0eThanks @GayatriK2002! - addtext-alignmentproperty to input components -
#2208
36b7634Thanks @lakshmi-priya-b! - Prevent emitting validityStateChange event if now actual validity is changed. Closes #2095 -
Updated dependencies [
6a075cd,18969f0,1623c19,1e58f0e,0a23b64,a56c2e1,95523d3,6bee493,7c571f0,36b7634,d9268c2,9954ba9,6fb28fa,eb33537,95523d3,73ebf49,1cbe35f]:- @siemens/ix@4.1.0
@siemens/ix-docs@4.1.0
@siemens/ix-docs
4.0.0
Major Changes
- #2238
416b278Thanks @danielleroux! - Init deployment of component documentation as markdown files
@siemens/ix-angular@4.1.0
Minor Changes
-
#2213
18969f0Thanks @GayatriK2002! - Correct non numeric page value or page value beyond the range of ix-pagination. Closes #2144 -
#2081
1623c19Thanks @1307-Dev! - Added support for implicit form submission when pressing Enter inix-input,ix-number-input,ix-date-inputandix-time-inputforms -
#2048
0a23b64Thanks @varun-srinivasa! - Allow to individually disable button and dropdown button in ix-split-buttons. -
#2062
95523d3Thanks @lzeiml! - Add support for numbers in scientific notation (e.g. 1E-2) for ix-number-input. -
#2159
6c74fddThanks @1307-Dev! - Add dismissModal function to allow programmatic closing of ix-modals. -
#2062
95523d3Thanks @lzeiml! - Add temporary propertyallowEmptyValueChangeto ix-number-input. Setting this property enablesvalueChangeto emit null values.Fixes #1968.
-
#1979
73ebf49Thanks @hawacodes! -ix-selectautomatically showing an 'All' chip when all items are selected in multiple mode andcollapse-multiple-selection=trueis provided
Patch Changes
-
#2181
1e58f0eThanks @GayatriK2002! - addtext-alignmentproperty to input components -
#2208
36b7634Thanks @lakshmi-priya-b! - Prevent emitting validityStateChange event if now actual validity is changed. Closes #2095 -
Updated dependencies [
6a075cd,18969f0,1623c19,1e58f0e,0a23b64,a56c2e1,95523d3,6bee493,7c571f0,36b7634,d9268c2,9954ba9,6fb28fa,eb33537,95523d3,73ebf49,1cbe35f]:- @siemens/ix@4.1.0