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

0.3.0

Choose a tag to compare

@kulmann kulmann released this 19 Apr 13:58
· 536 commits to master since this release
74aefbb

Changes in 0.3.0

Summary

  • Enhancement - Cancelling the file picker: #29
  • Enhancement - Allow string as configObject attribute: #27
  • Enhancement - Select button label: #29

Details

  • Enhancement - Cancelling the file picker: #29

    We added two options for emitting a cancel event from the file picker: - pressing ESC on the
    keyboard while the file picker is focussed - clicking the new Cancel button which appears in
    the top bar as soon as a cancelBtnLabel is provided

    #29

  • Enhancement - Allow string as configObject attribute: #27

    The property/attribute "configObject" is now allowed to be a string. We'll parse it as JSON.

    #27
    #28

  • Enhancement - Select button label: #29

    It is now possible to provide a dedicated label overriding the default Select button label.

    #29