-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
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 v2.14 | ||
seoMetaDescription: Release notes for Luigi v2.14 | ||
author: | ||
- Mahati Shankar | ||
layout: blog | ||
--- | ||
|
||
You can read about the new features in Luigi v2.14 in the release notes below. | ||
|
||
<!-- Excerpt --> | ||
|
||
|
||
#### E2E Tests With Nightwatch, WebdriverIO and Puppeteer | ||
|
||
The testing-utilities library now additionally supports Nightwatch, WebdriverIO and Puppeteer. You can now use these testing frameworks for your e2e tests. | ||
|
||
#### getCurrentRoute Has Been Added | ||
|
||
[getCurrentRoute](https://docs.luigi-project.io/docs/luigi-core-api?section=getcurrentroute) has been added to the Luigi core API which as the name suggests returns the current Luigi route. | ||
|
||
#### getCurrentTheme in WC Client | ||
|
||
The method [getCurrentTheme](https://docs.luigi-project.io/docs/luigi-core-api?section=getcurrenttheme) is now part of the core API so you can now use it in the WebComponent client too. | ||
|
||
|
||
#### Fix Top Nav Children Not Rendered | ||
|
||
Fixed issue where nodes weren't rendered in the top navigation under certain conditions. | ||
|
||
#### Bugfixes | ||
|
||
For a full list of bugfixes in this release, see our [changelog](https://github.com/SAP/luigi/blob/main/CHANGELOG.md). |