v9.5.0
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.