Skip to content

0.8.0

Compare
Choose a tag to compare
@LukasHirt LukasHirt released this 29 Jun 10:41
· 425 commits to master since this release

Changes in 0.8.0

Summary

  • Bugfix - Current breadcrumb item shouldn't be interactable: #64
  • Bugfix - Emit location as an array: #71
  • Enhancement - Emit current folder in "folderLoaded" event: #71
  • Enhancement - Add memory storage option: #67

Details

  • Bugfix - Current breadcrumb item shouldn't be interactable: #64

    We've fixed the last item in the breadcrumb which is equal to the current folder so that it is not
    interactable anymore.

    #64
    #76

  • Bugfix - Emit location as an array: #71

    When loading new folder in Location picker, we are emitting an "update" with the current route
    as an argument. We've fixed that the argument has type array now so that it is consistent with all
    other arguments returned in the "update" event.

    #71
    #75

  • Enhancement - Emit current folder in "folderLoaded" event: #71

    We've added event called "folderLoaded" that is emitted every time a loading of any folder has
    ended. It is emitting the current folder as an argument.

    #71
    #75

  • Enhancement - Add memory storage option: #67

    We've added an option to store the Bearer token in memory storage instead of session storage.

    #67
    #74