Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release-v1.26.0 #3122

Merged
merged 2 commits into from
Jan 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 28 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,32 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
-->


## [v1.26.0] (2023-01-16)

#### :boom: Breaking Change
* [#2735](https://github.com/SAP/luigi/pull/2735) Bump @angular/core from 6.1.10 to 11.0.5 in /test/e2e-test-application ([@dependabot[bot]](https://github.com/apps/dependabot))

#### :rocket: Added
* [#3094](https://github.com/SAP/luigi/pull/3094) Enhance left nav a11y ([@JohannesDoberer](https://github.com/JohannesDoberer))
* [#3049](https://github.com/SAP/luigi/pull/3049) Add callback to openAsModal for core api ([@hardl](https://github.com/hardl))
* [#2963](https://github.com/SAP/luigi/pull/2963) LuigiClient type declaration for web components ([@JohannesDoberer](https://github.com/JohannesDoberer))
* [#2955](https://github.com/SAP/luigi/pull/2955) Allow right alignment of statusBadge ([@hardl](https://github.com/hardl))
* [#3013](https://github.com/SAP/luigi/pull/3013) Tooltip for categories expand collapse button ([@JohannesDoberer](https://github.com/JohannesDoberer))
* [#2980](https://github.com/SAP/luigi/pull/2980) Add 'isDrawer' to luigi client api ([@ndricimrr](https://github.com/ndricimrr))
* [#2941](https://github.com/SAP/luigi/pull/2941) Add external link option for IBN ([@ndricimrr](https://github.com/ndricimrr))
* [#2932](https://github.com/SAP/luigi/pull/2932) Allow LuigiElement shadow mode configuration ([@ndricimrr](https://github.com/ndricimrr))
* [#3072](https://github.com/SAP/luigi/pull/3072) History handling for modals ([@JohannesDoberer](https://github.com/JohannesDoberer))

#### :bug: Fixed
* [#2984](https://github.com/SAP/luigi/pull/2984) Fix unsaved changes modal not closing after browser back ([@ndricimrr](https://github.com/ndricimrr))
* [#3039](https://github.com/SAP/luigi/pull/3039) Fix drawer overlap ([@hardl](https://github.com/hardl))
* [#2953](https://github.com/SAP/luigi/pull/2953) Fix broken link ([@alexandra-simeonova](https://github.com/alexandra-simeonova))
* [#2901](https://github.com/SAP/luigi/pull/2901) Plus sign not decoded correctly when adding and then getting nodeParams ([@wdoberschuetz](https://github.com/wdoberschuetz))
* [#2949](https://github.com/SAP/luigi/pull/2949) Add missing withOptions function typings ([@ndricimrr](https://github.com/ndricimrr))




## [v1.25.1] (2022-10-04)
#### :bug: Fixed
* [#2838](https://github.com/SAP/luigi/pull/2915) Fix client-support-angular deps ([@hardl](https://github.com/hardl))
Expand Down Expand Up @@ -1449,4 +1475,5 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
[v1.23.1]: https://github.com/SAP/luigi/compare/v1.23.0...v1.23.1
[v1.24.0]: https://github.com/SAP/luigi/compare/v1.23.1...v1.24.0
[v1.25.0]: https://github.com/SAP/luigi/compare/v1.24.0...v1.25.0
[v1.25.1]: https://github.com/SAP/luigi/compare/v1.25.0...v1.25.1
[v1.25.1]: https://github.com/SAP/luigi/compare/v1.25.0...v1.25.1
[v1.26.0]: https://github.com/SAP/luigi/compare/v1.25.1...v1.26.0

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

Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"@luigi-project/client": "^1.25.0",
"@luigi-project/testing-utilities": "^1.25.0"
},
"version": "1.25.1"
"version": "1.26.0"
}

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.25.1"
"version": "1.26.0"
}
2 changes: 1 addition & 1 deletion client/luigi-client.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ export declare interface UxManager {
* Checks if the current micro frontend is displayed inside a drawer
* @returns {boolean} indicating if it is loaded inside a drawer
* @memberof uxManager
* @since NEXTRELEASE
* @since 1.26.0
*/
isDrawer: () => boolean;
}
Expand Down
Loading