Skip to content

Releases: remix-run/remix

v1.4.0-pre.0

12 Apr 22:07
Compare
Choose a tag to compare
v1.4.0-pre.0 Pre-release
Pre-release

⚠️ This is an experimental pre-release. Release notes are published on the stable release.

v1.3.5

07 Apr 15:57
Compare
Choose a tag to compare

What's Changed

🐛 Bug fixes

  • Fixed an issue in our linked sourcemaps to improve debugging (#2065)
  • Fixed a bug that caused an error when cookie serializing data that contains non-ascii characters (#2257)
  • Fixed broken path aliases other than ~ in tsconfig.json (#2412)
  • Fixed a few issues with LiveReload during development (#2662)
  • Add a missing hash when redirecting from the client (#2581)
  • Fixed an issue with the request URL scheme in the @remix-run/arc adapter (#1537)
  • Fixed a bug causing an invalid content-type from request.formData() in route actions (#2595)
  • Fixed issues in @remix-run/arc, @remix-run/node and @remix-run/netlify with multipart formData (#2495, #2657)
  • Fixed a few bugs causing server code to show up in browser bundles (#2652)

💅 Enhancements

  • Overhauled our CLI to make bootstrapping a new app much faster and simpler 🏃‍♀️
  • Improved error handling when server code inadvertantly ends up in your browser bundle (#2403)
  • Added a warning when using ESM-only packages not included in serverDependenciesToBundle (#2558)
  • Added a nonce prop to LiveReload and ScrollRestoration components to work with nonce-based CSPs (#2043)
  • Added support in the @remix-run/cloudflare-workers adapter for @cloudflare/workers-types v3 (#2530)
  • Fixed a few missing types in @remix-run/cloudflare-pages (#2513)

New Contributors

Full Changelog: v1.3.4...v1.3.5

v1.3.5-pre.4

07 Apr 15:21
Compare
Choose a tag to compare
v1.3.5-pre.4 Pre-release
Pre-release

⚠️ This is an experimental pre-release. Release notes are published on the stable release.

v1.3.5-pre.3

06 Apr 16:45
Compare
Choose a tag to compare
v1.3.5-pre.3 Pre-release
Pre-release

⚠️ This is an experimental pre-release. Release notes are published on the stable release.

v1.3.5-pre.2

06 Apr 15:53
Compare
Choose a tag to compare
v1.3.5-pre.2 Pre-release
Pre-release

⚠️ This is an experimental pre-release. Release notes are published on the stable release.

v1.3.5-pre.1

06 Apr 15:40
Compare
Choose a tag to compare
v1.3.5-pre.1 Pre-release
Pre-release

⚠️ This is an experimental pre-release. Release notes are published on the stable release.

v1.3.5-pre.0

06 Apr 15:28
Compare
Choose a tag to compare
v1.3.5-pre.0 Pre-release
Pre-release

⚠️ This is an experimental pre-release. Release notes are published on the stable release.

v1.3.4

31 Mar 15:39
Compare
Choose a tag to compare

What's Changed

🐛 Bug fixes

  • Previously when submitting an action from a layout route, we were losing the nested index route during revalidation. This has been fixed. (#2466)
  • More fixes for the experimental deno adapter! 🦕 (#2514)
  • @remix-run/server-runtime will now throw error when a cookie limit is reached (#2155)

New Contributors

Full Changelog: v1.3.3...v1.3.4

v1.3.4-pre.0

29 Mar 15:31
Compare
Choose a tag to compare
v1.3.4-pre.0 Pre-release
Pre-release

⚠️ This is an experimental pre-release. Release notes are published on the stable release.

v1.3.3

23 Mar 17:29
Compare
Choose a tag to compare

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

Full Changelog: v1.3.2...v1.3.3