Skip to content

Commit

Permalink
Merge branch 'main' into 3932-nightly-releases-for-container
Browse files Browse the repository at this point in the history
  • Loading branch information
walmazacn authored Oct 3, 2024
2 parents 94fbcbb + ff0fd4c commit 6d7f0db
Show file tree
Hide file tree
Showing 13 changed files with 55 additions and 31 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,21 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
-->


## [v2.17.0] (2024-10-02)

#### :rocket: Added
* [#3946](https://github.com/SAP/luigi/pull/3946) Adds option to disable luigiCookie ([@walmazacn](https://github.com/walmazacn))
* [#3922](https://github.com/SAP/luigi/pull/3922) Adds node property for hiding global search ([@walmazacn](https://github.com/walmazacn))

#### :bug: Fixed
* [#3968](https://github.com/SAP/luigi/pull/3968) Fix fdToolLayout background-color ([@JohannesDoberer](https://github.com/JohannesDoberer))
* [#3964](https://github.com/SAP/luigi/pull/3964) Clean Luigi store ([@JohannesDoberer](https://github.com/JohannesDoberer))






## [v2.16.0] (2024-09-27)

#### :rocket: Added
Expand Down Expand Up @@ -1866,4 +1881,5 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
[v2.14.2]: https://github.com/SAP/luigi/compare/v2.14.1...v2.14.2
[v2.14.3]: https://github.com/SAP/luigi/compare/v2.14.2...v2.14.3
[v2.15.0]: https://github.com/SAP/luigi/compare/v2.14.3...v2.15.0
[v2.16.0]: https://github.com/SAP/luigi/compare/v2.15.0...v2.16.0
[v2.16.0]: https://github.com/SAP/luigi/compare/v2.15.0...v2.16.0
[v2.17.0]: https://github.com/SAP/luigi/compare/v2.16.0...v2.17.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.16.0"
"version": "2.17.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"microfrontends",
"testing"
],
"version": "2.16.0",
"version": "2.17.0",
"engines": {
"node": ">=18.19.1"
}
Expand Down
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.16.0",
"version": "2.17.0",
"engines": {
"node": ">=18.19.1"
}
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.16.0"
"version": "2.17.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": "2.16.0"
"version": "2.17.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.16.0"
"version": "2.17.0"
}
4 changes: 4 additions & 0 deletions core/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2045,6 +2045,10 @@
--luigi__horizontal-nav--height: 2.75rem;
}
.fd-tool-layout {
--fdToolLayout_Background: var(--sapBackgroundColor);
}
:global(html) {
box-sizing: border-box;
position: fixed;
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.16.0"
"version": "2.17.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.16.0"
"version": "2.17.0"
}
36 changes: 20 additions & 16 deletions website/fiddle/package-lock.json

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

8 changes: 4 additions & 4 deletions website/fiddle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"dev": "node patch.js && node build_patch_ui5.js && webpack serve --static public"
},
"dependencies": {
"@luigi-project/client": "2.15.0",
"@luigi-project/core": "2.15.0",
"@luigi-project/plugin-auth-oauth2": "^2.15.0",
"@luigi-project/plugin-auth-oidc": "^2.15.0",
"@luigi-project/client": "2.17.0",
"@luigi-project/core": "2.17.0",
"@luigi-project/plugin-auth-oauth2": "^2.17.0",
"@luigi-project/plugin-auth-oidc": "^2.17.0",
"@luigi-project/plugin-auth-oidc-pkce": "^0.42.0",
"@luigi-project/container": "^1.3.0",
"@ui5/webcomponents": "^2.2.0",
Expand Down

0 comments on commit 6d7f0db

Please sign in to comment.