Skip to content

Releases: vitejs/vite-plugin-react

plugin-rsc@0.5.2

28 Nov 01:07
5ade597

Choose a tag to compare

Please refer to CHANGELOG.md for details.

plugin-react@5.1.1

12 Nov 08:01
plugin-react@5.1.1
23db727

Choose a tag to compare

Update code to support newer rolldown-vite (#976)

rolldown-vite will remove optimizeDeps.rollupOptions in favor of optimizeDeps.rolldownOptions soon. This plugin now uses optimizeDeps.rolldownOptions to support newer rolldown-vite. Please update rolldown-vite to the latest version if you are using an older version.

plugin-react-swc@4.2.2

12 Nov 08:01
plugin-react-swc@4.2.2
5e600a3

Choose a tag to compare

Update code to support newer rolldown-vite (#978)

rolldown-vite will remove optimizeDeps.rollupOptions in favor of optimizeDeps.rolldownOptions soon. This plugin now uses optimizeDeps.rolldownOptions to support newer rolldown-vite. Please update rolldown-vite to the latest version if you are using an older version.

plugin-react-oxc@0.4.3

12 Nov 08:01
plugin-react-oxc@0.4.3
a06940b

Choose a tag to compare

Update code to support newer rolldown-vite (#978)

rolldown-vite will remove optimizeDeps.rollupOptions in favor of optimizeDeps.rolldownOptions soon. This plugin now uses optimizeDeps.rolldownOptions to support newer rolldown-vite. Please update rolldown-vite to the latest version if you are using an older version.

plugin-react-swc@4.2.1

05 Nov 09:35
51160f3

Choose a tag to compare

Fix @vitejs/plugin-react-swc/preamble on build (#962)

plugin-react@5.1.0

24 Oct 09:02
plugin-react@5.1.0
3e5a374

Choose a tag to compare

Add @vitejs/plugin-react/preamble virtual module for SSR HMR (#890)

SSR applications can now initialize HMR runtime by importing @vitejs/plugin-react/preamble at the top of their client entry instead of manually calling transformIndexHtml. This simplifies SSR setup for applications that don't use the transformIndexHtml API.

Fix raw Rolldown support for Rolldown 1.0.0-beta.44+ (#930)

Rolldown 1.0.0-beta.44+ removed the top-level jsx option in favor of transform.jsx. This plugin now uses the transform.jsx option to support Rolldown 1.0.0-beta.44+.

plugin-react-swc@4.2.0

24 Oct 09:03
plugin-react-swc@4.2.0
8427ff4

Choose a tag to compare

Add @vitejs/plugin-react-swc/preamble virtual module for SSR HMR (#890)

SSR applications can now initialize HMR runtime by importing @vitejs/plugin-react-swc/preamble at the top of their client entry instead of manually calling transformIndexHtml. This simplifies SSR setup for applications that don't use the transformIndexHtml API.

Use SWC when useAtYourOwnRisk_mutateSwcOptions is provided (#951)

Previously, this plugin did not use SWC if plugins were not provided even if useAtYourOwnRisk_mutateSwcOptions was provided. This is now fixed.

plugin-rsc@0.5.1

23 Oct 00:57
e164644

Choose a tag to compare

Please refer to CHANGELOG.md for details.

plugin-rsc@0.5.0

09 Oct 06:38
84f146f

Choose a tag to compare

Please refer to CHANGELOG.md for details.

plugin-rsc@0.4.34

09 Oct 05:35
0ccfc44

Choose a tag to compare

Please refer to CHANGELOG.md for details.