Skip to content

Releases: ApryseSDK/webviewer-react-toolkit

v0.3.1

09 Mar 22:22
Compare
Choose a tag to compare

Features

  • Label: added a generic form field label (88d3d3f)

v0.3.0

04 Mar 22:35
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Toast: prop toastType renamed to message, as it will now be used across multiple components

Features

  • Input: rightElement prop for adding custom right element (9f441b1)
  • a11y: added aria-labels to close buttons of modal and toast (fab395f)
  • icons: added Hide, Show and Search icons (4cf10f5)
  • Input: added input component (394a7be)
  • Toast: renamed toastType prop to message (238630f)
  • Icon: added icon component for using included or custom icons (741b6e5)
  • icons: added ChevronDown and RotateRight icons (af137c6)
  • ToolButton: added expandProps for expandable menu button (a65a7e3)

Bug Fixes

  • Button: fix font color icon buttons (a04522e)
  • Icon: display inline for icon (2a67871)
  • useAccessibleFocus: remove all listeners when no subscribers (3ab273f)
  • Thumbnail: fixed issue with keys not registering on tool buttons (e24afb5)

Styles

  • colors: added focus shadows for message colors (fc9eaa2)
  • Icon: flex center items within icon (df5c160)

Refactors

  • useAccessibleFocus: simplify observable class (03c648d)
  • id: switched to sequential ID generation (65eb0b3)

v0.3.0-beta.7

04 Mar 21:50
Compare
Choose a tag to compare
v0.3.0-beta.7 Pre-release
Pre-release

Features

  • Input: rightElement prop for adding custom right element (9f441b1)

Refactors

  • useAccessibleFocus: simplify observable class (03c648d)

v0.3.0-beta.6

29 Feb 02:16
Compare
Choose a tag to compare
v0.3.0-beta.6 Pre-release
Pre-release

Bug Fixes

  • Button: fix font color icon buttons (a04522e)
  • Icon: display inline for icon (2a67871)

v0.3.0-beta.5

28 Feb 22:01
Compare
Choose a tag to compare
v0.3.0-beta.5 Pre-release
Pre-release

⚠ BREAKING CHANGES

  • Toast: prop toastType renamed to message, as it will now be used across multiple components

Features

  • a11y: added aria-labels to close buttons of modal and toast (fab395f)
  • icons: added Hide, Show and Search icons (4cf10f5)
  • Input: added input component (394a7be)
  • Toast: renamed toastType prop to message (238630f)

Bug Fixes

  • useAccessibleFocus: remove all listeners when no subscribers (3ab273f)

Refactors

  • id: switched to sequential ID generation (65eb0b3)

Styles

  • colors: added focus shadows for message colors (fc9eaa2)
  • Icon: flex center items within icon (df5c160)

v0.3.0-beta.4

28 Feb 18:15
Compare
Choose a tag to compare
v0.3.0-beta.4 Pre-release
Pre-release

Features

  • Icon: added icon component for using included or custom icons (741b6e5)
  • icons: added ChevronDown and RotateRight icons (af137c6)
  • ToolButton: added expandProps for expandable menu button (a65a7e3)

Bug Fixes

  • Thumbnail: fixed issue with keys not registering on tool buttons (e24afb5)

v0.3.0-beta.3

26 Feb 18:21
Compare
Choose a tag to compare
v0.3.0-beta.3 Pre-release
Pre-release

Bug Fixes

  • Button: no longer shows hover or active style when disabled (43f8895)

Styles

  • mixins: added padding-bottom mixin (704fb11)
  • Modal: allow scrolling modal if height is greater than screen (1f508e1)

v0.2.1

26 Feb 18:46
Compare
Choose a tag to compare

Features

  • Modal: improved accessibility on modal (9613ba7)
  • Toast: improved accessibility on toast (cf0e696)

Bug Fixes

  • Button: no longer shows hover or active style when disabled (43f8895)
  • ToastProvider: cancel close timeout on unmount (ab9dcd9)
  • ToastProvider: remove pointer events on toast wrapper (e802738)

Styles

  • mixins: added padding-bottom mixin (704fb11)
  • Modal: allow scrolling modal if height is greater than screen (1f508e1)
  • font: added Tahoma as backup font, made font-family a variable (3d1756b)
  • Button: opacity on internals when disabled (21eeb27)
  • ButtonGroup: can nest groups for more complex layouts (d531544)

v0.3.0-beta.2

25 Feb 01:58
Compare
Choose a tag to compare
v0.3.0-beta.2 Pre-release
Pre-release

Features

  • Modal: improved accessibility on modal (9613ba7)
  • Toast: improved accessibility on toast (cf0e696)

Bug Fixes

  • ToastProvider: cancel close timeout on unmount (ab9dcd9)
  • ToastProvider: remove pointer events on toast wrapper (e802738)

Styles

  • font: added Tahoma as backup font, made font-family a variable (3d1756b)

v0.3.0-beta.1

24 Feb 21:03
Compare
Choose a tag to compare
v0.3.0-beta.1 Pre-release
Pre-release

Styles

  • Button: opacity on internals when disabled (21eeb27)
  • ButtonGroup: can nest groups for more complex layouts (d531544)