Skip to content

Commit

Permalink
container release v1.6.0 (#4141)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDoberer authored Feb 12, 2025
1 parent e58c382 commit 9ced5e6
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
20 changes: 19 additions & 1 deletion container/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@



## [v1.6.0] (2025-02-12)

#### :rocket: Added

* [#4127](https://github.com/SAP/luigi/pull/4127) rename closeAlert fn ([@JohannesDoberer](https://github.com/JohannesDoberer))
* [#4115](https://github.com/SAP/luigi/pull/4115) showAlert promise for webcomponents ([@JohannesDoberer](https://github.com/JohannesDoberer))

#### :bug: Fixed

* [#4133](https://github.com/SAP/luigi/pull/4133) Missing context properties ([@JohannesDoberer](https://github.com/JohannesDoberer))
* [#4132](https://github.com/SAP/luigi/pull/4132) Container iframe get node params function missing ([@JohannesDoberer](https://github.com/JohannesDoberer))
* [#4106](https://github.com/SAP/luigi/pull/4106) Fix: dismissKey optional in closeAlert ([@JohannesDoberer](https://github.com/JohannesDoberer))





## [v1.5.0] (2024-11-29)

#### :rocket: Added
Expand Down Expand Up @@ -63,4 +80,5 @@
[v1.2.0]: https://github.com/SAP/luigi/compare/container/v1.1.0...container/v1.2.0
[v1.3.0]: https://github.com/SAP/luigi/compare/container/v1.2.0...container/v1.3.0
[v1.4.0]: https://github.com/SAP/luigi/compare/container/v1.3.0...container/v1.4.0
[v1.5.0]: https://github.com/SAP/luigi/compare/container/v1.4.0...container/v1.5.0
[v1.5.0]: https://github.com/SAP/luigi/compare/container/v1.4.0...container/v1.5.0
[v1.6.0]: https://github.com/SAP/luigi/compare/container/v1.5.0...container/v1.6.0
2 changes: 1 addition & 1 deletion container/public/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"micro-frontends",
"microfrontends"
],
"version": "1.5.0"
"version": "1.6.0"
}
2 changes: 1 addition & 1 deletion container/typings/LuigiContainer.svelte.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ export default class LuigiContainer extends HTMLElement {
* @param dismissKey the key specifying which dismiss link was clicked on the alert message (optional)
* @example
* containerElement.notifyAlertClosed('my-alert-id', 'my-dismiss-key')
* @since NEXT_RELEASE_CONTAINER
* @since 1.6.0
*/
notifyAlertClosed(id: string, dismissKey?: string): void;

Expand Down
2 changes: 1 addition & 1 deletion docs/luigi-container-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ Returns **void**

**Meta**

* **since**: NEXT_RELEASE_CONTAINER
* **since**: 1.6.0

### init

Expand Down

0 comments on commit 9ced5e6

Please sign in to comment.