Skip to content

v1.6.2

Choose a tag to compare

@github-actions github-actions released this 24 May 12:34
· 31 commits to main since this release

Patch Changes

  • bab3e1d Thanks @Torsten85! - Fix dist being built with the development JSX transform (jsxDEV from react/jsx-dev-runtime), which broke consumers in both vite dev and vite build. The build now explicitly uses jsx: { development: false } to emit the production transform (jsx from react/jsx-runtime).