Skip to content

Commit 1c4f8b9

Browse files
committed
chore: add changelog
1 parent f2112d5 commit 1c4f8b9

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

packages/plugin-react-oxc/CHANGELOG.md

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

33
## Unreleased
44

5+
### Add `filter` for rolldown-vite
6+
7+
Added `filter` so that it is more performant when running this plugin with rolldown-powered version of Vite.
8+
59
## 0.1.1 (2025-04-10)
610

711
## 0.1.0 (2025-04-09)

packages/plugin-react-swc/CHANGELOG.md

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

33
## Unreleased
44

5+
### Add `filter` for rolldown-vite
6+
7+
Added `filter` so that it is more performant when running this plugin with rolldown-powered version of Vite.
8+
59
## 3.9.0 (2025-04-15)
610

711
### Make compatible with rolldown-vite

packages/plugin-react/CHANGELOG.md

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

33
## Unreleased
44

5+
### Add `filter` for rolldown-vite
6+
7+
Added `filter` so that it is more performant when running this plugin with rolldown-powered version of Vite.
8+
59
## 4.4.1 (2025-04-19)
610

711
Fix type issue when using `moduleResolution: "node"` in tsconfig [#462](https://github.com/vitejs/vite-plugin-react/pull/462)

0 commit comments

Comments
 (0)