From 2e80bec46fe2fcef6a6b9901edad075cdc0990c6 Mon Sep 17 00:00:00 2001 From: "Kwiatosz, Krzysztof" <6783567+kwiatekus@users.noreply.github.com> Date: Fri, 23 Nov 2018 09:14:26 +0100 Subject: [PATCH 1/2] Include v0.3.8 in changelog --- CHANGELOG.md | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b81f091b9..3ba2691a7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,37 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec } --> +## [v0.3.8] - 2018-11-23 + +#### :rocket: Added +* [#190](https://github.com/kyma-project/luigi/pull/190) Context Switcher in top navigation ([@maxmarkus](https://github.com/maxmarkus)) +* [#209](https://github.com/kyma-project/luigi/pull/209) Support navigation nodes that just link to other nodes ([@jesusreal](https://github.com/jesusreal)) +* [#162](https://github.com/kyma-project/luigi/pull/162) 404 support for non existing paths ([@parostatkiem](https://github.com/parostatkiem)) +* [#187](https://github.com/kyma-project/luigi/pull/187) Luigi core config refactorings ([@jesusreal](https://github.com/jesusreal)) +* [#200](https://github.com/kyma-project/luigi/pull/200) Align luigi header title with fundamental style ([@parostatkiem](https://github.com/parostatkiem)) +* [#180](https://github.com/kyma-project/luigi/pull/180) Token refresh ([@y-kkamil](https://github.com/y-kkamil)) +* [#160](https://github.com/kyma-project/luigi/pull/160) Configurable logo and title ([@maxmarkus](https://github.com/maxmarkus)) + +#### :bug: Fixed +* [#235](https://github.com/kyma-project/luigi/pull/235) Issues with path routing ([@jesusreal](https://github.com/jesusreal)) +* [#234](https://github.com/kyma-project/luigi/pull/234) Add logout.html to webpack config ([@kwiatekus](https://github.com/kwiatekus)) +* [#232](https://github.com/kyma-project/luigi/pull/232) Fix no context switcher error ([@pekura](https://github.com/pekura)) +* [#224](https://github.com/kyma-project/luigi/pull/224) Bugfix/preserve view contentarea ([@maxmarkus](https://github.com/maxmarkus)) +* [#222](https://github.com/kyma-project/luigi/pull/222) Login fix ([@hardl](https://github.com/hardl)) +* [#202](https://github.com/kyma-project/luigi/pull/202) Fix go-back-button bug ([@parostatkiem](https://github.com/parostatkiem)) +* [#215](https://github.com/kyma-project/luigi/pull/215) mock auth logout page fix ([@y-kkamil](https://github.com/y-kkamil)) +* [#211](https://github.com/kyma-project/luigi/pull/211) Multiple path parameters do not get replaced in view url ([@pekura](https://github.com/pekura)) +* [#212](https://github.com/kyma-project/luigi/pull/212) Fix failing unit tests ([@dariadomagala](https://github.com/dariadomagala)) +* [#206](https://github.com/kyma-project/luigi/pull/206) Center the logo ([@dariadomagala](https://github.com/dariadomagala)) +* [#196](https://github.com/kyma-project/luigi/pull/196) Fix for goBack when not using micro-frontend without routing ([@maxmarkus](https://github.com/maxmarkus)) +* [#177](https://github.com/kyma-project/luigi/pull/177) Allow multiple init and update listeners ([@maxmarkus](https://github.com/maxmarkus)) + +#### :memo: Documentation +* [#197](https://github.com/kyma-project/luigi/pull/197) Improve luigi-client js docs ([@kwiatekus](https://github.com/kwiatekus)) +* [#155](https://github.com/kyma-project/luigi/pull/155) Describe get path params and get node params better ([@pekura](https://github.com/pekura)) +* [#199](https://github.com/kyma-project/luigi/pull/199) Add missing line and improve wording ([@bszwarc](https://github.com/bszwarc)) + + ## [v0.3.7] - 2018-10-31 @@ -159,4 +190,5 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec [client-0.3.0]: https://github.com/kyma-project/luigi/compare/v0.2.1...client-0.3.0 [v0.3.5]: https://github.com/kyma-project/luigi/compare/core-0.3.3...v0.3.5 [v0.3.6]: https://github.com/kyma-project/luigi/compare/v0.3.5...v0.3.6 -[v0.3.7]: https://github.com/kyma-project/luigi/compare/v0.3.6...v0.3.7 \ No newline at end of file +[v0.3.7]: https://github.com/kyma-project/luigi/compare/v0.3.6...v0.3.7 +[v0.3.8]: https://github.com/kyma-project/luigi/compare/v0.3.7...v0.3.8 \ No newline at end of file From 130057b6dd886fa09491105582dba6f24b22182c Mon Sep 17 00:00:00 2001 From: Barbara Date: Fri, 23 Nov 2018 11:19:40 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md Co-Authored-By: kwiatekus <6783567+kwiatekus@users.noreply.github.com> --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ba2691a7b..a4a07dc910 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,7 +39,7 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec * [#235](https://github.com/kyma-project/luigi/pull/235) Issues with path routing ([@jesusreal](https://github.com/jesusreal)) * [#234](https://github.com/kyma-project/luigi/pull/234) Add logout.html to webpack config ([@kwiatekus](https://github.com/kwiatekus)) * [#232](https://github.com/kyma-project/luigi/pull/232) Fix no context switcher error ([@pekura](https://github.com/pekura)) -* [#224](https://github.com/kyma-project/luigi/pull/224) Bugfix/preserve view contentarea ([@maxmarkus](https://github.com/maxmarkus)) +* [#224](https://github.com/kyma-project/luigi/pull/224) Bugfix/preserve view content area ([@maxmarkus](https://github.com/maxmarkus)) * [#222](https://github.com/kyma-project/luigi/pull/222) Login fix ([@hardl](https://github.com/hardl)) * [#202](https://github.com/kyma-project/luigi/pull/202) Fix go-back-button bug ([@parostatkiem](https://github.com/parostatkiem)) * [#215](https://github.com/kyma-project/luigi/pull/215) mock auth logout page fix ([@y-kkamil](https://github.com/y-kkamil)) @@ -191,4 +191,4 @@ The lerna-changelog tool detects changes based on PR labels and maps them to sec [v0.3.5]: https://github.com/kyma-project/luigi/compare/core-0.3.3...v0.3.5 [v0.3.6]: https://github.com/kyma-project/luigi/compare/v0.3.5...v0.3.6 [v0.3.7]: https://github.com/kyma-project/luigi/compare/v0.3.6...v0.3.7 -[v0.3.8]: https://github.com/kyma-project/luigi/compare/v0.3.7...v0.3.8 \ No newline at end of file +[v0.3.8]: https://github.com/kyma-project/luigi/compare/v0.3.7...v0.3.8