diff --git a/CHANGELOG.md b/CHANGELOG.md index d9e0172b33..b6542035b0 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.13.0] (2024-05-23) + +#### :rocket: Added +* [#3719](https://github.com/SAP/luigi/pull/3719) A11y for left nav if btp layout is enabled ([@JohannesDoberer](https://github.com/JohannesDoberer)) + +#### :bug: Fixed +* [#3741](https://github.com/SAP/luigi/pull/3741) Fix left nav cat focus outline in condensed mode ([@hardl](https://github.com/hardl)) +* [#3733](https://github.com/SAP/luigi/pull/3733) Fix compound double rendering ([@hardl](https://github.com/hardl)) +* [#3722](https://github.com/SAP/luigi/pull/3722) Add webpack ignore comment to dynamic import in bundle ([@hardl](https://github.com/hardl)) + + + + + + + ## [v2.12.0] (2024-05-03) #### :rocket: Added @@ -1780,4 +1796,5 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec [v2.9.0]: https://github.com/SAP/luigi/compare/v2.8.0...v2.9.0 [v2.10.0]: https://github.com/SAP/luigi/compare/v2.9.0...v2.10.0 [v2.11.0]: https://github.com/SAP/luigi/compare/v2.10.0...v2.11.0 -[v2.12.0]: https://github.com/SAP/luigi/compare/v2.11.0...v2.12.0 \ No newline at end of file +[v2.12.0]: https://github.com/SAP/luigi/compare/v2.11.0...v2.12.0 +[v2.13.0]: https://github.com/SAP/luigi/compare/v2.12.0...v2.13.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 cc5c3806bb..b299296043 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.12.0" + "version": "2.13.0" } \ No newline at end of file diff --git a/client-frameworks-support/testing-utilities/dist/package.json b/client-frameworks-support/testing-utilities/dist/package.json index e1ade5d77c..55d362fa27 100644 --- a/client-frameworks-support/testing-utilities/dist/package.json +++ b/client-frameworks-support/testing-utilities/dist/package.json @@ -19,7 +19,7 @@ "microfrontends", "testing" ], - "version": "2.12.0", + "version": "2.13.0", "engines": { "node": ">=18" } diff --git a/client-frameworks-support/testing-utilities/package-lock.json b/client-frameworks-support/testing-utilities/package-lock.json index c942646cac..2a4ef53734 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.12.0", + "version": "2.13.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@luigi-project/testing-utilities", - "version": "2.12.0", + "version": "2.13.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 7f3ccb8bed..faede690f5 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.12.0", + "version": "2.13.0", "engines": { "node": ">=18" } diff --git a/client/public/package.json b/client/public/package.json index 69fa436cd8..fad6fdbaf6 100644 --- a/client/public/package.json +++ b/client/public/package.json @@ -17,5 +17,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.12.0" + "version": "2.13.0" } \ No newline at end of file diff --git a/core/public/package.json b/core/public/package.json index f012a99e50..0f21254562 100644 --- a/core/public/package.json +++ b/core/public/package.json @@ -18,5 +18,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.12.0" + "version": "2.13.0" } \ No newline at end of file diff --git a/core/public_root/package.json b/core/public_root/package.json index f012a99e50..0f21254562 100644 --- a/core/public_root/package.json +++ b/core/public_root/package.json @@ -18,5 +18,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.12.0" + "version": "2.13.0" } \ No newline at end of file diff --git a/core/src/core-api/config.js b/core/src/core-api/config.js index 1e0f12ecc0..4e0494f917 100644 --- a/core/src/core-api/config.js +++ b/core/src/core-api/config.js @@ -344,7 +344,7 @@ class LuigiConfig { * Note: the updated context values are not persisted. The developers have to do it on their own. * @param {Object} ctx - The context to be updated. * @memberof Configuration - * @since NEXTRELEASE + * @since 2.13.0 */ updateContextValues(ctx) { const visibleIframes = IframeHelpers.getMicrofrontendIframes(); diff --git a/docs/luigi-client-api.md b/docs/luigi-client-api.md index 0d55fd069c..d1d926139a 100644 --- a/docs/luigi-client-api.md +++ b/docs/luigi-client-api.md @@ -640,7 +640,7 @@ LuigiClient.linkManager().openAsModal('projects/pr1/users', {title:'Users', size }); ``` -Returns a **[promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise)** which is resolved when closing the modal. By using LuigiClient.linkManager().goBack({ foo: 'bar' }) to close the modal you have access to the `goBackContext` when the promise will be resolved. +Returns **[promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise)** which is resolved when closing the modal. By using LuigiClient.linkManager().goBack({ foo: 'bar' }) to close the modal you have access the `goBackContext` when the promise will be resolved. #### updateModalSettings diff --git a/docs/luigi-compound-container-api.md b/docs/luigi-compound-container-api.md index 016fcf34ff..5a805eca29 100644 --- a/docs/luigi-compound-container-api.md +++ b/docs/luigi-compound-container-api.md @@ -30,8 +30,8 @@ Type: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Globa ### compoundConfig -The configuration for the compound microfrontend. -Take a look at the [compound parameter](https://docs.luigi-project.io/docs/navigation-parameters-reference/?section=compound) for details. +The configuration for the compound microfrontend +Take a look at Type: [Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object) diff --git a/docs/luigi-core-api.md b/docs/luigi-core-api.md index 8ff89e3cc3..f08823c9e9 100644 --- a/docs/luigi-core-api.md +++ b/docs/luigi-core-api.md @@ -275,7 +275,7 @@ Note: the updated context values are not persisted. The developers have to do it **Meta** -- **since**: NEXTRELEASE +- **since**: 2.13.0 ## Luigi.elements() diff --git a/plugins/auth/public/auth-oauth2/package.json b/plugins/auth/public/auth-oauth2/package.json index f536348300..167e4f0b80 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.12.0" + "version": "2.13.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 1140049f83..0637d821ac 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.12.0" + "version": "2.13.0" } \ No newline at end of file