summaryrefslogtreecommitdiff
path: root/packages/integrations/react
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-12-03 02:56:34 -0800
committerGravatar GitHub <noreply@github.com> 2024-12-03 10:56:34 +0000
commitfcdd37f684833eeb00dcecad21d9f4308cd6caa4 (patch)
tree7ade673147d453de5617cea5b2811ac58b2e05e8 /packages/integrations/react
parentbc18c3cfe220022e152fd0a8f617f6b4fc3ad8b4 (diff)
downloadastro-fcdd37f684833eeb00dcecad21d9f4308cd6caa4.tar.gz
astro-fcdd37f684833eeb00dcecad21d9f4308cd6caa4.tar.zst
astro-fcdd37f684833eeb00dcecad21d9f4308cd6caa4.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/react')
-rw-r--r--packages/integrations/react/CHANGELOG.md12
-rw-r--r--packages/integrations/react/package.json2
2 files changed, 13 insertions, 1 deletions
diff --git a/packages/integrations/react/CHANGELOG.md b/packages/integrations/react/CHANGELOG.md
index 82857652a..ad8fdd730 100644
--- a/packages/integrations/react/CHANGELOG.md
+++ b/packages/integrations/react/CHANGELOG.md
@@ -1,5 +1,17 @@
# @astrojs/react
+## 4.0.0
+
+### Major Changes
+
+- [#12524](https://github.com/withastro/astro/pull/12524) [`9f44019`](https://github.com/withastro/astro/commit/9f440196dc39f36fce0198bf4c97131160e5bcc1) Thanks [@bluwy](https://github.com/bluwy)! - Updates Vite dependency to v6 to match Astro v5
+
+### Minor Changes
+
+- [#12539](https://github.com/withastro/astro/pull/12539) [`827093e`](https://github.com/withastro/astro/commit/827093e6175549771f9d93ddf3f2be4c2c60f0b7) Thanks [@bluwy](https://github.com/bluwy)! - Drops node 21 support
+
+- [#12510](https://github.com/withastro/astro/pull/12510) [`14feaf3`](https://github.com/withastro/astro/commit/14feaf30e1a4266b8422865722a4478d39202404) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Changes the generated URL query param from `_astroAction` to `_action` when submitting a form using Actions. This avoids leaking the framework name into the URL bar, which may be considered a security issue.
+
## 4.0.0-beta.2
### Major Changes
diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json
index 52e02780e..b7302a804 100644
--- a/packages/integrations/react/package.json
+++ b/packages/integrations/react/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/react",
"description": "Use React components within Astro",
- "version": "4.0.0-beta.2",
+ "version": "4.0.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",