npm @remix-run/react 1.0.0-rc.1
v1.0.0-rc.1

latest releases: 0.0.0-nightly-417ecc42b-20241109, 2.14.0, 2.14.0-pre.1...
2 years ago

Alright friends, we're almost there! Welcome to the first release candidate for Remix v1.0. Buckle up and get ready, let's dive in to what's new!

Features ✨

  • Added <ScrollRestoration /> component that emulates the browser's scroll restoration behavior on client-side navigations (#399). This component is included in the starter template by default, but existing apps can render it in your root.(js|tsx) directly before <Scripts />.

Bug fixes 🐛

  • <Form> will now include values held by named submit buttons (or <input type="submit" />) (#398)

Breaking changes 💔

  • Removed all deprecated hooks (#395)
  • Rename MetaDescriptor type to HtmlMetaDescriptor (#378)

Other odds and ends 🤷‍♂️

  • Created fancy new starter templates for create-remix 💅
  • Updated esbuild to the latest and greatest (#402)
  • Made the CLI shutdown process a bit more graceful (#400)

Full Changelog: v0.21.0...v1.0.0-rc.1

Don't miss a new react release

NewReleases is sending notifications on new releases.