Skip to content

v0.6.0

Compare
Choose a tag to compare
@liamross liamross released this 26 Jun 19:51
· 57 commits to master since this release

⚠ BREAKING CHANGES

  • Thumbnail: removed throttle and isShownOnLoad props as they are no longer required due to ability to cancel position in global queue

Features

  • Choice: added center prop to vertically center the choice (2c6af08)
  • FileOrganizer: added gridRef prop to allow access to react-window grid (77c0c0e)
  • Thumbnail: if label is empty string and no onRename given, hide thumbnail label (04b791e)
  • Toast: added loading toast (95364f5)
  • ToastProvider: added modify toast and exists methods (f04731f)
  • ToastProvider: new props to control position of toast (190c642)

Bug Fixes

  • Button: restored broken padding on small button (f03b079)
  • ToastProvider: using refs to keep exists query up to date (b10d04e)

Refactors

  • useFocusTrap: reduced loop iterations when finding focus index (1fd5232)
  • Thumbnail: queue for expensive file operations (3eb2e55)
  • Thumbnail: fewer file value subscriptions (a148935)

Build and Dependencies

  • dependencies: updated project dependencies (d30a518)
  • Draggable: updated react-dnd-multi-backend (5921815)