npm @redwoodjs/core 0.18.0
v0.18.0

latest releases: 8.0.0-canary.534, 8.0.0-canary.533, 7.5.0-rc.33...
3 years ago

v0.18.0 Highlights

  • Supabase Authentication Provider 🔐
  • More Typescript and Conventions Support ⚡️
    • Custom Babel plugin mapping imports made against directories to files matching the directory name. Works across a project (both web/ and api/) #1102
    • Router type definitions #1110

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.

Don't miss a new core release

NewReleases is sending notifications on new releases.