Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/SAP/luigi into 3959-e2e-tes…
Browse files Browse the repository at this point in the history
…t-for-pathexists-and-showconfirmationmodal
  • Loading branch information
walmazacn committed Oct 2, 2024
2 parents 6c6a05a + 3f4f089 commit a68f752
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 0 deletions.
33 changes: 33 additions & 0 deletions blog/2024-07-10-release-notes.md
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).
1 change: 1 addition & 0 deletions container/public/LuigiCompoundContainer.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { LuigiCompoundContainer as default } from "./bundle.js";
1 change: 1 addition & 0 deletions container/public/LuigiContainer.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { LuigiContainer as default } from "./bundle.js";
4 changes: 4 additions & 0 deletions core/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2045,6 +2045,10 @@
--luigi__horizontal-nav--height: 2.75rem;
}
.fd-tool-layout {
--fdToolLayout_Background: var(--sapBackgroundColor);
}
:global(html) {
box-sizing: border-box;
position: fixed;
Expand Down

0 comments on commit a68f752

Please sign in to comment.