diff --git a/blog/2024-07-10-release-notes.md b/blog/2024-07-10-release-notes.md new file mode 100644 index 0000000000..9383361f35 --- /dev/null +++ b/blog/2024-07-10-release-notes.md @@ -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. + + + + +#### 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). \ No newline at end of file