-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changelog generation for container (#3862)
- Loading branch information
1 parent
180a518
commit e9c658a
Showing
5 changed files
with
702 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Changelog | ||
|
||
<!--Generate the changelog using release cli. --> | ||
|
||
|
||
## [v1.2.0] (2024-07-25) | ||
|
||
* [#3797](https://github.com/SAP/luigi/pull/3797) Adds navigateToIntent to wc client api ([@walmazacn](https://github.com/walmazacn)) | ||
* [#3785](https://github.com/SAP/luigi/pull/3785) Add getToken function support to Luigi Container ([@ndricimrr](https://github.com/ndricimrr)) | ||
* [#3780](https://github.com/SAP/luigi/pull/3780) Add getCurrentRoute function support to Luigi Container ([@JohannesDoberer](https://github.com/JohannesDoberer)) | ||
* [#3697](https://github.com/SAP/luigi/pull/3697) Light dom container - no-shadow option for Luigi Container ([@hardl](https://github.com/hardl)) | ||
* [#3695](https://github.com/SAP/luigi/pull/3695) Value validation for webcomponent attribute ([@VincentUllal](https://github.com/VincentUllal)) | ||
* [#3650](https://github.com/SAP/luigi/pull/3650) Specify iframe sandbox and allow rules ([@JohannesDoberer](https://github.com/JohannesDoberer)) | ||
* [#3643](https://github.com/SAP/luigi/pull/3643) Align Luigi Container wc clientAPI with core ([@ndricimrr](https://github.com/ndricimrr)) | ||
|
||
#### :bug: Fixed | ||
* [#3742](https://github.com/SAP/luigi/pull/3742) Fixes show confirmation modal method ([@walmazacn](https://github.com/walmazacn)) | ||
|
||
|
||
|
||
|
||
## [v1.1.0] (2024-02-02) | ||
|
||
#### :bug: Fixed | ||
* [#3600](https://github.com/SAP/luigi/pull/3600) Avoid browser history change from luigi client on context update ([@JohannesDoberer](https://github.com/JohannesDoberer)) | ||
|
||
|
||
[v1.2.0]: https://github.com/SAP/luigi/compare/container/v1.1.0...container/v1.2.0 | ||
[v1.2.0]: https://github.com/SAP/luigi/compare/container/v1.0.0...container/v1.1.0[v1.3.0]: https://github.com/SAP/luigi/compare/container/v1.2.0...container/v1.3.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.2.0...container/v1.4.0 |
Oops, something went wrong.