Skip to content

Commit

Permalink
Release v1.4.0 (#1613)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndricimrr authored Sep 9, 2020
1 parent d994ff2 commit 1221356
Show file tree
Hide file tree
Showing 14 changed files with 51 additions and 31 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,25 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
-->


## [v1.4.0] (2020-09-09)

#### :rocket: Added
* [#1611](https://github.com/SAP/luigi/pull/1611) Theming API ([@maxmarkus](https://github.com/maxmarkus))
* [#1591](https://github.com/SAP/luigi/pull/1591) Possibility to set document title without Luigi header config ([@JohannesDoberer](https://github.com/JohannesDoberer))
* [#1578](https://github.com/SAP/luigi/pull/1578) Modal loading indicator and close Modal event ([@azriel46d](https://github.com/azriel46d))
* [#1579](https://github.com/SAP/luigi/pull/1579) Luigi sample with NextJs ([@stanleychh](https://github.com/stanleychh))
* [#1571](https://github.com/SAP/luigi/pull/1571) Feature toggles ([@JohannesDoberer](https://github.com/JohannesDoberer))
* [#1542](https://github.com/SAP/luigi/issues/1542) Update Fundamental Styles library to 0.11.0 ([@UlianaMunich](https://github.com/UlianaMunich))

#### :bug: Fixed
* [#1565](https://github.com/SAP/luigi/pull/1565) Fix for content security policy issues ([@maxmarkus](https://github.com/maxmarkus))
* [#1612](https://github.com/SAP/luigi/pull/1612) Fix issue with dotted outline in the left side nav ([@UlianaMunich](https://github.com/UlianaMunich))
* [#1606](https://github.com/SAP/luigi/pull/1606) Fix shellbar buttons alignment issue ([@stanleychh](https://github.com/stanleychh))
* [#1587](https://github.com/SAP/luigi/pull/1587) Add up arrow key press to global search ([@stanleychh](https://github.com/stanleychh))
* [#1580](https://github.com/SAP/luigi/pull/1580) Iframe handshake sync ([@JohannesDoberer](https://github.com/JohannesDoberer))



## [v1.3.1] (2020-08-14)

#### :bug: Fixed
Expand Down Expand Up @@ -828,4 +847,5 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
[v1.2.4]: https://github.com/SAP/luigi/compare/v1.2.3...v1.2.4
[v1.3.0]: https://github.com/SAP/luigi/compare/v1.2.4...v1.3.0

[v1.3.1]: https://github.com/SAP/luigi/compare/v1.3.0...v1.3.1
[v1.3.1]: https://github.com/SAP/luigi/compare/v1.3.0...v1.3.1
[v1.4.0]: https://github.com/SAP/luigi/compare/v1.3.1...v1.4.0
2 changes: 1 addition & 1 deletion 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.3.1",
"version": "1.4.0",
"description": "Javascript library supporting consumers of the Luigi framework",
"license": "Apache-2.0",
"main": "luigi-client-ie11.js",
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": "@luigi-project/client",
"version": "1.3.1",
"version": "1.4.0",
"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/lifecycleManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ class LifecycleManager extends LuigiClientBase {
/**Returns a list of active feature toggles
* @returns {Array} a list of feature toggle names
* @memberof Lifecycle
* @since NEXTRELEASE
* @since 1.4.0
* @example
* const activeFeatureToggleList = LuigiClient.getActiveFeatureToggles()
*/
Expand Down
2 changes: 1 addition & 1 deletion 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.3.1",
"version": "1.4.0",
"description": "Javascript library supporting consumers of the Luigi framework with Internet Explorer 11 capability",
"license": "Apache-2.0",
"main": "luigi-ie11.js",
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": "@luigi-project/core",
"version": "1.3.1",
"version": "1.4.0",
"description": "Javascript library supporting consumers of the Luigi framework",
"license": "Apache-2.0",
"main": "luigi.js",
Expand Down
6 changes: 3 additions & 3 deletions core/src/core-api/featuretoggles.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class LuigiFeatureToggles {
/**
* Add a feature toggle to an active feature toggles list
* @memberof FeatureToggles
* @since NEXTRELEASE
* @since 1.4.0
* @example Luigi.featureToggles().setFeatureToggle('featureToggleName');
*/
setFeatureToggle(featureToggleName) {
Expand All @@ -28,7 +28,7 @@ class LuigiFeatureToggles {
/**
* Remove a feature toggle from the list
* @memberof FeatureToggles
* @since NEXTRELEASE
* @since 1.4.0
* @example Luigi.featureToggles().unsetFeatureToggle('featureToggleName');
*/
unsetFeatureToggle(featureToggleName) {
Expand All @@ -49,7 +49,7 @@ class LuigiFeatureToggles {
/**
* Get a list of active feature toggles
* @memberof FeatureToggles
* @since NEXTRELEASE
* @since 1.4.0
* @return {Array} of active feature toggles
* @example Luigi.featureToggles().getActiveFeatureToggleList();
*/
Expand Down
10 changes: 5 additions & 5 deletions core/src/core-api/theming.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class LuigiTheming {
* Retrieves the available themes
* @memberof Theming
* @returns {promise} resolves an array of theming objects
* @since NEXTRELEASE
* @since 1.4.0
* @example
* Luigi
* .theming()
Expand All @@ -31,7 +31,7 @@ class LuigiTheming {
* Sets the current theme id
* @memberof Theming
* @param {string} id of a theme object
* @since NEXTRELEASE
* @since 1.4.0
* @example
* Luigi.theming().setCurrentTheme('light')
*/
Expand All @@ -44,7 +44,7 @@ class LuigiTheming {
* @memberof Theming
* @param {string} id a theme id
* @returns {promise} resolves a theme object
* @since NEXTRELEASE
* @since 1.4.0
* @example
* Luigi
* .theming()
Expand All @@ -61,7 +61,7 @@ class LuigiTheming {
* Retrieves the current active theme. Falls back to **defaultTheme** if none explicitly specified before.
* @memberof Theming
* @returns {string} theme id
* @since NEXTRELEASE
* @since 1.4.0
* @example
* Luigi.theming().getCurrentTheme()
*/
Expand All @@ -85,7 +85,7 @@ class LuigiTheming {
* The general status about the Theming configuration.
* @memberof Theming
* @returns {boolean} `true` if **settings.theming** configuration object is defined
* @since NEXTRELEASE
* @since 1.4.0
* @example
* Luigi.theming().isThemingAvailable()
*/
Expand Down
4 changes: 2 additions & 2 deletions core/src/core-api/ux.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class LuigiUX {
* Set the document title
* @memberof UX
* @param {string} documentTitle
* @since NEXTRELEASE
* @since 1.4.0
* @example Luigi.ux().setDocumentTitle('Luigi');
*/
setDocumentTitle(documentTitle) {
Expand All @@ -119,7 +119,7 @@ class LuigiUX {
/**
* Get the document title
* @memberof UX
* @since NEXTRELEASE
* @since 1.4.0
* @returns a string, which is displayed in the tab.
* @example Luigi.ux().getDocumentTitle();
*/
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 @@ -204,7 +204,7 @@ Returns **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Gl

**Meta**

- **since**: NEXTRELEASE
- **since**: 1.4.0

#### getNodeParams

Expand Down
20 changes: 10 additions & 10 deletions docs/luigi-core-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@ Luigi.ux().setDocumentTitle('Luigi');

**Meta**

- **since**: NEXTRELEASE
- **since**: 1.4.0

#### getDocumentTitle

Expand All @@ -832,7 +832,7 @@ Returns **any** a string, which is displayed in the tab.

**Meta**

- **since**: NEXTRELEASE
- **since**: 1.4.0

## Luigi.globalSearch()

Expand Down Expand Up @@ -984,7 +984,7 @@ Returns **[promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/

**Meta**

- **since**: NEXTRELEASE
- **since**: 1.4.0

#### setCurrentTheme

Expand All @@ -1002,7 +1002,7 @@ Luigi.theming().setCurrentTheme('light')

**Meta**

- **since**: NEXTRELEASE
- **since**: 1.4.0

#### getThemeObject

Expand All @@ -1027,7 +1027,7 @@ Returns **[promise](https://developer.mozilla.org/docs/Web/JavaScript/Reference/

**Meta**

- **since**: NEXTRELEASE
- **since**: 1.4.0

#### getCurrentTheme

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

**Meta**

- **since**: NEXTRELEASE
- **since**: 1.4.0

#### isThemingAvailable

Expand All @@ -1059,7 +1059,7 @@ Returns **[boolean](https://developer.mozilla.org/docs/Web/JavaScript/Reference/

**Meta**

- **since**: NEXTRELEASE
- **since**: 1.4.0

## Luigi.featureToggles()

Expand All @@ -1085,7 +1085,7 @@ Luigi.featureToggles().setFeatureToggle('featureToggleName');

**Meta**

- **since**: NEXTRELEASE
- **since**: 1.4.0

#### unsetFeatureToggle

Expand All @@ -1103,7 +1103,7 @@ Luigi.featureToggles().unsetFeatureToggle('featureToggleName');

**Meta**

- **since**: NEXTRELEASE
- **since**: 1.4.0

#### getActiveFeatureToggleList

Expand All @@ -1119,4 +1119,4 @@ Returns **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Gl

**Meta**

- **since**: NEXTRELEASE
- **since**: 1.4.0
4 changes: 2 additions & 2 deletions docs/navigation-parameters-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ settings: {
visibleForFeatureToggles:['ft1', '!ft2']
}
```
- **since**: NEXTRELEASE
- **since**: 1.4.0
## Context switcher
Expand Down Expand Up @@ -377,7 +377,7 @@ The context switcher is a drop-down list available in the top navigation bar. It
### useFallbackLabelCache
- **type**: boolean
- **description**: if set to `true`, the labels retrieved through **fallbackLabelResolver** are cached within Luigi. This is useful, if **fallbackLabelResolver** is an async function which does a remote server call to fetch its value.
- **since**: NEXTRELEASE
- **since**: 1.4.0
### preserveSubPathOnSwitch
- **type**: boolean
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
@@ -1,6 +1,6 @@
{
"name": "@luigi-project/plugin-auth-oauth2",
"version": "1.3.1",
"version": "1.4.0",
"description": "OAuth2 implicit grant provider plugin for @luigi-project/core",
"license": "Apache-2.0",
"main": "plugin.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.3.1",
"version": "1.4.0",
"description": "OpenID Connect provider plugin for @luigi-project/core",
"license": "Apache-2.0",
"main": "plugin.js",
Expand Down

0 comments on commit 1221356

Please sign in to comment.