File tree 4 files changed +22
-4
lines changed
4 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
6
6
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
+
7
24
## [ v1.5.0] (2024-11-29)
8
25
9
26
#### :rocket : Added
63
80
[ v1.2.0 ] : https://github.com/SAP/luigi/compare/container/v1.1.0...container/v1.2.0
64
81
[ v1.3.0 ] : https://github.com/SAP/luigi/compare/container/v1.2.0...container/v1.3.0
65
82
[ 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
Original file line number Diff line number Diff line change 20
20
" micro-frontends" ,
21
21
" microfrontends"
22
22
],
23
- "version" : " 1.5 .0"
23
+ "version" : " 1.6 .0"
24
24
}
Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ export default class LuigiContainer extends HTMLElement {
261
261
* @param dismissKey the key specifying which dismiss link was clicked on the alert message (optional)
262
262
* @example
263
263
* containerElement.notifyAlertClosed('my-alert-id', 'my-dismiss-key')
264
- * @since NEXT_RELEASE_CONTAINER
264
+ * @since 1.6.0
265
265
*/
266
266
notifyAlertClosed ( id : string , dismissKey ?: string ) : void ;
267
267
Original file line number Diff line number Diff line change @@ -571,7 +571,7 @@ Returns **void**
571
571
572
572
** Meta**
573
573
574
- * ** since** : NEXT_RELEASE_CONTAINER
574
+ * ** since** : 1.6.0
575
575
576
576
### init
577
577
You can’t perform that action at this time.
0 commit comments