Sourced from @vitejs/plugin-react's releases.
plugin-react@6.0.2
Allow all options in reactCompilerPreset (#1189)
This is a type only change. Only
compilationModeandtargetoptions were available forreactCompilerPreset.
Sourced from @vitejs/plugin-react's changelog.
6.0.2 (2026-05-14)
Allow all options in reactCompilerPreset (#1189)
This is a type only change. Only
compilationModeandtargetoptions were available forreactCompilerPreset.
6535b55
release: plugin-react@6.0.2bf0e43b
feat(react): whitelist debugging-options (#1189)3bd1f08
feat: use carets for rolldown versions (#1216)2b8df67
fix(deps): update all non-major dependencies (#1218)8fa9619
fix(deps): update react 19.2.6 (#1211)a4296ad
fix(deps): update all non-major dependencies (#1209)323ccd7
fix(deps): update all non-major dependencies (#1196)a7506e1
chore(deps): update vite 8.0.10 (#1198)02cff2a
fix(deps): update all non-major dependencies (#1184)4b9c890
fix(deps): update react 19.2.5 (#1181)Sourced from vite's releases.
v8.0.14
Please refer to CHANGELOG.md for details.
v8.0.13
Please refer to CHANGELOG.md for details.
v8.0.12
Please refer to CHANGELOG.md for details.
v8.0.11
Please refer to CHANGELOG.md for details.
Sourced from vite's changelog.
8.0.14 (2026-05-21)
Features
Bug Fixes
- deps: update all non-major dependencies (#22471) (98b8163)
- dev: handle errors when sending messages to vite server (#22450) (e8e9a34)
- html: handle trailing slash paths in transformIndexHtml (#22480) (5d94d1b)
- optimizer: pass oxc jsx options to transformSync in dependency scan (#22342) (b3132da)
Miscellaneous Chores
- deps: update rolldown-related dependencies (#22470) (7cb728e)
- remove irrelevant commits from changelog (2c69495)
Code Refactoring
Tests
8.0.13 (2026-05-14)
Features
- bundled-dev: add lazy bundling support (#21406) (4f0949f)
- optimizer: improve the esbuild plugin converter to pass some properties of build result to
onEnd(#22357) (47071ce)- update rolldown to 1.0.1 (#22444) (8c766a6)
Bug Fixes
- build: copy public directory after building same environment with
write=false(#22328) (158e8ae)- css: await sass/less/styl worker disposal on teardown (fix #22274) (#22275) (b7edcb7)
- css: keep deprecated
name/originalFileNamein syntheticassetFileNamescall (#22439) (8e59c97)- make
isBundledper environment (#22257) (a576326)- ssr: avoid rewriting labels that collide with imports (#22451) (d9b18e0)
Miscellaneous Chores
8.0.12 (2026-05-11)
Features
... (truncated)
c917f1e
release: v8.0.145d94d1b
fix(html): handle trailing slash paths in transformIndexHtml (#22480)98b8163
fix(deps): update all non-major dependencies (#22471)96efc88
feat: update rolldown to 1.0.2 (#22484)ebf39a0
test(css): sass does not use main field (#22449)0ae2844
refactor(glob): do not rewrite import path for absolute base (#22310)7cb728e
chore(deps): update rolldown-related dependencies (#22470)b3132da
fix(optimizer): pass oxc jsx options to transformSync in dependency scan
...e8e9a34
fix(dev): handle errors when sending messages to vite server (#22450)2c69495
chore: remove irrelevant commits from changelogSourced from vitest's releases.
v4.1.7
🐞 Bug Fixes
- runner: Limit concurrency per task branch in addition to per leaf callbacks (backport) - by
@hi-ogawain vitest-dev/vitest#10384 (4f0f2)View changes on GitHub
v4.1.6
🐞 Bug Fixes
- browser: Provide project reference in
ToMatchScreenshotResolvePath- by@macarieand@sheremet-vain vitest-dev/vitest#10138 (31882)- Global
sequence.concurrent: truewith top-leveltest(..., { concurrent: false })+ depreactesequentialtest API and options - by@hi-ogawa, Codex and@sheremet-vain vitest-dev/vitest#10196 (2847d)- browser: Simplify orchestrator otel carrier - by
@hi-ogawain vitest-dev/vitest#10285 (18af9)🏎 Performance
- Stringify diff objects only once - by
@sheremet-vain vitest-dev/vitest#10276 (9f7b1)View changes on GitHub