-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added release notes for 2.12 and 2.13 (#3752)
* added release notes * Update blog/2024-05-23-release-notes.md Co-authored-by: Mahati Shankar <[email protected]> * Update blog/2024-05-03-release-notes.md thanks! Co-authored-by: Johannes Doberer <[email protected]> * Update blog/2024-05-03-release-notes.md Co-authored-by: Johannes Doberer <[email protected]> * remove luigi fiddle change --------- Co-authored-by: Johannes Doberer <[email protected]> Co-authored-by: Philipp Pracht <[email protected]> Co-authored-by: Ndricim <[email protected]>
- Loading branch information
1 parent
f3ed68c
commit 7864aba
Showing
2 changed files
with
53 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,31 @@ | ||
--- | ||
title: Luigi v2.12 | ||
seoMetaDescription: Release notes for Luigi v2.12 | ||
author: | ||
- Mahati Shankar | ||
layout: blog | ||
--- | ||
|
||
You can read about the new features in Luigi v2.12 in the release notes below. | ||
|
||
<!-- Excerpt --> | ||
|
||
|
||
#### Opt Out of Luigi Error Handling for 404s | ||
|
||
If you have implemented your own `page not found` error handler function, then you can set [**ignoreLuigiErrorHandling**](https://docs.luigi-project.io/docs/navigation-parameters-reference?section=pagenotfoundhandler) to `true` in your routing configuration. | ||
|
||
#### Update Context via Core API | ||
|
||
This addition lets you update the context values for visible iframes and Luigi web components. | ||
|
||
#### Remove Favicon Console Warning | ||
|
||
The console warning that appears when the favicon isn't present or is in the wrong format has been removed. | ||
|
||
|
||
|
||
|
||
#### Bugfixes | ||
|
||
For a full list of bugfixes in this release, see our [changelog](https://github.com/SAP/luigi/blob/main/CHANGELOG.md). |
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,22 @@ | ||
--- | ||
title: Luigi v2.13 | ||
seoMetaDescription: Release notes for Luigi v2.13 | ||
author: | ||
- Mahati Shankar | ||
layout: blog | ||
--- | ||
|
||
You can read about the new features in Luigi v2.13 in the release notes below. | ||
|
||
<!-- Excerpt --> | ||
|
||
|
||
#### Accessibility for Left Nav in BTP Layout | ||
|
||
The Left Nav is now keyboard accessible when the BTP Layout is active. | ||
|
||
|
||
|
||
#### Bugfixes | ||
|
||
For a full list of bugfixes in this release, see our [changelog](https://github.com/SAP/luigi/blob/main/CHANGELOG.md). |