Skip to content

Releases: ApryseSDK/webviewer-react-toolkit

v0.6.0-beta.6

27 May 20:19
Compare
Choose a tag to compare
v0.6.0-beta.6 Pre-release
Pre-release

⚠ BREAKING CHANGES

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

Build and Dependencies

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

v0.6.0-beta.5

20 May 19:15
Compare
Choose a tag to compare
v0.6.0-beta.5 Pre-release
Pre-release

Refactors

  • Thumbnail: fewer file value subscriptions (a148935)

v0.6.0-beta.4

14 May 22:52
Compare
Choose a tag to compare
v0.6.0-beta.4 Pre-release
Pre-release

Bug Fixes

  • Button: restored broken padding on small button (f03b079)

v0.6.0-beta.3

05 May 20:24
Compare
Choose a tag to compare
v0.6.0-beta.3 Pre-release
Pre-release

Bug Fixes

  • ToastProvider: using refs to keep exists query up to date (b10d04e)

v0.6.0-beta.2

05 May 19:12
Compare
Choose a tag to compare
v0.6.0-beta.2 Pre-release
Pre-release

Features

  • Toast: added loading toast (95364f5)
  • ToastProvider: added modify toast and exists methods (f04731f)

v0.6.0-beta.1

05 May 16:54
Compare
Choose a tag to compare
v0.6.0-beta.1 Pre-release
Pre-release

Features

  • ToastProvider: new props to control position of toast (190c642)

v0.5.0

29 Apr 22:49
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • useFileSubscribe: removed options and replaced with optional throttle
  • useManagedFiles: removed selectWithoutShift option, added preventMultiSelect option, shift no longer multi selects, instead it range selects multiple files, while pressing command or control will allow adding multiple single files to the selection

Features

  • Choice: added props to make choice a switch and move label to left (1b51df0)
  • file: can add license key to enable full file functionality (517f605)
  • file: can provide optional id during instantiation (50094df)
  • file: generate thumbnail exits early if file type is not supported (6963e18)
  • file: improved methods for setting global or local license (94d827a)
  • FilePlaceholder: added file placeholder component (fe5e028)
  • Image: added pending prop to manually set loading state to true (83a1261)
  • Image: can handle rejected or falsy src with onRenderFallback (0e3cec5)
  • Modal: added noUnmount prop to disable modal unmount when closed (313341d)
  • Modal: added wrapperClassName prop (9f1348d)
  • Modal: fullWidth prop removes max width (82c3ab3)
  • Modal: header is now optional (c48b234)
  • Thumbnail: consume errors from useFile for image loading (f093aea)
  • Thumbnail: white background color on thumbnail image (fbb8366)
  • useFile: added errors to useFile output (67a77af)
  • useManagedFiles: easyMultiSelect option (f272fbe)
  • useManagedFiles: shift for range select, meta or ctrl for multi (b8e7775)

Bug Fixes

  • getThumbnail: fixed empty resolve bug (21da478)
  • getThumbnail: removed unnecessary operations (bf4c9df)
  • Modal: click on modal no longer closes if background click enabled (340b871)
  • Modal: fixed focus lock logic (43bfc3a)
  • Modal: if noUnmount is true use visibility instead of display none (bf4b04c)
  • Modal: removed width auto above mobile (a673f2c)
  • Thumbnail: focus now appears on arrow nav as well as tabbing (70efd90)
  • Thumbnail: prevent image drag from interfering with file dragging (53dfa12)
  • useFileSubscribe: value getter ref to prevent infinite looping (276a9bf)
  • useFocusTrap: fix infinite loop while server-side rendering (77681c3)

v0.5.0-beta.17

21 Apr 16:46
Compare
Choose a tag to compare
v0.5.0-beta.17 Pre-release
Pre-release

Bug Fixes

  • getThumbnail: fixed empty resolve bug (21da478)

v0.5.0-beta.16

21 Apr 16:11
Compare
Choose a tag to compare
v0.5.0-beta.16 Pre-release
Pre-release

⚠ BREAKING CHANGES

  • useFileSubscribe: removed options and replaced with optional throttle

Bug Fixes

  • useFileSubscribe: value getter ref to prevent infinite looping (276a9bf)

v0.5.0-beta.15

21 Apr 15:05
Compare
Choose a tag to compare
v0.5.0-beta.15 Pre-release
Pre-release

Features

  • file: generate thumbnail exits early if file type is not supported (6963e18)
  • FilePlaceholder: added file placeholder component (fe5e028)
  • Image: added pending prop to manually set loading state to true (83a1261)
  • Image: can handle rejected or falsy src with onRenderFallback (0e3cec5)
  • Thumbnail: consume errors from useFile for image loading (f093aea)
  • useFile: added errors to useFile output (67a77af)

Bug Fixes

  • getThumbnail: removed unnecessary operations (bf4c9df)
  • Modal: click on modal no longer closes if background click enabled (340b871)