You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.