Skip to content

Releases: ApryseSDK/webviewer-react-toolkit

v0.1.0-beta.5

10 Feb 22:18
Compare
Choose a tag to compare
v0.1.0-beta.5 Pre-release
Pre-release

⚠ BREAKING CHANGES

  • css: renamed tablet-lower-boundary to breakpoint-tablet, and desktop-lower-boundary to breakpoint-desktop

Features

  • Overlay: created component (946772c)

Bug Fixes

  • css: breakpoints renamed to breakpoint-<device> (e0aeafc)

Styles

  • mixins: use CSS variables in mixins instead of Sass variables (4fbe555)

v0.1.0-beta.4

06 Feb 18:22
Compare
Choose a tag to compare
v0.1.0-beta.4 Pre-release
Pre-release

⚠ BREAKING CHANGES

  • sass and css are now in /dist/scss and /dist/css respectively (moved from /lib/)

Build and Dependencies

  • building sass and css into dist directory (3a32dfc)
  • added esm build process and added tslib dependency (161e2b1)

v0.1.0-beta.3

05 Feb 19:23
Compare
Choose a tag to compare
v0.1.0-beta.3 Pre-release
Pre-release

⚠ BREAKING CHANGES

  • renamed white color variables to contrast since they are no longer white when dark theme is enabled

Bug Fixes

  • FileOrganizer: fix to spacing issue with non-virtualized items (804aa66), closes #1

Styles

  • implemented dark theme across all components and docs (5e075cb)

v0.1.0-beta.2

03 Feb 18:31
Compare
Choose a tag to compare
v0.1.0-beta.2 Pre-release
Pre-release

Documentation

  • fixed uneven titles across docs (caf01ce)

v0.1.0-beta.1

01 Feb 00:17
Compare
Choose a tag to compare
v0.1.0-beta.1 Pre-release
Pre-release

Build and Dependencies

  • release: Initial public release (ca2f892)