npm @remix-run/dev 1.3.5

latest releases: 0.0.0-nightly-38ca648a3-20240920, 2.12.1, 2.12.1-pre.0...
2 years ago

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

Don't miss a new dev release

NewReleases is sending notifications on new releases.