Releases: ApryseSDK/webviewer-react-toolkit
Releases · ApryseSDK/webviewer-react-toolkit
v0.3.1
v0.3.0
⚠ 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
v0.3.0-beta.7
v0.3.0-beta.6
v0.3.0-beta.5
⚠ 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
v0.3.0-beta.4
v0.3.0-beta.3
v0.2.1
Features
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)