Update CHANGELOG.md

This commit is contained in:
Nate Moore 2021-07-21 18:35:17 -05:00 committed by GitHub
parent 5666bb6514
commit f799b57d6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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