summaryrefslogtreecommitdiff
path: root/packages/integrations/react/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/react/CHANGELOG.md')
-rw-r--r--packages/integrations/react/CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/integrations/react/CHANGELOG.md b/packages/integrations/react/CHANGELOG.md
index 9b5173098..c95bd40fa 100644
--- a/packages/integrations/react/CHANGELOG.md
+++ b/packages/integrations/react/CHANGELOG.md
@@ -1,5 +1,15 @@
# @astrojs/react
+## 3.0.0-beta.1
+
+### Major Changes
+
+- [#7924](https://github.com/withastro/astro/pull/7924) [`519a1c4e8`](https://github.com/withastro/astro/commit/519a1c4e8407c7abcb8d879b67a9f4b960652cae) Thanks [@matthewp](https://github.com/matthewp)! - Support for React Refresh
+
+ The React integration now fully supports React Refresh and is backed by `@vitejs/plugin-react`.
+
+ Also included in this change are new `include` and `exclude` config options. Use these if you want to use React alongside another JSX framework; include specifies files to be compiled for React and `exclude` does the opposite.
+
## 3.0.0-beta.0
### Major Changes