Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 755 Bytes

CHANGELOG.md

File metadata and controls

15 lines (10 loc) · 755 Bytes

2.0.0-beta.1 (2024-06-20)

⚠ BREAKING CHANGES

  • Introduces ESM build.
  • You'll probably need to adapt your paths and/or imports as all exported files are now located inside the dist folder.

Features

  • export esm build as well as browser build (e1a448b)
  • prepare for next major release (3cb64cf)
  • use vite for browser build (9fc1792)