Skip to content

Commit

Permalink
release v0.7.3 (#1030)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDoberer authored and pekura committed Dec 19, 2019
1 parent 8fca549 commit cdbdff3
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 68 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,24 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
...
}
-->
## [v0.7.3] (2019-12-19)

#### :rocket: Added
* [#1002](https://github.com/SAP/luigi/pull/1002) Implicit structural nodes ([@maxmarkus](https://github.com/maxmarkus))
* [#1014](https://github.com/SAP/luigi/pull/1014) Disable context switcher drop down caret when there is only one option ([@pekura](https://github.com/pekura))
* [#1008](https://github.com/SAP/luigi/pull/1008) Custom item renderer for options in context switcher ([@JohannesDoberer](https://github.com/JohannesDoberer))
* [#993](https://github.com/SAP/luigi/pull/993) React setup ([@ndricimrr](https://github.com/ndricimrr))
* [#994](https://github.com/SAP/luigi/pull/994) Handle init in Luigi client without init handshake ([@JohannesDoberer](https://github.com/JohannesDoberer))
* [#1028](https://github.com/SAP/luigi/pull/1028) Add navigation functionality to core api ([@JohannesDoberer](https://github.com/JohannesDoberer))

#### :bug: Fixed
* [#1017](https://github.com/SAP/luigi/pull/1017) Improve root nav caching ([@maxmarkus](https://github.com/maxmarkus))
* [#1027](https://github.com/SAP/luigi/pull/1027) Add nonce param for OAuth2 and parameters to userInfoFn ([@maxmarkus](https://github.com/maxmarkus))

#### :memo: Documentation
* [#1023](https://github.com/SAP/luigi/pull/1023) Document anonymous access ([@maxmarkus](https://github.com/maxmarkus))


## [v0.7.2] (2019-11-29)

#### :rocket: Added
Expand Down Expand Up @@ -605,3 +623,4 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
[v0.7.0]: https://github.com/SAP/luigi/compare/v0.6.6...v0.7.0
[v0.7.1]: https://github.com/SAP/luigi/compare/v0.7.0...v0.7.1
[v0.7.2]: https://github.com/SAP/luigi/compare/v0.7.1...v0.7.2
[v0.7.3]: https://github.com/SAP/luigi/compare/v0.7.2...v0.7.3
43 changes: 12 additions & 31 deletions client/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/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "luigi-client-private",
"version": "0.7.2",
"version": "0.7.3",
"private": true,
"description": "luigi-client development version, only the public folder is being published to npm as a package",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion client/public/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kyma-project/luigi-client",
"version": "0.7.2",
"version": "0.7.3",
"description": "Javascript library supporting consumers of the Luigi framework",
"license": "Apache-2.0",
"main": "luigi-client.js",
Expand Down
4 changes: 2 additions & 2 deletions core/examples/luigi-sample-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@angular/platform-browser": "^6.1.0",
"@angular/platform-browser-dynamic": "^6.1.0",
"@angular/router": "^6.1.0",
"@kyma-project/luigi-client": "0.7.2",
"@kyma-project/luigi-core": "0.7.2",
"@kyma-project/luigi-client": "0.7.3",
"@kyma-project/luigi-core": "0.7.3",
"ajv": "^6.1.1",
"core-js": "^2.4.1",
"fiori-fundamentals": "^1.4.1",
Expand Down
43 changes: 12 additions & 31 deletions core/package-lock.json

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

Loading

0 comments on commit cdbdff3

Please sign in to comment.