diff --git a/CHANGELOG.md b/CHANGELOG.md index b6542035b0..47853d02f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,20 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec --> +## [v2.14.0] (2024-07-03) + +#### :rocket: Added +* [#3787](https://github.com/SAP/luigi/pull/3787) Add support for Nightwatch, WebdriverIO and Puppeteer for testing-utilities ([@walmazacn](https://github.com/walmazacn)) +* [#3780](https://github.com/SAP/luigi/pull/3780) Get current route ([@JohannesDoberer](https://github.com/JohannesDoberer)) +* [#3774](https://github.com/SAP/luigi/pull/3774) Add getCurrentTheme wc clientAPI ([@JohannesDoberer](https://github.com/JohannesDoberer)) +* [#3748](https://github.com/SAP/luigi/pull/3748) Fiddle theming example ([@JohannesDoberer](https://github.com/JohannesDoberer)) + +#### :bug: Fixed +* [#3727](https://github.com/SAP/luigi/pull/3727) Fix top nav children not rendered ([@JohannesDoberer](https://github.com/JohannesDoberer)) + + + + ## [v2.13.0] (2024-05-23) #### :rocket: Added @@ -1797,4 +1811,5 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec [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 -[v2.13.0]: https://github.com/SAP/luigi/compare/v2.12.0...v2.13.0 \ No newline at end of file +[v2.13.0]: https://github.com/SAP/luigi/compare/v2.12.0...v2.13.0 +[v2.14.0]: https://github.com/SAP/luigi/compare/v2.13.0...v2.14.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 b299296043..d86db7fa9c 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.13.0" + "version": "2.14.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 55d362fa27..f14b7c58b0 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.13.0", + "version": "2.14.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 2a4ef53734..71b4652e4f 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.13.0", + "version": "2.14.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@luigi-project/testing-utilities", - "version": "2.13.0", + "version": "2.14.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 e6081ef302..8401ac3dd5 100644 --- a/client-frameworks-support/testing-utilities/package.json +++ b/client-frameworks-support/testing-utilities/package.json @@ -29,8 +29,8 @@ "microfrontends", "testing" ], - "version": "2.13.0", + "version": "2.14.0", "engines": { "node": ">=18" } -} +} \ No newline at end of file diff --git a/client/public/package.json b/client/public/package.json index fad6fdbaf6..5ab9ba6411 100644 --- a/client/public/package.json +++ b/client/public/package.json @@ -17,5 +17,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.13.0" + "version": "2.14.0" } \ No newline at end of file diff --git a/core/public/package.json b/core/public/package.json index 0f21254562..e7e2640936 100644 --- a/core/public/package.json +++ b/core/public/package.json @@ -18,5 +18,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.13.0" + "version": "2.14.0" } \ No newline at end of file diff --git a/core/public_root/package.json b/core/public_root/package.json index 0f21254562..e7e2640936 100644 --- a/core/public_root/package.json +++ b/core/public_root/package.json @@ -18,5 +18,5 @@ "micro-frontends", "microfrontends" ], - "version": "2.13.0" + "version": "2.14.0" } \ No newline at end of file diff --git a/core/src/core-api/navigation.js b/core/src/core-api/navigation.js index 750c1a0f23..b1834b1688 100644 --- a/core/src/core-api/navigation.js +++ b/core/src/core-api/navigation.js @@ -146,7 +146,7 @@ class LuigiNavigationManager { * Enables navigating to sibling nodes without knowing the absolute path. * @memberof LuigiNavigation * @returns {linkManager} link manager instance - * @since NEXTRELEASE + * @since 2.14.0 * @example * Luigi.navigation().fromParent().navigate('/sibling') */ @@ -158,7 +158,7 @@ class LuigiNavigationManager { * Gets the Luigi route associated with the current micro frontend. * @memberof LuigiNavigation * @returns a String value specifying the current Luigi route - * @since NEXTRELEASE + * @since 2.14.0 * @example * Luigi.navigation().getCurrentRoute(); * Luigi.navigation().fromContext('project').getCurrentRoute(); diff --git a/core/src/core-api/ux.js b/core/src/core-api/ux.js index 0a4617ac44..5dbb391b47 100644 --- a/core/src/core-api/ux.js +++ b/core/src/core-api/ux.js @@ -181,7 +181,7 @@ class LuigiUX { * Returns the current active theme. Falls back to **defaultTheme** if one wasn't explicitly specified before. * @memberof UX * @returns {string} theme id - * @since NEXTRELEASE + * @since 2.14.0 * @example * Luigi.ux().getCurrentTheme() */ diff --git a/docs/luigi-core-api.md b/docs/luigi-core-api.md index 09ff772211..28018a9d14 100644 --- a/docs/luigi-core-api.md +++ b/docs/luigi-core-api.md @@ -716,7 +716,7 @@ Returns **linkManager** link manager instance **Meta** -- **since**: NEXTRELEASE +- **since**: 2.14.0 #### getCurrentRoute @@ -734,7 +734,7 @@ Returns **any** a String value specifying the current Luigi route **Meta** -- **since**: NEXTRELEASE +- **since**: 2.14.0 #### withParams @@ -1114,7 +1114,7 @@ Returns **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/G **Meta** -- **since**: NEXTRELEASE +- **since**: 2.14.0 ## Luigi.globalSearch() diff --git a/plugins/auth/public/auth-oauth2/package.json b/plugins/auth/public/auth-oauth2/package.json index 167e4f0b80..c9d5111a69 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.13.0" + "version": "2.14.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 0637d821ac..db7747bc70 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.13.0" + "version": "2.14.0" } \ No newline at end of file