Skip to content

1.1.2

Compare
Choose a tag to compare
@jarekwg jarekwg released this 11 Jan 03:17
· 264 commits to master since this release
  • All source code (except demo code) now linted.
  • Re-removed option to clear search filter, but added option to override this component.
  • Added option to import the undecorated FileBrowser component (without the HTML5 DragDropContext), such that the consumer can decorate themselves (necessary when there are multiple components on the page using dnd). Do this with something like import { RawFileBrowser as FileBrowser } from 'react-keyed-file-browser' in your code.
  • Fixed detailRender ignoring custom props passed to it.