Skip to content

Commit

Permalink
release-v2.13.0 (#3746)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDoberer authored May 23, 2024
1 parent 7d3696c commit 3a31e17
Show file tree
Hide file tree
Showing 14 changed files with 33 additions and 16 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,22 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
-->


## [v2.13.0] (2024-05-23)

#### :rocket: Added
* [#3719](https://github.com/SAP/luigi/pull/3719) A11y for left nav if btp layout is enabled ([@JohannesDoberer](https://github.com/JohannesDoberer))

#### :bug: Fixed
* [#3741](https://github.com/SAP/luigi/pull/3741) Fix left nav cat focus outline in condensed mode ([@hardl](https://github.com/hardl))
* [#3733](https://github.com/SAP/luigi/pull/3733) Fix compound double rendering ([@hardl](https://github.com/hardl))
* [#3722](https://github.com/SAP/luigi/pull/3722) Add webpack ignore comment to dynamic import in bundle ([@hardl](https://github.com/hardl))







## [v2.12.0] (2024-05-03)

#### :rocket: Added
Expand Down Expand Up @@ -1780,4 +1796,5 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
[v2.9.0]: https://github.com/SAP/luigi/compare/v2.8.0...v2.9.0
[v2.10.0]: https://github.com/SAP/luigi/compare/v2.9.0...v2.10.0
[v2.11.0]: https://github.com/SAP/luigi/compare/v2.10.0...v2.11.0
[v2.12.0]: https://github.com/SAP/luigi/compare/v2.11.0...v2.12.0
[v2.12.0]: https://github.com/SAP/luigi/compare/v2.11.0...v2.12.0
[v2.13.0]: https://github.com/SAP/luigi/compare/v2.12.0...v2.13.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.12.0"
"version": "2.13.0"
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"microfrontends",
"testing"
],
"version": "2.12.0",
"version": "2.13.0",
"engines": {
"node": ">=18"
}
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.12.0",
"version": "2.13.0",
"engines": {
"node": ">=18"
}
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.12.0"
"version": "2.13.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.12.0"
"version": "2.13.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.12.0"
"version": "2.13.0"
}
2 changes: 1 addition & 1 deletion core/src/core-api/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ class LuigiConfig {
* Note: the updated context values are not persisted. The developers have to do it on their own.
* @param {Object} ctx - The context to be updated.
* @memberof Configuration
* @since NEXTRELEASE
* @since 2.13.0
*/
updateContextValues(ctx) {
const visibleIframes = IframeHelpers.getMicrofrontendIframes();
Expand Down
2 changes: 1 addition & 1 deletion docs/luigi-client-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ LuigiClient.linkManager().openAsModal('projects/pr1/users', {title:'Users', size
});
```

Returns a **[promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise)** which is resolved when closing the modal. By using LuigiClient.linkManager().goBack({ foo: 'bar' }) to close the modal you have access to the `goBackContext` when the promise will be resolved.
Returns **[promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise)** which is resolved when closing the modal. By using LuigiClient.linkManager().goBack({ foo: 'bar' }) to close the modal you have access the `goBackContext` when the promise will be resolved.

#### updateModalSettings

Expand Down
4 changes: 2 additions & 2 deletions docs/luigi-compound-container-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Type: [string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Globa

### compoundConfig

The configuration for the compound microfrontend.
Take a look at the [compound parameter](https://docs.luigi-project.io/docs/navigation-parameters-reference/?section=compound) for details.
The configuration for the compound microfrontend
Take a look at <https://docs.luigi-project.io/docs/navigation-parameters-reference/?section=compound>

Type: [Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)

Expand Down
2 changes: 1 addition & 1 deletion docs/luigi-core-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ Note: the updated context values are not persisted. The developers have to do it

**Meta**

- **since**: NEXTRELEASE
- **since**: 2.13.0

## Luigi.elements()

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.12.0"
"version": "2.13.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.12.0"
"version": "2.13.0"
}

0 comments on commit 3a31e17

Please sign in to comment.