v1.1.2
New features:
- Added
clearSelectionOnOutsideClickboolean prop. By default, Chonky will clear the file selection whenever user clicks anywhere outside of the file browser, unless the click target is a button. Users can override this behaviour by setting the new prop tofalse.
Bug fixes:
- Disabled source maps in generated JS files, which should fix
source-map-loadererrors. - Fixed the bug where clicking on buttons outside of Chonky would clear file selection if button had nested non-button components.