You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/plugin-react/CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
## Unreleased
4
4
5
+
## 4.2.0 (2023-11-16)
6
+
7
+
### Update peer dependency range to target Vite 5
8
+
9
+
There were no breaking change that impacted this plugin, so any combination of React plugins and Vite core version will work.
10
+
5
11
### Align jsx runtime for optimized dependencies
6
12
7
13
This will only affect people using internal libraries that contains untranspiled JSX. This change aligns the optimizer with the source code and avoid issues when the published source don't have `React` in the scope.
0 commit comments