What's Changed
Bug fixes 🐛
- Ensured that requests are properly aborted on closing of a
Response
instead ofRequest
in all Node adapters (#3626) - Locked the dependency on
react-router-dom
to version 6.3.0 instead of using a semver range (#4203), as installingreact-router-dom@6.4.0
will cause compatibility issues - Fixed a bug with
GET
form submissions to ensure they replace the current search params, which tracks with the browser's behavior (#4046)
New Contributors
- @jrf0110 made their first contribution in #4050
- @jwnx made their first contribution in #3936
- @shairez made their first contribution in #3962
- @jmorel88 made their first contribution in #4066
- @willhack made their first contribution in #4147
- @riencoertjens made their first contribution in #4158
- @arjunyel made their first contribution in #4133
- @Deanmv made their first contribution in #4170
- @leifarriens made their first contribution in #4181
Full Changelog: https://github.com/remix-run/remix/compare/remix@1.7.0...remix@1.7.1