What's Changed
🐛 Bug fixes
- Fixed a few bugs in React Router and History
- Fixed a bug where
Form
andfetcher.Form
submissions would throw if an input was namedaction
ormethod
(#1854) - Fixed a bug where imports using
node:
would send unneccesary warning messages (#1232) - Fixed a bug where
<link prefetch />
would only work as expected for routes with a loader (#2096)
💅 Enhancements
- Added an ESLint config to all templates in
create-remix
using the new@remix-run/eslint-config
(#2089) remix dev
will now load environment variables from.env
usingdotenv
without additional configuration (#2063)- Reduced the number of updates required in
@remix-run/express
when running in watch mode to restart the dev server more quickly (#2094)
New Contributors
- @martensonbj made their first contribution in #2090
- @Gim3l made their first contribution in #2037
- @marshallwalker made their first contribution in #1259
- @jo-ninja made their first contribution in #2051
- @mathieusteele made their first contribution in #2011
- @ishan-me made their first contribution in #1999
- @arange made their first contribution in #1916
- @uhoh-itsmaciek made their first contribution in #2121
- @helderburato made their first contribution in #1485
- @visormatt made their first contribution in #1754
- @isaacrmoreno made their first contribution in #2113
- @na2hiro made their first contribution in #2094
Full Changelog: v1.2.2...v1.2.3