Skip to content

v1.1.2

Choose a tag to compare

@TimboKZ TimboKZ released this 17 Sep 20:59
· 13 commits to 1.x since this release

New features:

  • Added clearSelectionOnOutsideClick boolean 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 to false.

Bug fixes:

  • Disabled source maps in generated JS files, which should fix source-map-loader errors.
  • Fixed the bug where clicking on buttons outside of Chonky would clear file selection if button had nested non-button components.