Skip to content

v1.1.0

Compare
Choose a tag to compare
@TimboKZ TimboKZ released this 31 Jul 20:26
· 25 commits to 1.x since this release

Breaking changes:

  • Added an imperative handle with some instance methods to FileBrowser component. This involved wrapping it into React.forwardRef, which might have changed the way FileBrowser refs behave.

New features:

  • Added ChangeSelection action which is dispatched any time user changes the file selection.
  • Added getFileSelection and setFileSelection methods to the FileBrowser ref.

Bug fixes:

  • Clicking a button outside of the file browser will no longer clear out the selection. This is useful when an external button triggers an operation that depends on file selection from Chonky.