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~
intsconfig.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 multipartformData
(#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 toLiveReload
andScrollRestoration
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
- @kiliman made their first contribution in #2065
- @aiji42 made their first contribution in #2257
- @F3n67u made their first contribution in #2412
- @axel-habermaier made their first contribution in #2043
- @liranm made their first contribution in #2579
- @nicholaschiang made their first contribution in #2561
- @hicksy made their first contribution in #2495
- @zhe made their first contribution in #2617
- @roachjc made their first contribution in #2647
- @sobrinho made their first contribution in #2150
Full Changelog: v1.3.4...v1.3.5