Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release notes for Luigi 1.6.0 #1731

Merged
merged 2 commits into from
Nov 25, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions blog/2020-11-25-release-notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: Luigi v1.6.0
seoMetaDescription: Release notes for Luigi v1.6.0
author:
- Aleksandra Simeonova
layout: blog
---

Luigi 1.6.0 is our latest release offering new features related to the Luigi APIs. New functions for local storage can help developers create more efficient applications. A new drawer component was also added. To learn more, read the release notes below.
<!-- Excerpt -->

#### Storage API for micro frontends

In Luigi 1.6.0, we implemented a few API functions that will enable the use of local storage with Luigi Core and Luigi Client. The Client can send storage messages which are received by the Core. This means different micro frontends can now share or persist items using the browser's local storage. To learn more, read the [documentation](https://docs.luigi-project.io/docs/luigi-client-api/?section=storagemanager).

#### Drawer component

It is now possible to open a micro frontend in a drawer. This feature can be implemented using the Luigi APIs. The drawer size, backdrop, and header can be configured by the developer using simple parameters. You can find the corresponding functions in our documentation for the [Luigi Core](https://docs.luigi-project.io/docs/luigi-core-api/?section=openasdrawer) and [Luigi Client](https://docs.luigi-project.io/docs/luigi-client-api/?section=openasdrawer).

#### Bugfixes

For a full list of bugfixes in this release, see our [changelog](https://github.com/SAP/luigi/blob/master/CHANGELOG.md).