Releases: owncloud/file-picker
Releases · owncloud/file-picker
0.2.0
Changes in 0.2.0
Summary
- Bugfix - Reset resource selection when opening folder: #11
- Enhancement - Bootstrap Vue: #19
- Enhancement - Do not import Vue: #16
Details
-
Bugfix - Reset resource selection when opening folder: #11
We've added reset of selected resources when a folder is opened. This prevents from having
selected resources which are not visible. -
Enhancement - Bootstrap Vue: #19
We've bootstrapped Vue to add access to the file picker via window.
-
Enhancement - Do not import Vue: #16
We've stopped importing Vue because it is not bundled during the build process and needs to be
included as a global variable in the target web application.
0.1.0-beta1
Merge pull request #15 from owncloud/bugfix/npm-public-access Add public access