Skip to content

Releases: ApryseSDK/webviewer-react-toolkit

v0.5.0-beta.4

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

Features

  • useManagedFiles: easyMultiSelect option (f272fbe)

v0.5.0-beta.3

15 Apr 18:10
Compare
Choose a tag to compare
v0.5.0-beta.3 Pre-release
Pre-release

Features

  • file: can provide optional id during instantiation (50094df)

v0.5.0-beta.2

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

⚠ 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

  • Thumbnail: focus now appears on arrow nav as well as tabbing (70efd90)
  • Thumbnail: prevent image drag from interfering with file dragging (53dfa12)

v0.5.0-beta.1

14 Apr 18:06
Compare
Choose a tag to compare
v0.5.0-beta.1 Pre-release
Pre-release

Features

  • Choice: added props to make choice a switch and move label to left (1b51df0)

v0.4.1

09 Apr 18:04
Compare
Choose a tag to compare

⚠ 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

  • EditableText: prevent letter cut off (a54ee71)
  • FilePicker: trim long file names (1e99fc9)

Build and Dependencies

  • compiler: compile to es5 rather than es2015 (73fef01)

v0.4.0-beta.14

08 Apr 19:50
Compare
Choose a tag to compare
v0.4.0-beta.14 Pre-release
Pre-release

⚠ BREAKING CHANGES

  • Image: no longer accepts classes prop, image and loading placeholder are no longer wrapped by a div

Features

  • Image: simplify image component (7db5cf5)
  • Thumbnail: always show toolbuttons on mobile (a4f96a0)

v0.4.0-beta.13

03 Apr 18:35
Compare
Choose a tag to compare
v0.4.0-beta.13 Pre-release
Pre-release

Features

  • Input: added leftElement and updated search example (d0e0d60)

v0.4.0-beta.12

02 Apr 18:47
Compare
Choose a tag to compare
v0.4.0-beta.12 Pre-release
Pre-release

Styles

  • EditableText: prevent letter cut off (a54ee71)

v0.4.0-beta.11

02 Apr 17:33
Compare
Choose a tag to compare
v0.4.0-beta.11 Pre-release
Pre-release

Styles

  • FilePicker: trim long file names (1e99fc9)

v0.4.0-beta.10

01 Apr 21:36
Compare
Choose a tag to compare
v0.4.0-beta.10 Pre-release
Pre-release

Features

  • FilePicker: created file picker component (1d317de)