diff --git a/CHANGELOG.md b/CHANGELOG.md index e10d23b15b..0f5c7118c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,24 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec --> +## [v1.22.0] (2022-05-19) + +#### :rocket: Added +* [#2704](https://github.com/SAP/luigi/pull/2704) Disable keyboard accessibility outside drawer and modal ([@ndricimrr](https://github.com/ndricimrr)) +* [#2672](https://github.com/SAP/luigi/pull/2672) Disable keyboard accessibility on confirmation modal background elements ([@ndricimrr](https://github.com/ndricimrr)) +* [#2642](https://github.com/SAP/luigi/pull/2642) Add functionality for allow attribute to be separated by semicolons ([@viktorsperling](https://github.com/viktorsperling)) + +#### :bug: Fixed +* [#2709](https://github.com/SAP/luigi/pull/2709) Fix configChange event firing twice ([@ndricimrr](https://github.com/ndricimrr)) +* [#2692](https://github.com/SAP/luigi/pull/2692) Fix empty nodeParams on browser back navigation ([@ndricimrr](https://github.com/ndricimrr)) +* [#2694](https://github.com/SAP/luigi/pull/2694) Fix bug for nested properties for viewUrl replacement ([@hardl](https://github.com/hardl)) +* [#2686](https://github.com/SAP/luigi/pull/2686) Fix getNodeParams decoding issue ([@ndricimrr](https://github.com/ndricimrr)) +* [#2566](https://github.com/SAP/luigi/pull/2566) Keyboard accessibility for user settings dialog ([@UlianaMunich](https://github.com/UlianaMunich)) +* [#2666](https://github.com/SAP/luigi/pull/2666) Error handling on productswitcher columns calculation ([@JohannesDoberer](https://github.com/JohannesDoberer)) + + + + ## [v1.21.0] (2022-04-07) #### :rocket: Added @@ -1350,4 +1368,5 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec [v1.19.0]: https://github.com/SAP/luigi/compare/v1.18.1...v1.19.0 [v1.20.0]: https://github.com/SAP/luigi/compare/v1.19.0...v1.20.0 [v1.20.1]: https://github.com/SAP/luigi/compare/v1.20.0...v1.20.1 -[v1.21.0]: https://github.com/SAP/luigi/compare/v1.20.1...v1.21.0 \ No newline at end of file +[v1.21.0]: https://github.com/SAP/luigi/compare/v1.20.1...v1.21.0 +[v1.22.0]: https://github.com/SAP/luigi/compare/v1.21.0...v1.22.0 \ No newline at end of file diff --git a/client-frameworks-support/client-support-angular/projects/client-support-angular/package.json b/client-frameworks-support/client-support-angular/projects/client-support-angular/package.json index 310b17eed3..db7f16abaa 100644 --- a/client-frameworks-support/client-support-angular/projects/client-support-angular/package.json +++ b/client-frameworks-support/client-support-angular/projects/client-support-angular/package.json @@ -20,5 +20,5 @@ "devDependencies": { "@luigi-project/client": "^1.5.0" }, - "version": "1.21.0" + "version": "1.22.0" } \ No newline at end of file diff --git a/client-frameworks-support/testing-utilities/package-lock.json b/client-frameworks-support/testing-utilities/package-lock.json index d509afe3fa..648850d5b6 100644 --- a/client-frameworks-support/testing-utilities/package-lock.json +++ b/client-frameworks-support/testing-utilities/package-lock.json @@ -1,6 +1,6 @@ { "name": "@luigi-project/testing-utilities", - "version": "1.21.0", + "version": "1.22.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/client-frameworks-support/testing-utilities/package.json b/client-frameworks-support/testing-utilities/package.json index 7561b2cc88..ddae08d9ff 100644 --- a/client-frameworks-support/testing-utilities/package.json +++ b/client-frameworks-support/testing-utilities/package.json @@ -31,5 +31,5 @@ "microfrontends", "testing" ], - "version": "1.21.0" + "version": "1.22.0" } diff --git a/client/public-ie11/package.json b/client/public-ie11/package.json index 6f8141fe3d..a62b8ae33f 100644 --- a/client/public-ie11/package.json +++ b/client/public-ie11/package.json @@ -15,5 +15,5 @@ "UI", "extensibility" ], - "version": "1.21.0" + "version": "1.22.0" } \ No newline at end of file diff --git a/client/public/package.json b/client/public/package.json index 70057faf1a..9ff6cbae21 100644 --- a/client/public/package.json +++ b/client/public/package.json @@ -17,5 +17,5 @@ "micro-frontends", "microfrontends" ], - "version": "1.21.0" + "version": "1.22.0" } \ No newline at end of file diff --git a/core/public-ie11/package.json b/core/public-ie11/package.json index 3bacb87d69..ee926fb603 100644 --- a/core/public-ie11/package.json +++ b/core/public-ie11/package.json @@ -18,5 +18,5 @@ "micro-frontends", "microfrontends" ], - "version": "1.21.0" + "version": "1.22.0" } \ No newline at end of file diff --git a/core/public/package.json b/core/public/package.json index 961948e725..c064b6af30 100644 --- a/core/public/package.json +++ b/core/public/package.json @@ -18,5 +18,5 @@ "micro-frontends", "microfrontends" ], - "version": "1.21.0" + "version": "1.22.0" } \ No newline at end of file diff --git a/plugins/auth/public/auth-oauth2/package.json b/plugins/auth/public/auth-oauth2/package.json index 6cec7a00c7..66924fc18e 100644 --- a/plugins/auth/public/auth-oauth2/package.json +++ b/plugins/auth/public/auth-oauth2/package.json @@ -16,5 +16,5 @@ "oauth2", "provider" ], - "version": "1.21.0" + "version": "1.22.0" } \ No newline at end of file diff --git a/plugins/auth/public/auth-oidc/package.json b/plugins/auth/public/auth-oidc/package.json index b999744fde..92b94a212b 100644 --- a/plugins/auth/public/auth-oidc/package.json +++ b/plugins/auth/public/auth-oidc/package.json @@ -17,5 +17,5 @@ "openid connect", "provider" ], - "version": "1.21.0" + "version": "1.22.0" } \ No newline at end of file