Skip to content

Releases: netlify/remix-compute

vite-plugin-react-router: v3.1.1

16 Mar 11:35
632120b

Choose a tag to compare

3.1.1 (2026-03-16)

Bug Fixes

  • deps: update dependency @remix-run/node-fetch-server to ^0.13.0 (#654) (7738224)

vite-plugin-react-router: v3.1.0

13 Mar 20:16
e5f9c92

Choose a tag to compare

3.1.0 (2026-03-13)

Features

  • vite-plugin-react-router: support Hydrogen sites (#641) (923d9dc)

Bug Fixes

vite-plugin-react-router: v3.0.0

25 Feb 16:03
8a2cb99

Choose a tag to compare

3.0.0 (2026-02-25)

⚠ BREAKING CHANGES

  • Node.js 18 reached EOL in April 2024 and is no longer supported. The minimum required version is now Node.js 20.

Features

  • drop Node.js 18 support, require >=20 (#623) (dc9c499)

remix-runtime: v3.0.0

25 Feb 16:03
8a2cb99

Choose a tag to compare

3.0.0 (2026-02-25)

⚠ BREAKING CHANGES

  • Node.js 18 reached EOL in April 2024 and is no longer supported. The minimum required version is now Node.js 20.
  • drop support for Remix Classic Compiler (#624)

Features

  • drop Node.js 18 support, require >=20 (#623) (dc9c499)
  • drop support for Remix Classic Compiler (#624) (655e55b)

remix-edge-adapter: v4.0.0

25 Feb 16:03
8a2cb99

Choose a tag to compare

4.0.0 (2026-02-25)

⚠ BREAKING CHANGES

  • Node.js 18 reached EOL in April 2024 and is no longer supported. The minimum required version is now Node.js 20.
  • drop support for Remix Classic Compiler (#624)

Features

  • drop Node.js 18 support, require >=20 (#623) (dc9c499)
  • drop support for Remix Classic Compiler (#624) (655e55b)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @netlify/remix-runtime bumped from 2.4.0 to 3.0.0

remix-adapter: v3.0.0

25 Feb 16:03
8a2cb99

Choose a tag to compare

3.0.0 (2026-02-25)

⚠ BREAKING CHANGES

  • Node.js 18 reached EOL in April 2024 and is no longer supported. The minimum required version is now Node.js 20.
  • drop support for Remix Classic Compiler (#624)

Features

  • drop Node.js 18 support, require >=20 (#623) (dc9c499)
  • drop support for Remix Classic Compiler (#624) (655e55b)

vite-plugin-react-router: v2.1.3

19 Jan 17:06
edca695

Choose a tag to compare

2.1.3 (2026-01-19)

Bug Fixes

  • vite-plugin-react-router: fix prerendering by not clobbering SSR bundle entries (#620) (54851a9)

vite-plugin-react-router: v2.1.2

08 Nov 13:33
92377cd

Choose a tag to compare

2.1.2 (2025-11-08)

Bug Fixes

  • vite-plugin-react-router: fix custom build.assetsDir edge case (#578) (7316d95)

vite-plugin-react-router: v2.1.1

06 Nov 15:10
f5763c5

Choose a tag to compare

2.1.1 (2025-11-06)

Bug Fixes

  • @netlify/vite-plugin-react-router: fix local dev with edge: true (#572) (dfb27c1)

vite-plugin-react-router: v2.1.0

05 Nov 17:42
7d6e0b0

Choose a tag to compare

2.1.0 (2025-11-05)

🪐 Edge SSR is here!

Features

  • @netlify/vite-plugin-react-router: add edge support (#562) (bbcb41e)

You can can now opt in to deploying your React Router 7 app to Netlify Edge Functions, bringing your page renders, data loaders, and actions closer to your users while lowering cold start times.

Apps continue to be deployed to Netlify Functions by default.

👉🏼 Read the docs to opt in.