diff options
author | 2022-08-25 14:27:35 -0700 | |
---|---|---|
committer | 2022-08-25 17:27:35 -0400 | |
commit | 7960fb80a15116ceb3fbf048fcdfdc4873a3af56 (patch) | |
tree | d3cccf8a3a7f4ae3dfb4205fda8cdc894a872897 /packages/integrations/react | |
parent | 4faee5afed04a12499f56cf74b06c362ec584da9 (diff) | |
download | astro-7960fb80a15116ceb3fbf048fcdfdc4873a3af56.tar.gz astro-7960fb80a15116ceb3fbf048fcdfdc4873a3af56.tar.zst astro-7960fb80a15116ceb3fbf048fcdfdc4873a3af56.zip |
[ci] release (next) (#4480)create-astro@1.0.1-next.0astro@1.1.0-next.0@astrojs/react@1.1.0-next.0@astrojs/mdx@0.10.2-next.0@astrojs/markdown-remark@1.1.0-next.0
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.md | 8 | ||||
-rw-r--r-- | packages/integrations/react/package.json | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/packages/integrations/react/CHANGELOG.md b/packages/integrations/react/CHANGELOG.md index 92eea29b3..aebec177c 100644 --- a/packages/integrations/react/CHANGELOG.md +++ b/packages/integrations/react/CHANGELOG.md @@ -1,5 +1,13 @@ # @astrojs/react +## 1.1.0-next.0 + +### Minor Changes + +- [#4478](https://github.com/withastro/astro/pull/4478) [`243525b15`](https://github.com/withastro/astro/commit/243525b1565385753ae1464c5def0d7de799f906) Thanks [@matthewp](https://github.com/matthewp)! - Uses startTransition on React roots + + This prevents hydration from blocking the main thread when multiple islands are rendering at the same time. + ## 1.0.0 ### Major Changes diff --git a/packages/integrations/react/package.json b/packages/integrations/react/package.json index 02df926c6..6e680a659 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": "1.0.0", + "version": "1.1.0-next.0", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", |