Releases: uptick/react-keyed-file-browser
Releases · uptick/react-keyed-file-browser
1.1.5
1.1.4
1.1.2
- 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 likeimport { RawFileBrowser as FileBrowser } from 'react-keyed-file-browser'
in your code. - Fixed detailRender ignoring custom props passed to it.
1.1.1
1.0.3
1.0.2
- Fixed up peer dependencies (Thanks @jonjomckay)