Skip to content

Commit

Permalink
release-v1.12.0 (#1947)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesDoberer authored Mar 24, 2021
1 parent ad8b34f commit 1e1e7e2
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 20 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,23 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
-->


## [v1.12.0] (2021-03-24)

#### :rocket: Added
* [#1841](https://github.com/SAP/luigi/pull/1841) Bookmarkable modals ([@maxmarkus](https://github.com/maxmarkus))
* [#1935](https://github.com/SAP/luigi/pull/1935) Add warning if both virtualTree and children nodes are defined ([@ndricimrr](https://github.com/ndricimrr))
* [#1894](https://github.com/SAP/luigi/pull/1894) Add more flexibility to control handshake ([@legteodav](https://github.com/legteodav))

#### :bug: Fixed
* [#1942](https://github.com/SAP/luigi/pull/1942) Fix 'disabled loadingIndicator' bug when opening in modal ([@ndricimrr](https://github.com/ndricimrr))
* [#1916](https://github.com/SAP/luigi/pull/1916) Shell header improvements ([@JohannesDoberer](https://github.com/JohannesDoberer))
* [#1912](https://github.com/SAP/luigi/pull/1912) Change color of active link ([@JohannesDoberer](https://github.com/JohannesDoberer))






## [v1.11.0] (2021-03-01)

#### :rocket: Added
Expand Down Expand Up @@ -1000,4 +1017,5 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
[v1.8.1]: https://github.com/SAP/luigi/compare/v1.8.0...v1.8.1
[v1.9.0]: https://github.com/SAP/luigi/compare/v1.8.1...v1.9.0
[v1.10.0]: https://github.com/SAP/luigi/compare/v1.9.0...v1.10.0
[v1.11.0]: https://github.com/SAP/luigi/compare/v1.10.0...v1.11.0
[v1.11.0]: https://github.com/SAP/luigi/compare/v1.10.0...v1.11.0
[v1.12.0]: https://github.com/SAP/luigi/compare/v1.11.0...v1.12.0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luigi-project/client-support-angular",
"version": "1.11.0",
"version": "1.12.0",
"peerDependencies": {
"@angular/common": "^11.0.0",
"@angular/core": "^11.0.0",
Expand All @@ -15,4 +15,4 @@
"devDependencies": {
"@luigi-project/client": "^1.5.0"
}
}
}
4 changes: 2 additions & 2 deletions client/luigi-client.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -685,15 +685,15 @@ export type getUserSettings = () => UserSettings;
/**
* Check if LuigiClient is initialized
* @returns {boolean} client initialized state
* @since NEXTRELEASE
* @since 1.12.0
* @memberof Lifecycle
*/
export function isLuigiClientInitialized(): boolean;
export type isLuigiClientInitialized = () => boolean;

/**
* Starts the handshake with Luigi Core and thereafter resulting in initialization of Luigi Client. It is always ran by default when importing luigi-client package in your micro frontend. Note that when using 'defer-luigi-init' to defer default initialization you will need to initialize the handshake using this function manually wherever needed.
* @since NEXTRELEASE
* @since 1.12.0
* @memberof Lifecycle
*/
export function luigiClientInit(): void;
Expand Down
4 changes: 2 additions & 2 deletions client/public-ie11/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luigi-project/client-ie11",
"version": "1.11.0",
"version": "1.12.0",
"description": "Javascript library supporting consumers of the Luigi framework",
"license": "Apache-2.0",
"main": "luigi-client-ie11.js",
Expand All @@ -16,4 +16,4 @@
"UI",
"extensibility"
]
}
}
4 changes: 2 additions & 2 deletions client/public/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luigi-project/client",
"version": "1.11.0",
"version": "1.12.0",
"description": "Javascript library supporting consumers of the Luigi framework",
"license": "Apache-2.0",
"main": "luigi-client.js",
Expand All @@ -18,4 +18,4 @@
"micro-frontends",
"microfrontends"
]
}
}
4 changes: 2 additions & 2 deletions client/src/lifecycleManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class LifecycleManager extends LuigiClientBase {
/**
* Check if LuigiClient is initialized
* @returns {boolean} client initialized state
* @since NEXTRELEASE
* @since 1.12.0
* @memberof Lifecycle
* @example
* const init = LuigiClient.isLuigiClientInitialized()
Expand All @@ -56,7 +56,7 @@ class LifecycleManager extends LuigiClientBase {

/**
* Starts the handshake with Luigi Core and thereafter resulting in initialization of Luigi Client. It is always ran by default when importing luigi-client package in your micro frontend. Note that when using 'defer-luigi-init' to defer default initialization you will need to initialize the handshake using this function manually wherever needed.
* @since NEXTRELEASE
* @since 1.12.0
* @memberof Lifecycle
* @example
* LuigiClient.luigiClientInit()
Expand Down
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@
"type": "git",
"url": "ssh://github.com/SAP/luigi.git"
}
}
}
4 changes: 2 additions & 2 deletions core/public-ie11/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luigi-project/core-ie11",
"version": "1.11.0",
"version": "1.12.0",
"description": "Javascript library supporting consumers of the Luigi framework with Internet Explorer 11 capability",
"license": "Apache-2.0",
"main": "luigi-ie11.js",
Expand All @@ -19,4 +19,4 @@
"micro-frontends",
"microfrontends"
]
}
}
4 changes: 2 additions & 2 deletions core/public/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luigi-project/core",
"version": "1.11.0",
"version": "1.12.0",
"description": "Javascript library supporting consumers of the Luigi framework",
"license": "Apache-2.0",
"main": "luigi.js",
Expand All @@ -19,4 +19,4 @@
"micro-frontends",
"microfrontends"
]
}
}
4 changes: 2 additions & 2 deletions plugins/auth/public/auth-oauth2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luigi-project/plugin-auth-oauth2",
"version": "1.11.0",
"version": "1.12.0",
"description": "OAuth2 implicit grant provider plugin for @luigi-project/core",
"license": "Apache-2.0",
"main": "plugin.js",
Expand All @@ -17,4 +17,4 @@
"oauth2",
"provider"
]
}
}
4 changes: 2 additions & 2 deletions plugins/auth/public/auth-oidc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luigi-project/plugin-auth-oidc",
"version": "1.11.0",
"version": "1.12.0",
"description": "OpenID Connect provider plugin for @luigi-project/core",
"license": "Apache-2.0",
"main": "plugin.js",
Expand All @@ -18,4 +18,4 @@
"openid connect",
"provider"
]
}
}

0 comments on commit 1e1e7e2

Please sign in to comment.