Skip to content

Latest commit

Β 

History

History
354 lines (273 loc) Β· 23.6 KB

CHANGELOG.md

File metadata and controls

354 lines (273 loc) Β· 23.6 KB

Changelog

Note: All the versions not mentioned in the changelog file do not contain changes.

v0.4.11 (2019-04-12)

πŸš€ Added

πŸ› Fixed

πŸ“ Documentation

v0.4.10 (2019-03-08)

πŸ› Fixed

v0.4.9 (2019-03-07)

πŸ› Fixed

v0.4.8 (2019-02-20)

πŸ› Fixed

v0.4.7 (2019-02-08)

πŸš€ Added

πŸ› Fixed

v0.4.6 (2019-02-07)

πŸš€ Added

πŸ› Fixed

v0.4.5 (2019-01-23)

πŸš€ Added

πŸ› Fixed

πŸ“ Documentation

v0.4.4 (2019-01-10)

πŸš€ Added

πŸ› Fixed

πŸ“ Documentation

v0.4.3 - 2019-01-07

πŸ› Fixed

v0.4.1 - 2018-12-27

πŸš€ Added

πŸ› Fixed

  • #307 Fix error with parsed data (@dariadomagala)
  • #301 Fix dropdowns behavior on click events (@dariadomagala)
  • #305 When adding a listener via Luigi client API, call only the listener being added (@jesusreal)
  • #299 It is not possible to have a root node with empty path segment and a view (@pekura)
  • #283 Default child node mechanism breaks if path ends with a slash (@pekura)

πŸ“ Documentation

v0.4.0 - 2018-12-06

πŸš€ Added

πŸ› Fixed

πŸ“ Documentation

v0.3.8 - 2018-11-23

πŸš€ Added

πŸ› Fixed

πŸ“ Documentation

v0.3.7 - 2018-10-31

πŸš€ Added

  • #169 Enable Luigi Client (microfrontend) to check whether a path exists in the main app (@jesusreal)

πŸ› Fixed

  • #168 Fix bug for closest parent navigation on Luigi Client (@jesusreal)

πŸ“ Documentation

  • #138 Add details about navigation nodes and reading node parameters (@bszwarc)
  • #176 Update and improve the content of the installation guide (@bszwarc)
  • #161 Fix small docu bugs (@jesusreal)

v0.3.6 - 2018-10-23

πŸš€ Added

πŸ› Fixed

πŸ“ Documentation

v0.3.5 - 2018-09-26

πŸš€ Added

πŸ› Fixed

πŸ“ Documentation

core-0.3.3 - 2018-09-14

πŸš€ Added

  • #67 Navigation node visibility with custom nodeAccessibilityResolver (@maxmarkus)

πŸ› Fixed

πŸ“ Documentation

client-0.3.2 - 2018-09-10

πŸš€ Added

core-0.3.1 - 2018-09-07

πŸ› Fixed

  • #31 Redirect from root node to first child (@y-kkamil)
  • #50 #49 [fix] OAuth2 implicit grant flow should use GET as default reques… (@aartek)

core-0.3.0 - 2018-09-05

πŸš€ Added

  • Preserve view and go back feature.
  • Default child nodes feature.
  • Support for url parameters.
  • Add vue.js example app by @DamianLion
  • On angular example app, update angular version from version 5 to 6.
  • On angular example app, introduce fundamental-ui css framework.
  • Backdrop functionality can now be disabled via Luigi Config object.
  • Add error message for missing Luigi Config.
  • Improvements on authorization, remove login button, trigger auth flow on page load.
  • Add documentation.

Changed

  • 'hideNav' flag to disable top and left navigations is called now "hideNavigation" and is under "settings".
  • 'isHashRoute' flag to activate hash routing is moved to Luigi Config object under 'settings' and is called now 'useHashRouting'.
  • Luigi Config is now under "window.Luigi.config" instead of "window.LuigiConfig" and "setConfig" and "getConfig" helper methods are available.

πŸ› Fixed

  • On angular example app, fix path routing issues by simplifying app chunks split.
  • On backdrop functionality, fix some small visual errors.

client-0.3.0 - 2018-09-05

πŸš€ Added

  • Support for url parameters.
  • Add documentation.

πŸ› Fixed

  • Prevent reloading of whole browser window when navigating with hash routing and only hash changes.

0.2.1 - 2018-07-24

πŸš€ Added

  • Core: Angular example application.
  • Core: Hash-based and path-based routing.
  • Core: Navigation setup.
  • Core: Support authorization via Open ID Connect (OIDC) or OAuth2 Implicit Grant.
  • Core: Navigation on top and left (can be disabled via Luigi Config object).
  • Core: Backdrop functionality.
  • Core: Authorization.
  • Client: Lifecycle functions.
  • Client: Link manager for navigation.
  • Client: UX manager for backdrop.