summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Nate Moore <natemoo-re@users.noreply.github.com> 2021-07-21 18:35:17 -0500
committerGravatar GitHub <noreply@github.com> 2021-07-21 18:35:17 -0500
commitf799b57d6eaf3219891f3e685d8925bc5663b441 (patch)
tree2752cc64d5466878af9c424c757bb4e8c7f5c8f9
parent5666bb6514d215091038c5e4ba3e4ef12b1996a5 (diff)
downloadastro-f799b57d6eaf3219891f3e685d8925bc5663b441.tar.gz
astro-f799b57d6eaf3219891f3e685d8925bc5663b441.tar.zst
astro-f799b57d6eaf3219891f3e685d8925bc5663b441.zip
Update CHANGELOG.md
-rw-r--r--packages/astro/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index f660e912d..a6f039eaa 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -2,6 +2,11 @@
## 0.18.0-next.3
+### Minor Changes
+
+- Add support for [the new JSX transform](https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html) for React 17 and Preact.
+- Add support for [Solid](https://www.solidjs.com/) when using the new [`@astrojs/renderer-solid`](https://npm.im/@astrojs/renderer-solid) package.
+
### Patch Changes
- 4a601ad: Restores the ability to use Fragment in astro components