@netlify/remix-adapter
Version:
Remix Adapter for Netlify Functions
115 lines (51 loc) • 5.51 kB
Markdown
# Changelog
## [3.0.0](https://github.com/netlify/remix-compute/compare/remix-adapter-v2.7.0...remix-adapter-v3.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](https://github.com/netlify/remix-compute/issues/624))
### Features
* drop Node.js 18 support, require >=20 ([#623](https://github.com/netlify/remix-compute/issues/623)) ([dc9c499](https://github.com/netlify/remix-compute/commit/dc9c4998e1909aa1a79116f7925249b0fb44b9f1))
* drop support for Remix Classic Compiler ([#624](https://github.com/netlify/remix-compute/issues/624)) ([655e55b](https://github.com/netlify/remix-compute/commit/655e55b247c86619e2ccb701a5de00d113108196))
## [2.7.0](https://github.com/netlify/remix-compute/compare/remix-adapter-v2.6.1...remix-adapter-v2.7.0) (2025-11-05)
### Features
* **@netlify/vite-plugin-react-router:** add edge support ([#562](https://github.com/netlify/remix-compute/issues/562)) ([bbcb41e](https://github.com/netlify/remix-compute/commit/bbcb41e9d6ffdb5483759fbb94fb5258092adf87))
## [2.6.1](https://github.com/netlify/remix-compute/compare/remix-adapter-v2.6.0...remix-adapter-v2.6.1) (2025-04-04)
### Bug Fixes
* **deps:** support and test against Vite 6 ([#507](https://github.com/netlify/remix-compute/issues/507)) ([58c378a](https://github.com/netlify/remix-compute/commit/58c378ac6e1a723300f240756c1e26e577b00d44))
## [2.6.0](https://github.com/netlify/remix-compute/compare/remix-adapter-v2.5.1...remix-adapter-v2.6.0) (2024-12-13)
### Features
* add @netlify/vite-plugin-react-router to support React Router 7 ([#472](https://github.com/netlify/remix-compute/issues/472)) ([aeeb979](https://github.com/netlify/remix-compute/commit/aeeb9792887838767d3ebd6f2e6bd05d4a379f4e))
## [2.5.1](https://github.com/netlify/remix-compute/compare/remix-adapter-v2.5.0...remix-adapter-v2.5.1) (2024-09-18)
### Bug Fixes
* stop re-exporting exports removed in remix@2.12.0 ([#459](https://github.com/netlify/remix-compute/issues/459)) ([db7be08](https://github.com/netlify/remix-compute/commit/db7be083af8b75da4f70d61c782fb5954d2c00a9))
## [2.5.0](https://github.com/netlify/remix-compute/compare/remix-adapter-v2.4.0...remix-adapter-v2.5.0) (2024-09-05)
### Features
* **@netlify/remix-edge-adapter:** support Hydrogen Vite sites ([#441](https://github.com/netlify/remix-compute/issues/441)) ([81e9bfa](https://github.com/netlify/remix-compute/commit/81e9bfa00a0cb272ac7ae701e1a7540388407e77))
## [2.4.0](https://github.com/netlify/remix-compute/compare/remix-adapter-v2.3.2...remix-adapter-v2.4.0) (2024-05-23)
### Features
* **deps:** bump Remix dependencies ([#339](https://github.com/netlify/remix-compute/issues/339)) ([2a82244](https://github.com/netlify/remix-compute/commit/2a82244023fcda7a8579d5c295211a0b1b0c032d))
### Bug Fixes
* **deps:** update dependency isbot to v5 ([#326](https://github.com/netlify/remix-compute/issues/326)) ([252ba6f](https://github.com/netlify/remix-compute/commit/252ba6fb0b70cdd1d81db49cbcd640d7aee5762c))
## [2.3.2](https://github.com/netlify/remix-compute/compare/remix-adapter-v2.3.1...remix-adapter-v2.3.2) (2024-05-17)
### Bug Fixes
* require node 18 like remix itself ([#212](https://github.com/netlify/remix-compute/issues/212)) ([cf05c1e](https://github.com/netlify/remix-compute/commit/cf05c1e22709531410f2bb574994319785c08c2d))
## [2.3.1](https://github.com/netlify/remix-compute/compare/remix-adapter-v2.3.0...remix-adapter-v2.3.1) (2024-04-03)
### Bug Fixes
* Use posix path in import when building on windows ([#281](https://github.com/netlify/remix-compute/issues/281)) ([64455ed](https://github.com/netlify/remix-compute/commit/64455ed617bd7caca59788aa5c31f257cab96540))
## [2.3.0](https://github.com/netlify/remix-compute/compare/remix-adapter-v2.2.0...remix-adapter-v2.3.0) (2024-02-21)
### Features
* add support for Vite ([#251](https://github.com/netlify/remix-compute/issues/251)) ([a32191c](https://github.com/netlify/remix-compute/commit/a32191c58525006f8ecf5cb72e662f88e229c9ad))
## [2.2.0](https://github.com/netlify/remix-compute/compare/remix-adapter-v2.1.0...remix-adapter-v2.2.0) (2023-10-30)
### Features
* export the default 'handleRequest' from adapters ([#204](https://github.com/netlify/remix-compute/issues/204)) ([12054d8](https://github.com/netlify/remix-compute/commit/12054d8f4d14d1c8942dc71c96734c0d8d09181d))
## [2.1.0](https://github.com/netlify/remix-compute/compare/remix-adapter-v2.0.0...remix-adapter-v2.1.0) (2023-10-27)
### Features
* **remix-adapter:** add default config ([#153](https://github.com/netlify/remix-compute/issues/153)) ([d3b8075](https://github.com/netlify/remix-compute/commit/d3b80756ec5b27201aa4036de13465a470b502af))
## [2.0.0](https://github.com/netlify/remix-compute/compare/remix-adapter-v1.0.0...remix-adapter-v2.0.0) (2023-10-19)
### ⚠ BREAKING CHANGES
* upgrade to Remix 2 ([#191](https://github.com/netlify/remix-compute/issues/191))
### Features
* upgrade to Remix 2 ([#191](https://github.com/netlify/remix-compute/issues/191)) ([81b169f](https://github.com/netlify/remix-compute/commit/81b169f1a796fddc7dfdc97d83ec01116fd7c3fb))
## 1.0.0 (2023-07-19)
### Features
* migrate remix-netlify adapter ([#83](https://github.com/netlify/remix-compute/issues/83)) ([cdab2fe](https://github.com/netlify/remix-compute/commit/cdab2fee553d3e9839279c62c9e26eeaf301b020))