Skip to content

Latest commit

Β 

History

History
607 lines (471 loc) Β· 42.9 KB

CHANGELOG.md

File metadata and controls

607 lines (471 loc) Β· 42.9 KB

Changelog

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

v0.7.2 (2019-11-29)

πŸš€ Added

πŸ› Fixed

πŸ“ Documentation

v0.7.1 (2019-10-25)

πŸš€ Added

πŸ› Fixed

  • #931 The goBack context is not delivered to preserved view (@pekura)
  • #916 Backdrop not covering split-view micro frontend (@pekura)

v0.7.0 (2019-10-22)

πŸš€ Added

πŸš€ Fixed

πŸ“ Documentation

v0.6.6 (2019-10-09)

πŸš€ Fixed

  • #876 nodeAccessibilityResolver sometimes not re-applied on context switch (@pekura)

v0.6.5 (2019-10-07)

πŸš€ Added

πŸ› Fixed

πŸ“ Documentation

v0.6.4 (2019-09-13)

πŸš€ Added

πŸ› Fixed

v0.6.3 (2019-09-05)

πŸš€ Added

πŸ“ Documentation

v0.6.2 (2019-08-29)

πŸš€ Added

πŸ› Fixed

πŸ“ Documentation

v0.6.1 (2019-08-09)

πŸš€ Added

πŸ› Fixed

  • #741 Dynamic node and link/external link nodes as siblings (@pekura)

πŸ“ Documentation

  • #697 Callback documentation for LuigiClient.addInitListener (@maxmarkus)
  • #703 Product Switcher documentation and configurable label and icon (@maxmarkus)

v0.6.0 (2019-08-02)

πŸš€ Added

πŸ› Fixed

πŸ“ Documentation

v0.5.4 (2019-07-29)

πŸ› Fixed

  • #708 Fix error on click on navigation node when node is active (@jesusreal)

v0.5.3 (2019-07-23)

πŸš€ Added

πŸ“ Documentation

v0.5.2 (2019-07-12)

πŸš€ Added

πŸ› Fixed

v0.5.1 (2019-07-09)

πŸ› Fixed

  • #632 Remove side navigation footer when no footer text and no semi-collapsible navigation (@marynaKhromova)

πŸ“ Documentation

v0.5.0 (2019-07-04)

πŸš€ Added

πŸ› Fixed

πŸ“ Documentation

v0.4.12 (2019-06-24)

πŸš€ Added

πŸ› Fixed

πŸ“ Documentation

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 (micro frontend) 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.