npm @remix-run/node 1.6.0
v1.6.0

latest releases: 0.0.0-nightly-6eb6acf3f-20240511, 2.9.2, 2.9.2-pre.2...
23 months ago

What Changed?

☠️ Deprecated

Imports from the remix package are now officially deprecated. We added ESLint warnings to help you catch these (#3285). We also provide a codemod to make the necessary changes to prepare for a future breaking change. Run npx @remix-run/dev migrate to initiate the codemod.

See the release notes for v1.4.0 for more details on this change.

💅 Enhancements

  • We now export a few more helpful types from @remix-run/react (#2876)
  • Added a --port flag to the remix dev script (#3447)

🐛 Bug fixes

  • Fixed cookies to default to sameSite: "lax" to better align with browsers (#2388)
  • Normalized imageSrcSet / imageSizes props for links depending on the React version used (#2944)
  • Added some missing dependencies to @remix-run/dev (#3413)
  • Added a fix to use the correct error/catch boundary on SSR action errors (#3436)

New Contributors

Full Changelog: v1.5.1...v1.6.0

Don't miss a new node release

NewReleases is sending notifications on new releases.