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