Releases: ApryseSDK/webviewer-react-toolkit
Releases · ApryseSDK/webviewer-react-toolkit
v0.5.0-beta.4
Features
- useManagedFiles: easyMultiSelect option (f272fbe)
v0.5.0-beta.3
Features
- file: can provide optional id during instantiation (50094df)
v0.5.0-beta.2
⚠ BREAKING CHANGES
- 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
- useManagedFiles: shift for range select, meta or ctrl for multi (b8e7775)
Bug Fixes
v0.5.0-beta.1
Features
- Choice: added props to make choice a switch and move label to left (1b51df0)
v0.4.1
⚠ BREAKING CHANGES
- Image: no longer accepts classes prop, image and loading placeholder are no longer wrapped by a div
- Image: can no longer manually specify image loading, can now use native loading prop to mark an image for lazy loading
Features
- icons: added menu icon (71f3183)
- Input: correct color and alignment of icons (da5356b)
- Image: simplify image component (7db5cf5)
- Thumbnail: always show toolbuttons on mobile (a4f96a0)
- Input: added leftElement and updated search example (d0e0d60)
- FilePicker: created file picker component (1d317de)
- icons: added download icon (3bc32a7)
- Thumbnail: only show focus state when using keyboard navigation (420a156)
- ThumbnailSkeleton: skeleton loader for thumbnail (0f994f3)
- Thumbnail: image class name prop (26aeca3)
- file: freezeThumbnail prevents thumbnail updates (0cf27e7)
Bug Fixes
- file: parse extension from set name (b37a1f7)
- Overlay: do not generate overlay if window does not exist (742939f)
- Overlay: check for document to prevent serverside errors (e421805)
- Image: removed loading prop as it clashed with image loading prop (2cc917c)
Styles
Build and Dependencies
- compiler: compile to es5 rather than es2015 (73fef01)
v0.4.0-beta.14
v0.4.0-beta.13
Features
- Input: added leftElement and updated search example (d0e0d60)
v0.4.0-beta.12
Styles
- EditableText: prevent letter cut off (a54ee71)
v0.4.0-beta.11
Styles
- FilePicker: trim long file names (1e99fc9)
v0.4.0-beta.10
Features
- FilePicker: created file picker component (1d317de)