v1.6.0
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 theremix dev
script (#3447)
🐛 Bug fixes
- Fixed cookies to default to
sameSite: "lax"
to better align with browsers (#2388) - Normalized
imageSrcSet
/imageSizes
props forlinks
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
- @jiahao-c made their first contribution in #3216
- @apeltop made their first contribution in #3242
- @nvh95 made their first contribution in #3249
- @realjokele made their first contribution in #3266
- @JNaftali made their first contribution in #3253
- @turkerdev made their first contribution in #3274
- @udasitharani made their first contribution in #2332
- @colinhacks made their first contribution in #3268
- @johnpolacek made their first contribution in #3329
- @RATIU5 made their first contribution in #3345
- @penx made their first contribution in #3353
- @dgurns made their first contribution in #3368
- @jrubins made their first contribution in #3418
- @sebz made their first contribution in #3384
Full Changelog: v1.5.1...v1.6.0