Skip to content

Commit

Permalink
Merge branch 'master' into feature-globalsearch
Browse files Browse the repository at this point in the history
* master: (21 commits)
  style the mobile avigation for Documentation (#1452)
  allow hash and section deeplinks (#1447)
  Add link to blogs (#1442)
  Release v1.2.4 (#1457)
  Fix logout label (#1453)
  adds a check if persisted collapsible state is closed and prevent persistion on resize (#1431)
  update links (#1445)
  1381 update version of Fundamental Styles on Fiddle to 0.10.0 (#1414)
  1381 update version of Fundamental Styles on Fiddle to 0.10.0 (#1414)
  1381 update version of Fundamental Styles on Fiddle to 0.10.0 (#1414)
  1381 update version of Fundamental Styles on Fiddle to 0.10.0 (#1414)
  redirect for blog on landingpage
  Add blog to website (#1439)
  release v1.2.3 (#1437)
  remove non-working code (#1436)
  Release v1.2.2 (#1435)
  fix double frame (#1433)
  Added showLabel attribute to node for top level nav (#1429)
  Strip Documentation in Changelog generation (#1404)
  Feature/badge counter (#1409)
  ...
  • Loading branch information
JohannesDoberer committed Jul 6, 2020
2 parents 27ffefd + f8c3d44 commit 748cd9d
Show file tree
Hide file tree
Showing 68 changed files with 1,351 additions and 945 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,25 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
-->


## [v1.2.4] (2020-07-02)

#### :bug: Fixed
* [#1453](https://github.com/SAP/luigi/pull/1453) Fix logout label ([@maxmarkus](https://github.com/maxmarkus))
* [#1431](https://github.com/SAP/luigi/pull/1431) Fix semicollapsible resize ([@maxmarkus](https://github.com/maxmarkus))

## [v1.2.3] (2020-06-26)

#### :rocket: Added
* [#1429](https://github.com/SAP/luigi/pull/1429) Added showLabel attribute to node for top level nav ([@azriel46d](https://github.com/azriel46d))
* [#1409](https://github.com/SAP/luigi/pull/1409) Added badge counter to left navigation ([@azriel46d](https://github.com/azriel46d))

#### :bug: Fixed
* [#1433](https://github.com/SAP/luigi/pull/1433) Fix double frame ([@hardl](https://github.com/hardl))
* [#1436](https://github.com/SAP/luigi/pull/1436) Remove window.parent check from Client ([@maxmarkus](https://github.com/maxmarkus))

## [v1.2.2] (2020-06-25)
* Reverted release.

## [v1.2.1] (2020-06-04)

#### :rocket: Added
Expand Down Expand Up @@ -785,3 +804,7 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec
[v1.1.0]: https://github.com/SAP/luigi/compare/v1.0.1...v1.1.0
[v1.1.1]: https://github.com/SAP/luigi/compare/v1.1.0...v1.1.1
[v1.2.1]: https://github.com/SAP/luigi/compare/v1.1.1...v1.2.1

[v1.2.2]: https://github.com/SAP/luigi/compare/v1.2.1...v1.2.2
[v1.2.3]: https://github.com/SAP/luigi/compare/v1.2.2...v1.2.3
[v1.2.4]: https://github.com/SAP/luigi/compare/v1.2.3...v1.2.4
Empty file added blog/.gitkeep
Empty file.
18 changes: 18 additions & 0 deletions blog/2020-06-18-welcome-to-luigi-blog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: Welcome to the Luigi blog!
description: This is our first blog entry and it introduces our new blog section.
author:
- Aleksandra Simeonova
layout: blog
---

The new blog section of our website will help you stay on top of the latest Luigi news and updates.
<!-- Excerpt -->

The Luigi project is growing quickly and attracting more attention in the open-source community. Micro frontend architecture is becoming more popular as an efficient strategy for future-proof, scalable applications. New features are added to Luigi regularly, and we want to keep you up to date.

This is why we are adding a blog to our website to inform you of the latest Luigi releases, updates, and other important news! You can expect regular posts in the future documenting every release and other Luigi-related topics. If you have an idea for a blog post, you can write to aleksandra.simeonova@sap.com.

And yes, our first blog post is just to let you know that we have a blog now. #meta #nerdy

P.S. Follow us on [Twitter](https://twitter.com/luigiprojectio?lang=en) and [YouTube](https://www.youtube.com/channel/UC5WsYsHapDlg2K3iXS4n4AQ) for more Luigi content.
44 changes: 12 additions & 32 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/public-ie11/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luigi-project/client-ie11",
"version": "1.2.1",
"version": "1.2.4",
"description": "Javascript library supporting consumers of the Luigi framework",
"license": "Apache-2.0",
"main": "luigi-client-ie11.js",
Expand Down
2 changes: 1 addition & 1 deletion client/public/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luigi-project/client",
"version": "1.2.1",
"version": "1.2.4",
"description": "Javascript library supporting consumers of the Luigi framework",
"license": "Apache-2.0",
"main": "luigi-client.js",
Expand Down
2 changes: 2 additions & 0 deletions client/src/luigi-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import { uxManager } from './uxManager';
* @private
*/
class LuigiClient {
constructor() {}

addInitListener(initFn) {
return lifecycleManager.addInitListener(initFn);
}
Expand Down
Loading

0 comments on commit 748cd9d

Please sign in to comment.