v0.18.0 Highlights
- Supabase Authentication Provider
- More Typescript and Conventions Support
Changed
- Generators : quote paths and keywords with
<tt>
instead of quotation marks in JSX template generator #1094 by turadg
Added
- TS : Create Directory Named Import plugin #1102 by peterp
- TS : Add typedefs to router #1110 by peterp
- Auth : Add supabase auth provider #1033 by amorriscode
- Auth : Adds signup() to Auth to default UI to a signup tab/form when available #1057 by dthyresson
Fixed
Breaking
nothing to see here
How to upgrade RedwoodJS to v0.18.0
IMPORTANT: Skipping versions when upgrading is not recommended and will likely cause problems. Do read through all Release Notes between your current version and this latest version. Each minor release will likely require you to implement breaking change fixes and apply manual code modifications.
Upgrade Packages
Run the following command within your App directory:
yarn rw upgrade
To run the upgrade
command, your project must be using v0.6.0 or greater. See this forum topic for manual upgrade instructions and general upgrade help.
Redwood Releases on GitHub
You can see all Redwood release notes and version history on GitHub