v6.4.1
Patch Release
-
fix(deps): update @types/react to v18.2.37 #9391 by @leahincom
Fixes the
Argument of type 'Element' is not assignable to parameter of type 'ReactNode'.ts(2345)
TS error inweb/src/entry.client.tsx
. -
fix(cli): Remove boxen from default error output #9568 by @Josh-Walker-GM
There are too many cases where drawing a box around the CLI's default error output causes readability issues. This PR swaps the box for colored horizontal dividers.
-
9316/update mantine setup #9388 by @bnn1
Fixes #9316. Mantine migrated to using CSS in v7 and now requires additional setup.
-
fix: Prevent
rw graphiql setup
from breaking with encryptSession error #9582 by @staticshockFixes #9581, which was a CLI regression introduced in #9350.
-
Tell the shell how to run the rw-vite-xx bins #9576 by @orta
Adds shebangs to Vite scripts that were missing them.
-
Added prompt, if the directory already exists #9362 by @ahaywood
In
yarn create redwood-app
, if the user specified a directory that already exists, the app would quit. Now they're presented with an additional prompt. -
💬 Added details for using GitPod within Create Redwood App #9364 by @ahaywood
In
yarn create redwood-app
, if the user encounters an issue with Node or Yarn, they'll see an option for using Gitpod alongside the error. -
Experimental Dockerfile: Fix typo in setup command #9577 by @Tobbe
-
fix: Remove "god code" typos from auth READMEs #9583 by @staticshock