Sourced from @vitejs/plugin-react's
releases.
plugin-react@5.1.0
Add
@vitejs/plugin-react/preamblevirtual module for SSR HMR (#890)SSR applications can now initialize HMR runtime by importing
@vitejs/plugin-react/preambleat the top of their client entry instead of manually callingtransformIndexHtml. This simplifies SSR setup for applications that don't use thetransformIndexHtmlAPI.Fix raw Rolldown support for Rolldown 1.0.0-beta.44+ (#930)
Rolldown 1.0.0-beta.44+ removed the top-level
jsxoption in favor oftransform.jsx. This plugin now uses thetransform.jsxoption to support Rolldown 1.0.0-beta.44+.
Sourced from @vitejs/plugin-react's
changelog.
5.1.0 (2025-10-24)
Add
@vitejs/plugin-react/preamblevirtual module for SSR HMR (#890)SSR applications can now initialize HMR runtime by importing
@vitejs/plugin-react/preambleat the top of their client entry instead of manually callingtransformIndexHtml. This simplifies SSR setup for applications that don't use thetransformIndexHtmlAPI.Fix raw Rolldown support for Rolldown 1.0.0-beta.44+ (#930)
Rolldown 1.0.0-beta.44+ removed the top-level
jsxoption in favor oftransform.jsx. This plugin now uses thetransform.jsxoption to support Rolldown 1.0.0-beta.44+.
3e5a374
release: plugin-react@5.1.044cbed4
fix(react): compat with newer rolldown (#930)c54d3c6
chore(deps): update all non-major dependencies (#926)a2d76d9
fix(deps): update all non-major dependencies (#918)fffb7eb
feat(react): expose virtual module to simplify hmr preamble setup on ssr
(#890)b79592a
fix(deps): update react-related dependencies (#901)2d239fc
fix(deps): update all non-major dependencies (#896)73be2f0
chore(deps): fix vitest > rolldown-vite dependency (#889)407795d
fix(deps): update all non-major dependencies (#887)47db473
chore(react): fix ecosystem-ci failure (#888)2436afe
release: v7.1.1256fd722
fix(deps): downgrade commonjs plugin to 28.0.6 to avoid rollup/plugins#1909
(...Sourced from vitest's releases.
v4.0.6
🐞 Bug Fixes
- Don't merge errors with different diffs for reporting - by
@hi-ogawain vitest-dev/vitest#8871 (3e19f)- Do not throw when importing a type from an external package - by
@sheremet-vain vitest-dev/vitest#8875 (7e6c3)- Improve spying types - by
@sheremet-vain vitest-dev/vitest#8878 (ca041)- Reuse the same environment when
isolateandfileParallelismare false - by@sheremet-vain vitest-dev/vitest#8889 (31706)- browser:
- Support module tracking - by
@sheremet-vain vitest-dev/vitest#8877 (9e24a)- Ensure setup files are re-evaluated on each test run - by
@yjaaidiin vitest-dev/vitest#8883 and vitest-dev/vitest#8884 (f50ea)- coverage:
- Prevent filtering out virtual files before remapping to sources - by
@AriPerkkioin vitest-dev/vitest#8860 (e3b77)- happy-dom:
- Properly teardown additional keys - by
@sheremet-vain vitest-dev/vitest#8888 (10a06)- jsdom:
- Pass down Node.js
FormDatatoRequest- by@sheremet-vain vitest-dev/vitest#8880 (197ca)View changes on GitHub
2e7b2b8
chore: release v4.0.631706df
fix: reuse the same environment when isolate and
fileParallelism are fals...10a06d8
fix(happy-dom): properly teardown additional keys (#8888)197caf2
fix(jsdom): pass down Node.js FormData to
Request (#8880)ca041f5
fix: improve spying types (#8878)e3b7775
fix(coverage): prevent filtering out virtual files before remapping to
source...7e6c37a
fix: do not throw when importing a type from an external package (#8875)3e19f27
fix: don't merge errors with different diffs for reporting (#8871)