Releases: ApryseSDK/webviewer-react-toolkit
Releases · ApryseSDK/webviewer-react-toolkit
v0.6.0-beta.6
v0.6.0-beta.5
Refactors
- Thumbnail: fewer file value subscriptions (a148935)
v0.6.0-beta.4
Bug Fixes
- Button: restored broken padding on small button (f03b079)
v0.6.0-beta.3
Bug Fixes
- ToastProvider: using refs to keep exists query up to date (b10d04e)
v0.6.0-beta.2
v0.6.0-beta.1
Features
- ToastProvider: new props to control position of toast (190c642)
v0.5.0
⚠ 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
Bug Fixes
- getThumbnail: fixed empty resolve bug (21da478)
v0.5.0-beta.16
⚠ 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
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)