Skip to content

Commit

Permalink
release-v2.3.0 (#3372)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDoberer authored Jul 28, 2023
1 parent e202e8e commit d7652a7
Show file tree
Hide file tree
Showing 14 changed files with 40 additions and 18 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,27 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
-->


## [v2.3.0] (2023-07-28)

#### :rocket: Added
* [#3339](https://github.com/SAP/luigi/pull/3339) Write updated modal settings to url ([@JohannesDoberer](https://github.com/JohannesDoberer))
* [#3326](https://github.com/SAP/luigi/pull/3326) Expand category by navigation ([@JohannesDoberer](https://github.com/JohannesDoberer))
* [#3234](https://github.com/SAP/luigi/pull/3234) Transfer theme vars ([@hardl](https://github.com/hardl))
* [#3285](https://github.com/SAP/luigi/pull/3285) Semicollapsible with button ([@hardl](https://github.com/hardl))
* [#3294](https://github.com/SAP/luigi/pull/3294) Removed internet explorer logic ([@somabagyinszky7](https://github.com/somabagyinszky7))

#### :bug: Fixed
* [#3366](https://github.com/SAP/luigi/pull/3366) Fix incomplete context for tabheader mfe ([@hardl](https://github.com/hardl))
* [#3358](https://github.com/SAP/luigi/pull/3358) Remove wc node when navigate away ([@hardl](https://github.com/hardl))
* [#3357](https://github.com/SAP/luigi/pull/3357) Tabnav: no context passed to accessibilityResolver ([@hardl](https://github.com/hardl))
* [#3340](https://github.com/SAP/luigi/pull/3340) Bug-fix: close modal loadingIndicator enabled ([@JohannesDoberer](https://github.com/JohannesDoberer))
* [#3333](https://github.com/SAP/luigi/pull/3333) Bug-fix: No rendering of categories without children ([@JohannesDoberer](https://github.com/JohannesDoberer))
* [#3301](https://github.com/SAP/luigi/pull/3301) Added helper method for calculating shellbar height ([@somabagyinszky7](https://github.com/somabagyinszky7))
* [#3302](https://github.com/SAP/luigi/pull/3302) Changed configChanged scope for vgdata ([@hardl](https://github.com/hardl))




## [v2.2.1] (2023-05-26)

#### :bug: Fixed
Expand Down Expand Up @@ -1540,4 +1561,5 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
[v2.0.1]: https://github.com/SAP/luigi/compare/v2.0.0...v2.0.1
[v2.1.0]: https://github.com/SAP/luigi/compare/v2.0.1...v2.1.0
[v2.2.0]: https://github.com/SAP/luigi/compare/v2.1.0...v2.2.0
[v2.2.1]: https://github.com/SAP/luigi/compare/v2.2.0...v2.2.1
[v2.2.1]: https://github.com/SAP/luigi/compare/v2.2.0...v2.2.1
[v2.3.0]: https://github.com/SAP/luigi/compare/v2.2.1...v2.3.0
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"@luigi-project/client": "^2.0.0",
"@luigi-project/testing-utilities": "^2.0.0"
},
"version": "2.2.1"
"version": "2.3.0"
}
4 changes: 2 additions & 2 deletions client-frameworks-support/testing-utilities/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client-frameworks-support/testing-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"microfrontends",
"testing"
],
"version": "2.2.1",
"version": "2.3.0",
"engines": {
"node": ">=18"
}
Expand Down
4 changes: 2 additions & 2 deletions client/luigi-client.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,15 +250,15 @@ export declare interface UxManager {
* Gets the CSS variables from Luigi Core with their key and value.
* @returns {Object} CSS variables with their key and value.
* @memberof uxManager
* @since NEXTRELEASE
* @since 2.3.0
* @example LuigiClient.uxManager().getCSSVariables();
*/
getCSSVariables: () => Object;

/**
* Adds the CSS variables from Luigi Core in a <style> tag to the document <head> section.
* @memberof uxManager
* @since NEXTRELEASE
* @since 2.3.0
* @example LuigiClient.uxManager().applyCSS();
*/
applyCSS: () => void;
Expand Down
2 changes: 1 addition & 1 deletion client/public/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"micro-frontends",
"microfrontends"
],
"version": "2.2.1"
"version": "2.3.0"
}
4 changes: 2 additions & 2 deletions client/src/uxManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ class UxManager extends LuigiClientBase {
* Gets the CSS variables from Luigi Core with their key and value.
* @returns {Object} CSS variables with their key and value.
* @memberof uxManager
* @since NEXTRELEASE
* @since 2.3.0
* @example LuigiClient.uxManager().getCSSVariables();
*/
getCSSVariables() {
Expand All @@ -283,7 +283,7 @@ class UxManager extends LuigiClientBase {
/**
* Adds the CSS variables from Luigi Core in a <style> tag to the document <head> section.
* @memberof uxManager
* @since NEXTRELEASE
* @since 2.3.0
* @example LuigiClient.uxManager().applyCSS();
*/
applyCSS() {
Expand Down
2 changes: 1 addition & 1 deletion core/public/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"micro-frontends",
"microfrontends"
],
"version": "2.2.1"
"version": "2.3.0"
}
2 changes: 1 addition & 1 deletion core/public_root/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"micro-frontends",
"microfrontends"
],
"version": "2.2.1"
"version": "2.3.0"
}
2 changes: 1 addition & 1 deletion core/src/core-api/theming.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class LuigiTheming {
* When you configure you own file, you can also implement exception handling by using the function `settings.theming.variables.errorHandling` which gets the error object as argument.
* @memberof Theming
* @returns {Object} CSS variables with their value.
* @since NEXTRELEASE
* @since 2.3.0
* @example Luigi.theming().getCSSVariables();
*/
async getCSSVariables() {
Expand Down
4 changes: 2 additions & 2 deletions docs/luigi-client-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,7 @@ Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/G

**Meta**

- **since**: NEXTRELEASE
- **since**: 2.3.0

#### applyCSS

Expand All @@ -1214,7 +1214,7 @@ LuigiClient.uxManager().applyCSS();

**Meta**

- **since**: NEXTRELEASE
- **since**: 2.3.0

### storageManager

Expand Down
2 changes: 1 addition & 1 deletion docs/luigi-core-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,7 @@ Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/G

**Meta**

- **since**: NEXTRELEASE
- **since**: 2.3.0

## Luigi.featureToggles()

Expand Down
2 changes: 1 addition & 1 deletion plugins/auth/public/auth-oauth2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
"oauth2",
"provider"
],
"version": "2.2.1"
"version": "2.3.0"
}
2 changes: 1 addition & 1 deletion plugins/auth/public/auth-oidc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"openid connect",
"provider"
],
"version": "2.2.1"
"version": "2.3.0"
}

0 comments on commit d7652a7

Please sign in to comment.