v3.0.0-beta.61 (2024-07-12)
Features
- upgrade minimum react, react-dom, @types/react and @types/react-dom versions to match exactly what Next.js is using, various dependency cleanup (#7106) (f86e0ed)
- adds ability to upload files from a remote url (#7063) (d99bff9)
Bug Fixes
- ui: ctrl+s not triggering a save if autosave is enabled (#7120) (840e075)
- templates: website template gitignore issue for case sensitivity (#7118) (1baf775)
- richtext-lexical: export types as type-only exports (#7097) (edf743e)
BREAKING CHANGES
- upgrade minimum react, react-dom, @types/react and @types/react-dom versions to match exactly what Next.js is using, various dependency cleanup (#7106) (f86e0ed)
BREAKING:
- Upgrades minimum supported @types/react version from
npm:types-react@19.0.0-beta.2 to npm:types-react@19.0.0-rc.0- Upgrades minimum supported @types/react-dom version from
npm:types-react-dom@19.0.0-beta.2 to npm:types-react-dom@19.0.0-rc.0- Upgrades minimum supported react and react-dom version from
19.0.0-rc-f994737d14-20240522 to 19.0.0-rc-6230622a1a-20240610
Contributors
- Jacob Fletcher (@jacobsfletch)
- Paul (@paulpopus)
- Elliot DeNolf (@denolfe)
- Alessio Gravili (@AlessioGr)
- Jarrod Flesch (@JarrodMFlesch)
- Patrik (@PatrikKozak)