Skip to content

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 17 Sep 07:07
· 19 commits to main since this release

4.0.0 (2025-09-17)

  • build!: switch from rollup to esbuild to build (75ef80c)

Bug Fixes

  • correct entry for cjs and esm (cc48412)

Features

  • merge changes in main into alpha branch (6985156)

BREAKING CHANGES

  • UMD is no longer exported.

In order to reduce complexity and simplify the build process,
we have switched from rollup to esbuild and only export CJS and ESM versions.

This means that the UMD build is no longer exported.