0.8.0
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. -
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. -
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. -
Enhancement - Add memory storage option: #67
We've added an option to store the Bearer token in memory storage instead of session storage.