Skip to content

Commit

Permalink
Release v1.25.0 (#2909)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDoberer authored Sep 30, 2022
1 parent d1b087f commit c3104b3
Show file tree
Hide file tree
Showing 18 changed files with 242 additions and 258 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,26 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
-->


## [v1.25.0] (2022-09-30)

#### :rocket: Added
* [#2908](https://github.com/SAP/luigi/pull/2908) Ignore events from inactive iframes ([@hardl](https://github.com/hardl))
* [#2893](https://github.com/SAP/luigi/pull/2893) Add getActiveFeatureToggles in Luigi WC ([@wdoberschuetz](https://github.com/wdoberschuetz))
* [#2900](https://github.com/SAP/luigi/pull/2900) CRA Luigi Template ([@ndricimrr](https://github.com/ndricimrr))
* [#2878](https://github.com/SAP/luigi/pull/2878) Implement tests by using luigi mock module ([@viktorsperling](https://github.com/viktorsperling))
* [#2858](https://github.com/SAP/luigi/pull/2858) Add Viewgroup Background Option ([@ndricimrr](https://github.com/ndricimrr))
* [#2873](https://github.com/SAP/luigi/pull/2873) Hide top navigation ([@JohannesDoberer](https://github.com/JohannesDoberer))
* [#2861](https://github.com/SAP/luigi/pull/2861) Introduce js-test-application for e2e tests ([@JohannesDoberer](https://github.com/JohannesDoberer))
* [#2808](https://github.com/SAP/luigi/pull/2808) Remove javascript void from nav href ([@ndricimrr](https://github.com/ndricimrr))

#### :bug: Fixed
* [#2838](https://github.com/SAP/luigi/pull/2838) Fix sessionStorage not working ([@hardl](https://github.com/hardl))
* [#2850](https://github.com/SAP/luigi/pull/2850) Fix preload url routing ([@JohannesDoberer](https://github.com/JohannesDoberer))
* [#2827](https://github.com/SAP/luigi/pull/2827) Fix mkdocs.yml file ([@alexandra-simeonova](https://github.com/alexandra-simeonova))




## [v1.24.0] (2022-07-15)

#### :rocket: Added
Expand Down Expand Up @@ -1421,4 +1441,5 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
[v1.22.0]: https://github.com/SAP/luigi/compare/v1.21.0...v1.22.0
[v1.23.0]: https://github.com/SAP/luigi/compare/v1.22.0...v1.23.0
[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.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
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"devDependencies": {
"@luigi-project/client": "^1.21.0"
},
"version": "1.24.0"
}
"version": "1.25.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.24.0"
"version": "1.25.0"
}
18 changes: 0 additions & 18 deletions client-frameworks-support/testing-utilities/test/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/public-ie11/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"UI",
"extensibility"
],
"version": "1.24.0"
"version": "1.25.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.24.0"
"version": "1.25.0"
}
2 changes: 1 addition & 1 deletion client/src/linkManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ export class linkManager extends LuigiClientBase {
* @param {boolean} options.preventHistoryEntry By default, it is set to `false`. If it is set to `true`, there is no browser history being kept.
* @param {boolean} options.preventContextUpdate By default, it is set to `false`. If it is set to `true`, there is no context update being triggered.
* @returns {linkManager} link manager instance
* @since NEXTRELEASE
* @since 1.25.0
* @example
* LuigiClient.linkManager().withOptions(
* { preventContextUpdate:true, preventHistoryEntry: true }
Expand Down
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.24.0"
"version": "1.25.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.24.0"
"version": "1.25.0"
}
2 changes: 1 addition & 1 deletion docs/luigi-client-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ Returns **[linkManager](#linkmanager)** link manager instance

**Meta**

- **since**: NEXTRELEASE
- **since**: 1.25.0

#### pathExists

Expand Down
4 changes: 2 additions & 2 deletions docs/navigation-parameters-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ runTimeErrorHandler: {
}
}
```
- **since**: NEXTRELEASE
- **since**: 1.25.0
### tabNav
- **type**: boolean
Expand Down Expand Up @@ -912,7 +912,7 @@ The app switcher is a dropdown list available in the top navigation bar. It allo
}
}
```
- **since**: NEXTRELEASE
- **since**: 1.25.0
### items
- **type**: array
Expand Down
70 changes: 35 additions & 35 deletions 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 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": "1.24.0"
"version": "1.25.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": "1.24.0"
"version": "1.25.0"
}
Loading

0 comments on commit c3104b3

Please sign in to comment.