Skip to content

v9.5.0

Compare
Choose a tag to compare
@thebuilder thebuilder released this 17 Jun 20:20
· 92 commits to main since this release
005a1dd

9.5.0 (2023-06-17)

Breaking changes

This release switches the build tool to tsup, in order for the package to support the use client directive. Hopefully it shouldn't have an impact on usage, but changing build output, always carries a slight risk of some tooling breaking.

  • Changes the export file names. If you relied on importing files directly, then you'll need to change the imports.
  • Drops bundling the "umd" version. If anyone was relying on this, let me know.

Features

  • support "use client" with tsup (db2254b)
  • switch to tsup build (9bd69f5)