What's Changed
💅 Enhancements
- We made some internal changes that will deprecate the
remix setup
command. This will eventually enable better cross-platform runtime support and work more consistently with package managers like pnpm and Yarn PnP. (#2359, #2434) We'll have more to say about this soon!
🐛 Bug fixes
- Keys in the object returned by a route's
meta
export that were undefined would previous render a meta tag without a value. Empty meta values will no longer render a tag. (#2411) - Fixed a bug where transitions were not revalidating requests with a redirect response that sets cookies (#2370)
New Contributors
- @exegeteio made their first contribution in #2268
- @octokatherine made their first contribution in #2329
- @memark made their first contribution in #2264
- @TheRealFlyingCoder made their first contribution in #623
- @dwightwatson made their first contribution in #2369
- @machour made their first contribution in #2377
- @sidv1905 made their first contribution in #1534
- @dylanplayer made their first contribution in #2282
- @jstafman made their first contribution in #2381
- @cliffordfajardo made their first contribution in #1982
- @DavOnGit made their first contribution in #2396
- @laughnan made their first contribution in #2406
- @pacexy made their first contribution in #2398
- @dan-gamble made their first contribution in #2395
- @Marcisbee made their first contribution in #2420
- @TheRealAstoo made their first contribution in #2436
Full Changelog: v1.3.2...v1.3.3