Skip to content

Commit

Permalink
Release v1.20.0 (SAP#2457)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDoberer authored Dec 23, 2021
1 parent 4f825d2 commit f575ab6
Show file tree
Hide file tree
Showing 15 changed files with 45,547 additions and 564 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,24 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
-->


## [v1.20.0] (2021-12-23)

#### :rocket: Added
* [#2432](https://github.com/SAP/luigi/pull/2432) Change sap-icon-- to icon function ([@wdoberschuetz](https://github.com/wdoberschuetz))
* [#2385](https://github.com/SAP/luigi/pull/2385) Searchfield configurable - global searchfield centered ([@JohannesDoberer](https://github.com/JohannesDoberer))
* [#2370](https://github.com/SAP/luigi/pull/2370) Dynamic pathSegment for breadcrumbs NavHeader ([@hardl](https://github.com/hardl))
* [#2409](https://github.com/SAP/luigi/pull/2409) Params handling improvements ([@stanleychh](https://github.com/stanleychh))

#### :bug: Fixed
* [#2456](https://github.com/SAP/luigi/pull/2456) Disable double scroll when zooming in the browser ([@UlianaMunich](https://github.com/UlianaMunich))
* [#2447](https://github.com/SAP/luigi/pull/2447) Fix category icon not applied if category not on first node ([@JohannesDoberer](https://github.com/JohannesDoberer))
* [#2437](https://github.com/SAP/luigi/pull/2437) Fixed nodeChangeHook issues ([@hardl](https://github.com/hardl))
* [#2393](https://github.com/SAP/luigi/pull/2393) Strip query params in linkmanager navigate ([@JohannesDoberer](https://github.com/JohannesDoberer))
* [#2425](https://github.com/SAP/luigi/pull/2425) Search field clear btn on global search centered ([@JohannesDoberer](https://github.com/JohannesDoberer))
* [#2403](https://github.com/SAP/luigi/pull/2403) Fix Luigi Context Observable running outside of Angular Zone ([@SomeKay](https://github.com/SomeKay))



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

#### :rocket: Added
Expand Down Expand Up @@ -1281,4 +1299,5 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
[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.19.0]: https://github.com/SAP/luigi/compare/v1.18.1...v1.19.0
[v1.19.0]: https://github.com/SAP/luigi/compare/v1.18.1...v1.19.0
[v1.20.0]: https://github.com/SAP/luigi/compare/v1.19.0...v1.20.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.19.0"
"version": "1.20.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.19.0"
"version": "1.20.0"
}
Loading

0 comments on commit f575ab6

Please sign in to comment.