Skip to content

Releases: uptick/react-keyed-file-browser

1.1.5

11 Jan 21:31
Compare
Choose a tag to compare
  • Fixed positioning of deletion confirmation button.

1.1.4

11 Jan 13:31
Compare
Choose a tag to compare
  • Fixed bug with deletion not resetting current selection.
  • Enabled passing custom props to all overridable renderers.
  • Moved Rename button before Delete in actions bar.
  • Some other fixes here and there.

1.1.2

11 Jan 03:17
Compare
Choose a tag to compare
  • 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.

1.1.1

10 Jan 04:22
Compare
Choose a tag to compare
  • Started some code modernisation, introducing linting, decorators, fat arrows and all that other goodness.
  • Re-added option to clear search filter.
  • Removed undefined LoadingSpinner component.

1.0.3

08 Jan 23:50
Compare
Choose a tag to compare
  • Enabled passing custom props to detailRenderer.

1.0.2

30 Nov 01:06
Compare
Choose a tag to compare