Skip to content

Commit

Permalink
Release v0.7.6 (#1136)
Browse files Browse the repository at this point in the history
* release number updates
  • Loading branch information
maxmarkus authored Mar 9, 2020
1 parent 9f1f754 commit 6a7a4f4
Show file tree
Hide file tree
Showing 15 changed files with 39 additions and 20 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
script:
- export CYPRESS_CACHE_FOLDER=$TRAVIS_BUILD_DIR/cypress-binary-cache
- npm i -g lerna
- head $TRAVIS_BUILD_DIR/client/public/package.json && head $TRAVIS_BUILD_DIR/core/public/package.json
- cat $TRAVIS_BUILD_DIR/core/examples/luigi-sample-angular/package.json | grep luigi
- lerna bootstrap --ci --ignore "*luigi-example-vue" || travis_terminate 1
- lerna run bundle --ignore "*luigi-example-vue" || travis_terminate 1
- lerna run bundlesizeOnly --ignore "*luigi-example-vue" || travis_terminate 1
Expand Down
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,23 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
...
}
-->
## [v0.7.6] (2020-03-09)

#### :rocket: Added
* [#1075](https://github.com/SAP/luigi/pull/1075) Virtual tree navigation ([@maxmarkus](https://github.com/maxmarkus))
* [#1111](https://github.com/SAP/luigi/pull/1111) Ability to update core URL without micro frontend URL change ([@maxmarkus](https://github.com/maxmarkus))
* [#1076](https://github.com/SAP/luigi/pull/1076) Core API: Add splitview functionality ([@ndricimrr](https://github.com/ndricimrr))
* [#1129](https://github.com/SAP/luigi/pull/1129) OpenIdConnect (OIDC) provider profile interceptor ([@maxmarkus](https://github.com/maxmarkus))

#### :bug: Fixed
* [#1119](https://github.com/SAP/luigi/pull/1119) Refactor resolved node children data management ([@JohannesDoberer](https://github.com/JohannesDoberer))
* [#1115](https://github.com/SAP/luigi/pull/1115) Profile icon tooltip text ([@maxmarkus](https://github.com/maxmarkus))

#### :memo: Documentation
* [#1109](https://github.com/SAP/luigi/pull/1109) Document how to make use of contextUpdateListener ([@alexandra-simeonova](https://github.com/alexandra-simeonova))
* [#1096](https://github.com/SAP/luigi/pull/1096) Document how to set auth storage type ([@alexandra-simeonova](https://github.com/alexandra-simeonova))
* [#1099](https://github.com/SAP/luigi/pull/1099) Update documentation for examples + consolidate filenames ([@alexandra-simeonova](https://github.com/alexandra-simeonova))


## [v0.7.5] (2020-02-14)

Expand Down Expand Up @@ -653,4 +670,5 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
[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
[v0.7.4]: https://github.com/SAP/luigi/compare/v0.7.3...v0.7.4
[v0.7.5]: https://github.com/SAP/luigi/compare/v0.7.4...v0.7.5
[v0.7.5]: https://github.com/SAP/luigi/compare/v0.7.4...v0.7.5
[v0.7.6]: https://github.com/SAP/luigi/compare/v0.7.5...v0.7.6
2 changes: 1 addition & 1 deletion 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.5",
"version": "0.7.6",
"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.5",
"version": "0.7.6",
"description": "Javascript library supporting consumers of the Luigi framework",
"license": "Apache-2.0",
"main": "luigi-client.js",
Expand Down
2 changes: 1 addition & 1 deletion client/src/linkManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export class linkManager extends LuigiClientBase {
* Disables the navigation handling for a single navigation request
* It prevents Luigi Core from handling url change after `navigate()`.
* Used for auto-navigation
* @since NEXTRELEASE
* @since 0.7.6
* @example
* LuigiClient.linkManager().withoutSync().navigate('/projects/xy/foobar');
* LuigiClient.linkManager().withoutSync().fromClosestContext().navigate('settings');
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.5",
"@kyma-project/luigi-core": "0.7.5",
"@kyma-project/luigi-client": "0.7.6",
"@kyma-project/luigi-core": "0.7.6",
"ajv": "^6.1.1",
"core-js": "^2.4.1",
"fiori-fundamentals": "^1.4.1",
Expand Down
2 changes: 1 addition & 1 deletion core/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 core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "luigi-core-private",
"version": "0.7.5",
"version": "0.7.6",
"private": true,
"description": "luigi-core development version, only the public folder is being published to npm as a package",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion core/public/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kyma-project/luigi-core",
"version": "0.7.5",
"version": "0.7.6",
"description": "luigi-core",
"license": "Apache-2.0",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion core/src/core-api/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class LuigiNavigationManager {
* @returns {Object} an instance of the SplitView. It provides functions to control its behavior.
* @see {@link https://docs.luigi-project.io/docs/luigi-client-api?section=splitview|SplitView Client} for further documentation. These methods from the Client SplitView are also implemented for Luigi Core: `close`, `collapse`, `expand`, `isCollapsed`, `isExpanded`, `exists`
*
* @since NEXTRELEASE
* @since 0.7.6
* @example
* Luigi.navigation().openAsSplitView('projects/pr1/users', {title:'Users', size:'40'});
*/
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 @@ -237,7 +237,7 @@ LuigiClient.linkManager().withoutSync().fromClosestContext().navigate('settings'

**Meta**

- **since**: NEXTRELEASE
- **since**: 0.7.6

#### navigate

Expand Down
7 changes: 3 additions & 4 deletions docs/luigi-core-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ Returns **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/

- **deprecated**: now located in Luigi.auth() instead of Luigi


## Luigi.elements()

<!-- Generated by documentation.js. Update this documentation by updating the source code. -->
Expand Down Expand Up @@ -431,7 +430,7 @@ Luigi.navigation().openAsModal('projects/pr1/users', {title:'Users', size:'m'});

#### openAsSplitView

- **See: [SplitView Client](https://docs.luigi-project.io/docs/luigi-client-api?section=splitview) for further documentation. These methods are implemented for Luigi Core: `close`, `collapse`, `expand`, `isCollapsed`, `isExpanded`, `exists`**
- **See: [SplitView Client](https://docs.luigi-project.io/docs/luigi-client-api?section=splitview) for further documentation. These methods from the Client SplitView are also implemented for Luigi Core: `close`, `collapse`, `expand`, `isCollapsed`, `isExpanded`, `exists`**

Opens a view in a split view. You can specify the split view's title and size. If you don't specify the title, it is the node label. If there is no node label, the title remains empty. The default size of the split view is 40, which means 40% height of the split view.

Expand All @@ -453,7 +452,7 @@ Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/G

**Meta**

- **since**: NEXTRELEASE
- **since**: 0.7.6

#### fromContext

Expand Down Expand Up @@ -734,7 +733,7 @@ Shows a confirmation modal.

##### Parameters

- `settings` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)** the settings of the confirmation modal. If you don't provide any value for any of the fields, a default value is used
- `settings` **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)** the settings of the confirmation modal. If you do not provide any value for any of the fields, a default value is used
- `settings.header` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** the content of the modal header (optional, default `"Confirmation"`)
- `settings.body` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** the content of the modal body (optional, default `"Are you sure you want to do this?"`)
- `settings.buttonConfirm` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** the label for the modal confirm button (optional, default `"Yes"`)
Expand Down
4 changes: 2 additions & 2 deletions website/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"mock:develop-plugins:watch": "NODE_ENV=debug nodemon --ignore 'static/**' -r esm scripts/markdown.unified-preview.js"
},
"dependencies": {
"@kyma-project/luigi-client": "0.7.5",
"@kyma-project/luigi-core": "0.7.5",
"@kyma-project/luigi-client": "0.7.6",
"@kyma-project/luigi-core": "0.7.6",
"polka": "next"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions website/fiddle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"dev": "webpack-dev-server --content-base public"
},
"dependencies": {
"@kyma-project/luigi-core": "0.7.5",
"@kyma-project/luigi-client": "0.7.5",
"@kyma-project/luigi-core": "0.7.6",
"@kyma-project/luigi-client": "0.7.6",
"ace-builds": "^1.4.5",
"fiori-fundamentals": "1.7.1"
}
Expand Down

0 comments on commit 6a7a4f4

Please sign in to comment.