Skip to content

v2.0.0

Compare
Choose a tag to compare
@dleadbetter dleadbetter released this 08 Mar 16:30
· 595 commits to master since this release
b49d491

💥 Breaking Changes

  • Removes IIIFViewer and IIIFModal components
    • These were basically re-exports of the Clover Viewer component (with a Modal wrapper for IIIFModal)
    • Consuming applications should use the Clover/SemanticUI components directly
  • Moves packages styles from /build/main.css to /styles.css

🚀 New Features

  • Updates the build process to use Vite and export both ES modules and CommonJS
  • Adds the core-data package to include components that support the public Core Data API
  • Updates all react-components packages to be peer dependencies
  • Updates Storybook to use Vite builder
  • Removes unused packages; Basic dependency cleanup
  • Updates GitHub pages deployment to latest version

🐛 Bug Fixes

  • Fixes import issues brought to light by Vite build
  • Fixes a bug with Storybook being deployed to GitHub pages on every PR