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 yourroot.(js|tsx)
directly before<Scripts />
.
Bug fixes 🐛
<Form>
will now include values held by named submit buttons (or<input type="submit" />
) (#398)
Breaking changes 💔
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