From 7a69be0d6ff3ce794086c428e3721819fa3d649e Mon Sep 17 00:00:00 2001 From: "Doberer, Johannes" Date: Wed, 18 Oct 2023 15:09:58 +0200 Subject: [PATCH] release 2.7.0 --- CHANGELOG.md | 19 ++++++++++++++++++- .../client-support-angular/package.json | 2 +- .../testing-utilities/package-lock.json | 4 ++-- .../testing-utilities/package.json | 2 +- client/public/package.json | 2 +- core/public/package.json | 2 +- core/public_root/package.json | 2 +- docs/navigation-parameters-reference.md | 2 +- plugins/auth/public/auth-oauth2/package.json | 2 +- plugins/auth/public/auth-oidc/package.json | 2 +- 10 files changed, 28 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46bd8adfc4..81d38d3560 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,22 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec --> +## [v2.7.0] (2023-10-18) + +#### :rocket: Added +* [#3471](https://github.com/SAP/luigi/pull/3471) Add webcomponentCreationInterceptor ([@hardl](https://github.com/hardl)) +* [#3470](https://github.com/SAP/luigi/pull/3470) Disable topnav option ([@hardl](https://github.com/hardl)) +* [#3458](https://github.com/SAP/luigi/pull/3458) Add getAnchor for wc ([@JohannesDoberer](https://github.com/JohannesDoberer)) +* [#3390](https://github.com/SAP/luigi/pull/3390) Add getPathParams, getCoreSearchParams, getClientPermissions ([@ndricimrr](https://github.com/ndricimrr)) + +#### :bug: Fixed +* [#3464](https://github.com/SAP/luigi/pull/3464) A11y improvements in user settings dialog ([@JohannesDoberer](https://github.com/JohannesDoberer)) +* [#3460](https://github.com/SAP/luigi/pull/3460) Condensed sidenav rendering issue on ios safari ([@hardl](https://github.com/hardl)) +* [#3457](https://github.com/SAP/luigi/pull/3457) onNodeActivation async ([@hardl](https://github.com/hardl)) + + + + ## [v2.6.3] (2023-10-05) #### :rocket: Added @@ -1644,4 +1660,5 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec [v2.6.0]: https://github.com/SAP/luigi/compare/v2.5.1...v2.6.0 [v2.6.1]: https://github.com/SAP/luigi/compare/v2.6.0...v2.6.1 [v2.6.2]: https://github.com/SAP/luigi/compare/v2.6.1...v2.6.2 -[v2.6.3]: https://github.com/SAP/luigi/compare/v2.6.2...v2.6.3 \ No newline at end of file +[v2.6.3]: https://github.com/SAP/luigi/compare/v2.6.2...v2.6.3 +[v2.7.0]: https://github.com/SAP/luigi/compare/v2.6.3...v2.7.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 f2cae58140..010d6aec76 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 @@ -22,5 +22,5 @@ "@luigi-project/client": "^2.0.0", "@luigi-project/testing-utilities": "^2.0.0" }, - "version": "2.6.3" + "version": "2.7.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 1322654f6f..4d5405bf6e 100644 --- a/client-frameworks-support/testing-utilities/package-lock.json +++ b/client-frameworks-support/testing-utilities/package-lock.json @@ -1,12 +1,12 @@ { "name": "@luigi-project/testing-utilities", - "version": "2.6.3", + "version": "2.7.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@luigi-project/testing-utilities", - "version": "2.6.3", + "version": "2.7.0", "license": "Apache-2.0", "devDependencies": { "ncp": "^2.0.0", diff --git a/client-frameworks-support/testing-utilities/package.json b/client-frameworks-support/testing-utilities/package.json index 55e4d753cd..abf37bd8d7 100644 --- a/client-frameworks-support/testing-utilities/package.json +++ b/client-frameworks-support/testing-utilities/package.json @@ -29,7 +29,7 @@ "microfrontends", "testing" ], - "version": "2.6.3", + "version": "2.7.0", "engines": { "node": ">=18" } diff --git a/client/public/package.json b/client/public/package.json index 8e7e346929..10b50bf1b1 100644 --- a/client/public/package.json +++ b/client/public/package.json @@ -17,5 +17,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.6.3" + "version": "2.7.0" } \ No newline at end of file diff --git a/core/public/package.json b/core/public/package.json index cc75b98e3c..c91582b4ad 100644 --- a/core/public/package.json +++ b/core/public/package.json @@ -18,5 +18,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.6.3" + "version": "2.7.0" } \ No newline at end of file diff --git a/core/public_root/package.json b/core/public_root/package.json index cc75b98e3c..c91582b4ad 100644 --- a/core/public_root/package.json +++ b/core/public_root/package.json @@ -18,5 +18,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.6.3" + "version": "2.7.0" } \ No newline at end of file diff --git a/docs/navigation-parameters-reference.md b/docs/navigation-parameters-reference.md index fb4d7135fc..ad19e486a8 100644 --- a/docs/navigation-parameters-reference.md +++ b/docs/navigation-parameters-reference.md @@ -774,7 +774,7 @@ navigation: { } } ``` -- **since**: NEXTRELEASE +- **since**: 2.7.0 ### userSettingsGroup - - **type**: string diff --git a/plugins/auth/public/auth-oauth2/package.json b/plugins/auth/public/auth-oauth2/package.json index 5070686e70..5a8b381f38 100644 --- a/plugins/auth/public/auth-oauth2/package.json +++ b/plugins/auth/public/auth-oauth2/package.json @@ -16,5 +16,5 @@ "oauth2", "provider" ], - "version": "2.6.3" + "version": "2.7.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 39aa8f7145..c0330a8b93 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": "2.6.3" + "version": "2.7.0" } \ No newline at end of file