Skip to content

Commit

Permalink
Release v1.19.0 (SAP#2397)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDoberer authored Nov 26, 2021
1 parent dbed39c commit 02444e8
Show file tree
Hide file tree
Showing 11 changed files with 16,526 additions and 42 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,20 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
-->


## [v1.19.0] (2021-11-26)

#### :rocket: Added
* [#2383](https://github.com/SAP/luigi/pull/2383) Introduce clearNavigationCache() to clear children and titleResolver cache ([@stanleychh](https://github.com/stanleychh))
* [#2369](https://github.com/SAP/luigi/pull/2369) Replace CSS static value with SAP Fiori 3 variable in LeftNav ([@UlianaMunich](https://github.com/UlianaMunich))
* [#2352](https://github.com/SAP/luigi/pull/2352) Node category merging improvements ([@JohannesDoberer](https://github.com/JohannesDoberer))

#### :bug: Fixed
* [#2391](https://github.com/SAP/luigi/pull/2391) Style language dropdown under User Settings Dialog ([@UlianaMunich](https://github.com/UlianaMunich))
* [#2375](https://github.com/SAP/luigi/pull/2375) Webcomponent drawer overlap bug ([@JohannesDoberer](https://github.com/JohannesDoberer))
* [#2289](https://github.com/SAP/luigi/pull/2289) Fixed context update for special iframes ([@rafalgamon](https://github.com/rafalgamon))
* [#2374](https://github.com/SAP/luigi/pull/2374) Make User Menu type of Fiori3 to use 'Compact' mode instead of 'Cozy' ([@UlianaMunich](https://github.com/UlianaMunich))


## [v1.18.1] (2021-11-08)

#### :bug: Fixed
Expand Down Expand Up @@ -1266,4 +1280,5 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
[v1.16.2]: https://github.com/SAP/luigi/compare/v1.16.1...v1.16.2
[v1.17.0]: https://github.com/SAP/luigi/compare/v1.16.2...v1.17.0
[v1.18.0]: https://github.com/SAP/luigi/compare/v1.17.0...v1.18.0
[v1.18.1]: https://github.com/SAP/luigi/compare/v1.18.0...v1.18.1
[v1.18.1]: https://github.com/SAP/luigi/compare/v1.18.0...v1.18.1
[v1.19.0]: https://github.com/SAP/luigi/compare/v1.18.1...v1.19.0
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"devDependencies": {
"@luigi-project/client": "^1.5.0"
},
"version": "1.18.1"
"version": "1.19.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 @@ -31,5 +31,5 @@
"microfrontends",
"testing"
],
"version": "1.18.1"
"version": "1.19.0"
}
2 changes: 1 addition & 1 deletion client/public-ie11/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"UI",
"extensibility"
],
"version": "1.18.1"
"version": "1.19.0"
}
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": "1.18.1"
"version": "1.19.0"
}
2 changes: 1 addition & 1 deletion core/public-ie11/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"micro-frontends",
"microfrontends"
],
"version": "1.18.1"
"version": "1.19.0"
}
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": "1.18.1"
"version": "1.19.0"
}
Loading

0 comments on commit 02444e8

Please sign in to comment.