Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

0.2.0

Choose a tag to compare

@LukasHirt LukasHirt released this 07 Dec 11:17
· 559 commits to master since this release

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