Releases: remix-run/remix
Releases · remix-run/remix
v1.4.0-pre.0
v1.3.5
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
v1.3.5-pre.4
v1.3.5-pre.3
v1.3.5-pre.2
v1.3.5-pre.1
v1.3.5-pre.0
v1.3.4
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
- @matthova made their first contribution in #2285
- @simonepizzamiglio made their first contribution in #2484
- @adicuco made their first contribution in #2107
- @rossipedia made their first contribution in #2415
- @LewisArdern made their first contribution in #2499
- @kuldar made their first contribution in #2510
- @jveldridge made their first contribution in #2515
- @lifeiscontent made their first contribution in #2507
- @matt-l-w made their first contribution in #2155
Full Changelog: v1.3.3...v1.3.4
v1.3.4-pre.0
v1.3.3
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