Skip to content

Commit 591d914

Browse files
Version Packages (#2291)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4da78ad commit 591d914

19 files changed

+139
-114
lines changed

.changeset/few-cars-shake.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/fix-invalidtext-property.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/flat-scissors-greet.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/neat-cups-fly.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/silent-tires-fall.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/ten-dots-tell.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

.changeset/unlucky-bikes-punch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/aggrid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"ag-grid-community-34": "npm:ag-grid-community@^34.3.0"
5050
},
5151
"dependencies": {
52-
"@siemens/ix": "^4.1.0"
52+
"@siemens/ix": "^4.2.0"
5353
},
5454
"peerDependencies": {
5555
"ag-grid-community": "^33"

packages/angular/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# @siemens/ix-angular
22

3+
## 4.2.0
4+
5+
### Minor Changes
6+
7+
- [#2267](https://github.com/siemens/ix/pull/2267) [`4b76803`](https://github.com/siemens/ix/commit/4b76803a0e2f2d2a6dae58b2502e3fa12e10fc46) Thanks [@lzeiml](https://github.com/lzeiml)! - Framework specific functions/services for modals and messages have been added to **ix-angular**, **ix-react** and **ix-vue**.
8+
9+
- `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`.
10+
- `LoadingService` has been added to **ix-angular** and **ix-angular/standalone**. This service can be used to display the loading modal using `showModalLoading`.
11+
- `showModalLoading` utility function has been added to **ix-react** and **ix-vue**.
12+
- `showMessage`, `showMessage.info`, `showMessage.warning`, `showMessage.error`, `showMessage.success`, `showMessage.question` utility functions have been added to **ix-react** and **ix-vue**.
13+
14+
### Patch Changes
15+
16+
- [#2267](https://github.com/siemens/ix/pull/2267) [`4b76803`](https://github.com/siemens/ix/commit/4b76803a0e2f2d2a6dae58b2502e3fa12e10fc46) Thanks [@lzeiml](https://github.com/lzeiml)! - An issue for `ModalService` and `ToastService` in **ix-angular/standalone** has been fixed and can now be injected correctly.
17+
18+
Fixes #2060
19+
20+
- [#2267](https://github.com/siemens/ix/pull/2267) [`4b76803`](https://github.com/siemens/ix/commit/4b76803a0e2f2d2a6dae58b2502e3fa12e10fc46) Thanks [@lzeiml](https://github.com/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.
21+
22+
- [#2283](https://github.com/siemens/ix/pull/2283) [`052bf07`](https://github.com/siemens/ix/commit/052bf075e250e3d6c8ea194dc1048fa1892b8e9c) Thanks [@alexkaduk](https://github.com/alexkaduk)! - Fixed an issue where **ix-tree** with a custom `renderItem` function would throw a runtime error ("TypeError: this.renderItem is not a function")
23+
24+
Fixes #2274
25+
26+
- Updated dependencies [[`3cb0ab3`](https://github.com/siemens/ix/commit/3cb0ab37db2d75dac634e44ca1dfe16652836829), [`9cb98da`](https://github.com/siemens/ix/commit/9cb98da8dcf6f1a30a22bfc66f36a818904290c3), [`4dbed06`](https://github.com/siemens/ix/commit/4dbed06e2ace5396754eb88ac7bbe57802bdea7d)]:
27+
- @siemens/ix@4.2.0
28+
329
## 4.1.0
430

531
### Minor Changes

packages/angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"url": "https://github.com/siemens/ix",
88
"directory": "packages/angular"
99
},
10-
"version": "4.1.0",
10+
"version": "4.2.0",
1111
"description": "Siemens iX for Angular",
1212
"scripts": {
1313
"build": "ng-packagr -c tsconfig.json",
@@ -16,7 +16,7 @@
1616
},
1717
"license": "MIT",
1818
"dependencies": {
19-
"@siemens/ix": "~4.1.0",
19+
"@siemens/ix": "~4.2.0",
2020
"tslib": "^2.3.0"
2121
},
2222
"peerDependencies": {

0 commit comments

Comments
 (0)