This repository was archived by the owner on Nov 3, 2025. It is now read-only.
0.3.0
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
cancelevent from the file picker: - pressing ESC on the
keyboard while the file picker is focussed - clicking the newCancelbutton which appears in
the top bar as soon as acancelBtnLabelis provided -
Enhancement - Allow string as configObject attribute: #27
The property/attribute "configObject" is now allowed to be a string. We'll parse it as JSON.
-
Enhancement - Select button label: #29
It is now possible to provide a dedicated label overriding the default Select button label.