Skip to content

Releases: owncloud/file-picker

0.2.0

07 Dec 11:17
Compare
Choose a tag to compare

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.

    #11

  • Enhancement - Bootstrap Vue: #19

    We've bootstrapped Vue to add access to the file picker via window.

    #19

  • 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.

    #16

0.1.0-beta1

01 Sep 10:51
7235c0d
Compare
Choose a tag to compare
0.1.0-beta1 Pre-release
Pre-release
Merge pull request #15 from owncloud/bugfix/npm-public-access

Add public access