-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:SAP/luigi
- Loading branch information
Showing
70 changed files
with
3,253 additions
and
45,308 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
title: Luigi v1.22.0 | ||
seoMetaDescription: Release notes for Luigi v1.22.0 | ||
author: | ||
- Aleksandra Simeonova | ||
layout: blog | ||
--- | ||
|
||
You can read about the new features in Luigi v1.22.0 in the release notes below. | ||
|
||
<!-- Excerpt --> | ||
|
||
|
||
#### Update to Fundamental Styles v0.23.0 | ||
|
||
With the new release, we updated Luigi Core to version 0.23.0 of Fundamental Styles. You can read about all changes in the [release notes](https://github.com/SAP/fundamental-styles/releases/tag/v0.23.0). This update brought breaking changes and was described in the [Fundamental Library blog post](https://blogs.sap.com/2022/04/14/fundamental-library-styles-update/). You can also review the Luigi changes [here](https://github.com/SAP/luigi/pull/2698). | ||
|
||
#### Disable keyboard accessibility on all elements outside drawers and modals | ||
|
||
When a drawer, modal, or confirmation modal is opened, keyboard actions outside of them are now disabled. Pressing TAB key will no longer select elements in the background that are not part of the modal/drawer. For more information, see the Luigi issues [2411](https://github.com/SAP/luigi/issues/2411) and [2690](https://github.com/SAP/luigi/issues/2690). | ||
|
||
#### Add functionality for allow attribute to be separated by semicolons | ||
|
||
Luigi [allowRules](https://docs.luigi-project.io/docs/general-settings/?section=allowrules) now follow the [Feature Policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/Feature_Policy) convention and allow the attributes to be separated by semicolons. You can find more information [here](https://github.com/SAP/luigi/pull/2642). | ||
|
||
#### Bugfixes | ||
|
||
For a full list of bugfixes, see the [GitHub release page](https://github.com/SAP/luigi/releases/tag/v1.22.0). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,5 +20,5 @@ | |
"devDependencies": { | ||
"@luigi-project/client": "^1.5.0" | ||
}, | ||
"version": "1.21.0" | ||
"version": "1.22.0" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,5 +31,5 @@ | |
"microfrontends", | ||
"testing" | ||
], | ||
"version": "1.21.0" | ||
"version": "1.22.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,5 +15,5 @@ | |
"UI", | ||
"extensibility" | ||
], | ||
"version": "1.21.0" | ||
"version": "1.22.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,5 +17,5 @@ | |
"micro-frontends", | ||
"microfrontends" | ||
], | ||
"version": "1.21.0" | ||
"version": "1.22.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,10 @@ | |
name="viewport" | ||
content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1" | ||
/> | ||
<link | ||
href="https://unpkg.com/@sap-theming/[email protected]/content/Base/baseLib/sap_fiori_3/css_variables.css" | ||
rel="stylesheet" | ||
/> | ||
<link rel="stylesheet" href="/luigi-core/luigi.css" /> | ||
</head> | ||
<body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,10 @@ | |
<html> | ||
<head> | ||
<title>small web app</title> | ||
<link | ||
href="https://unpkg.com/@sap-theming/[email protected]/content/Base/baseLib/sap_fiori_3/css_variables.css" | ||
rel="stylesheet" | ||
/> | ||
</head> | ||
<body> | ||
<noscript>You need to enable JavaScript to run this app.</noscript> | ||
|
Oops, something went wrong.