-
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.
Add release notes for Luigi 1.17 (SAP#2325)
Co-authored-by: Uliana Caceres <[email protected]>
- Loading branch information
1 parent
56d8bcc
commit de1903a
Showing
1 changed file
with
33 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: Luigi v1.17.0 | ||
seoMetaDescription: Release notes for Luigi v1.17.0 | ||
author: | ||
- Aleksandra Simeonova | ||
layout: blog | ||
--- | ||
|
||
You can read about the new features in Luigi v1.17.0 in the release notes below. | ||
|
||
<!-- Excerpt --> | ||
|
||
#### New replaceIntentRoute parameter | ||
|
||
A new parameter [replaceIntentRoute](https://docs.luigi-project.io/docs/navigation-parameters-reference/?section=replaceintentroute) was introduced. It defines whether the intent navigation route resolves to actual path automatically or not. | ||
|
||
For example, when the parameter is defined, an address `http://localhost:4200/#?intent=Sales-settings?param1=abc¶m2=bcd` | ||
will be translated to its actual path: `http://localhost:4200/projects/pr2/settings?~param1=abc&~param2=bcd`. And with hashRouting enabled, the example `http://localhost:4200/#?intent=Sales-settings?param1=abc¶m2=bcd` will translate to:`http://localhost:4200/#/projects/pr2/settings?~param1=abc&~param2=bcd`. | ||
|
||
#### Improved user settings | ||
|
||
The dropdown in Luigi's [user settings](https://docs.luigi-project.io/docs/user-settings) dialog was refactored to the latest Fiori3 specifications to be easily accessible via keyboard. You can find more information [here](https://github.com/SAP/luigi/pull/2293). | ||
|
||
Also, the Profile dropdown entities in user settings are now accessible via keyboard. You can learn more [here](https://github.com/SAP/luigi/pull/2256). | ||
|
||
#### getCurrentLocale works with Luigi Client Web Components | ||
|
||
With our newest release, you can use the [getCurrentLocale](https://docs.luigi-project.io/docs/luigi-client-api/?section=getcurrentlocale) function within [Web Components](https://docs.luigi-project.io/docs/web-component) of Luigi Client. For more information see the changes [here](https://github.com/SAP/luigi/pull/2219). | ||
|
||
#### Bugfixes | ||
|
||
For a full list of bugfixes in this release, see our [changelog](https://github.com/SAP/luigi/blob/master/CHANGELOG.md). | ||
|