Skip to content

Commit

Permalink
Changelog generation for container (#3862)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDoberer authored Aug 27, 2024
1 parent 180a518 commit e9c658a
Show file tree
Hide file tree
Showing 5 changed files with 702 additions and 3 deletions.
31 changes: 31 additions & 0 deletions container/CHANGELOG.md
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
Loading

0 comments on commit e9c658a

Please sign in to comment.