Skip to content

Commit 9ced5e6

Browse files
container release v1.6.0 (#4141)
1 parent e58c382 commit 9ced5e6

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

container/CHANGELOG.md

+19-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@
44

55

66

7+
## [v1.6.0] (2025-02-12)
8+
9+
#### :rocket: Added
10+
11+
* [#4127](https://github.com/SAP/luigi/pull/4127) rename closeAlert fn ([@JohannesDoberer](https://github.com/JohannesDoberer))
12+
* [#4115](https://github.com/SAP/luigi/pull/4115) showAlert promise for webcomponents ([@JohannesDoberer](https://github.com/JohannesDoberer))
13+
14+
#### :bug: Fixed
15+
16+
* [#4133](https://github.com/SAP/luigi/pull/4133) Missing context properties ([@JohannesDoberer](https://github.com/JohannesDoberer))
17+
* [#4132](https://github.com/SAP/luigi/pull/4132) Container iframe get node params function missing ([@JohannesDoberer](https://github.com/JohannesDoberer))
18+
* [#4106](https://github.com/SAP/luigi/pull/4106) Fix: dismissKey optional in closeAlert ([@JohannesDoberer](https://github.com/JohannesDoberer))
19+
20+
21+
22+
23+
724
## [v1.5.0] (2024-11-29)
825

926
#### :rocket: Added
@@ -63,4 +80,5 @@
6380
[v1.2.0]: https://github.com/SAP/luigi/compare/container/v1.1.0...container/v1.2.0
6481
[v1.3.0]: https://github.com/SAP/luigi/compare/container/v1.2.0...container/v1.3.0
6582
[v1.4.0]: https://github.com/SAP/luigi/compare/container/v1.3.0...container/v1.4.0
66-
[v1.5.0]: https://github.com/SAP/luigi/compare/container/v1.4.0...container/v1.5.0
83+
[v1.5.0]: https://github.com/SAP/luigi/compare/container/v1.4.0...container/v1.5.0
84+
[v1.6.0]: https://github.com/SAP/luigi/compare/container/v1.5.0...container/v1.6.0

container/public/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020
"micro-frontends",
2121
"microfrontends"
2222
],
23-
"version": "1.5.0"
23+
"version": "1.6.0"
2424
}

container/typings/LuigiContainer.svelte.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ export default class LuigiContainer extends HTMLElement {
261261
* @param dismissKey the key specifying which dismiss link was clicked on the alert message (optional)
262262
* @example
263263
* containerElement.notifyAlertClosed('my-alert-id', 'my-dismiss-key')
264-
* @since NEXT_RELEASE_CONTAINER
264+
* @since 1.6.0
265265
*/
266266
notifyAlertClosed(id: string, dismissKey?: string): void;
267267

docs/luigi-container-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ Returns **void**
571571

572572
**Meta**
573573

574-
* **since**: NEXT_RELEASE_CONTAINER
574+
* **since**: 1.6.0
575575

576576
### init
577577

0 commit comments

Comments
 (0)