Skip to content

Commit 6535b55

Browse files
committed
release: plugin-react@6.0.2
1 parent bf0e43b commit 6535b55

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

packages/plugin-react/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
## 6.0.2 (2026-05-14)
6+
7+
### Allow all options in reactCompilerPreset ([#1189](https://github.com/vitejs/vite-plugin-react/pull/1189))
8+
9+
This is a type only change. Only `compilationMode` and `target` options were available for `reactCompilerPreset`.
10+
511
## 6.0.1 (2026-03-13)
612

713
### Expand `@rolldown/plugin-babel` peer dep range ([#1146](https://github.com/vitejs/vite-plugin-react/pull/1146))

packages/plugin-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vitejs/plugin-react",
3-
"version": "6.0.1",
3+
"version": "6.0.2",
44
"description": "The default Vite plugin for React projects",
55
"keywords": [
66
"fast refresh",

0 commit comments

Comments
 (0)