Skip to content

Commit

Permalink
Release 1.18.0 (#2357)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDoberer authored Nov 3, 2021
1 parent cadcf7c commit c2525bc
Show file tree
Hide file tree
Showing 11 changed files with 16,153 additions and 39 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.18.0] (2021-11-02)

#### :rocket: Added
* [#2298](https://github.com/SAP/luigi/pull/2298) Check if given path exists for core/client openAsX functions ([@ndricimrr](https://github.com/ndricimrr))
* [#2336](https://github.com/SAP/luigi/pull/2336) Update Luigi Core/Client in examples Apps ([@UlianaMunich](https://github.com/UlianaMunich))
* [#2280](https://github.com/SAP/luigi/pull/2280) Fixed visibleForFeatureToggles for Compound WebComponent ([@rafalgamon](https://github.com/rafalgamon))
* [#2304](https://github.com/SAP/luigi/pull/2304) Feature - customAlertHandler ([@JohannesDoberer](https://github.com/JohannesDoberer))
* [#2242](https://github.com/SAP/luigi/pull/2242) Add tooltipText param to TopNav and LeftNav ([@rafalgamon](https://github.com/rafalgamon))
* [#2294](https://github.com/SAP/luigi/pull/2294) Fixed resizing main iframe container if a drawer is opened ([@rafalgamon](https://github.com/rafalgamon))
* [#2322](https://github.com/SAP/luigi/pull/2322) Update modal title and size from micro frontend ([@JohannesDoberer](https://github.com/JohannesDoberer))
* [#2288](https://github.com/SAP/luigi/pull/2288) Enable core api templating for compound children and external link node ([@stanleychh](https://github.com/stanleychh))

#### :bug: Fixed
* [#2333](https://github.com/SAP/luigi/pull/2333) Fix changeable settings config properties ([@JohannesDoberer](https://github.com/JohannesDoberer))
* [#2332](https://github.com/SAP/luigi/pull/2332) Rename aria-label from Avatar to Username ([@UlianaMunich](https://github.com/UlianaMunich))
* [#2350](https://github.com/SAP/luigi/pull/2350) Changeable routing config properties ([@JohannesDoberer](https://github.com/JohannesDoberer))


## [v1.17.0] (2021-10-12)

#### :rocket: Added
Expand Down Expand Up @@ -1241,4 +1259,5 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
[v1.16.0]: https://github.com/SAP/luigi/compare/v1.15.0...v1.16.0
[v1.16.1]: https://github.com/SAP/luigi/compare/v1.16.0...v1.16.1
[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.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
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"devDependencies": {
"@luigi-project/client": "^1.5.0"
},
"version": "1.17.0"
"version": "1.18.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.17.0"
"version": "1.18.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.17.0"
"version": "1.18.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.17.0"
"version": "1.18.0"
}
Loading

0 comments on commit c2525bc

Please sign in to comment.