npm @remix-run/dev 1.3.0
v1.3.0

latest releases: 2.9.0, 2.9.0-pre.8, 2.9.0-pre.7...
2 years ago

Buckle up folks, we've got a big new feature to talk about. Let's geat ready for...

๐Ÿฅž New Feature: Remix Stacks

We're excited to announce the official release of Remix Stacks! Stacks allow you to quickly create templates for Remix projects, pre-configured with some of our favorite tools in the ecosystem. You can think of our basic templates as a set of AA batteries, whereas Stacks are lithium ion ๐Ÿ”‹โšก๏ธ. Even better, you can create your own stack and bootstrap it just as easily!

We think this will help you get started with Remix faster and easier than ever. Start using Stacks with npx create-remix@latest and choose "A pre-configured stack ready for production". Read more about stacks in the stacks docs page.

๐Ÿงช Experimental: Improved Deno support

In v1.2.0 we announced experimental support for build Remix on Deno. While it's still early days, this release builds on those foundations and fixes several issues we found working closely with the Deno core team.

We're excited to chart these wide open waters. Deno still feels new to a lot of us, but that's largely because our tools haven't caught up and we're aiming to change that. Deno has been stable for over a year and has an incredible team behind it. If you're as excited about it as we are, we'd love it if you'd help us kick the tires by bootstrapping your next app with npx create-remix@latest --template deno-ts. ๐Ÿฆ•


TLDR: What Changed?

โœจ Features

  • Remix Stacks: A brand new way to bootstrap your Remix app with your favorite tooling ready to go. Read more on the stacks docs page.
  • Introduced the new actionRedirect type for useFetcher (#2188). This represents when the action from an actionSubmission returns a redirect and the page is transitioning to the new location. It corrects fetcher action redirects to follow the same lifecycle as navigation transitions. Read more about this change and managing complex transitions in Transition Manager Flows.

๐Ÿ’… Enhancements

@remix-run/netlify: Updates the serverBuildPath to use Netlify's internal functions directory (#2291)

๐Ÿ› Bug fixes

  • @remix-run/architect: Added the missing module export createArcTableSessionStorage to the core remix package (#1970)
  • Fixed a bug in our disambiguation logic for layout vs. index routes in fetcher submissions (#2271 and #2319)
  • Several bug fixes in our experimental Deno adapter and the related template.

New Contributors

Full Changelog: v1.2.3...v1.3.0

Don't miss a new dev release

NewReleases is sending notifications on new releases.