Saltar al contenido principal
Volver a Lanzamientos

Remix

Frontend

Remix tuvo 47 releases en los últimos 6 meses, incluyendo 12 breaking changes.

Total Releases

47

Últimos 6 meses

47

12 breaking en total

Frecuencia

Promedio entre releases

Impact Score Promedio

30
Último release:v0.1.11(5 de junio de 2026)

Timeline de Releases

202647 releases

Remix

v0.1.1122

Patch Changes - Bumped `@remix-run/*` dependencies: - `fetch-router@0.20.0`

Remix

v0.4.1222

Patch Changes - Bumped `@remix-run/*` dependencies: - `fetch-router@0.20.0`

Remix

v0.22.129

Patch Changes - Fixed `createHref()` so optional route params set to `null` are omitted instead of serialized as `"null"`, and empty pathname variables throw instead of generating hrefs that cannot ma…

Remix

v2.17.5Breaking35

See the changelog for the release notes:

Remix

v0.4.1125

Patch Changes - Prevent `staticFiles()` from serving files outside its configured root through symlinks. - Bumped `@remix-run/*` dependencies: - `fetch-router@0.19.2` - [`fs@0.4.5`](

Remix

v0.3.625

Patch Changes - Bumped `@remix-run/*` dependencies: - `headers@0.21.1`

Remix

v0.16.325

Patch Changes - Bumped `@remix-run/*` dependencies: - `headers@0.21.1`

Remix

v0.22.0Breaking52

Minor Changes - Matchers now normalize percent-encoded pathname during matching Pathname matching now uses the URL parser's normalized pathname, splits it into segments, and canonicalizes each segment…

Remix

v0.4.1022

Patch Changes - Bumped `@remix-run/*` dependencies: - `fetch-router@0.19.1` - `fs@0.4.4` - [`html-template@0.3.1`](

Remix

v0.4.225

Patch Changes - Fix browser tests so bare package imports resolve with browser and ESM conditions, matching the asset server and avoiding CommonJS entries for packages like `clsx` (see #11478). - Upda…

Remix

v0.4.922

Patch Changes - Bumped `@remix-run/*` dependencies: - `fetch-router@0.19.0` - `response@0.3.4`

Remix

v0.3.422

Patch Changes - Bumped `@remix-run/*` dependencies: - `headers@0.20.0`

Remix

v0.21.0Breaking49

Minor Changes - BREAKING CHANGE: Remove the `compareFn` parameter from `match` and `matchAll` methods Matches always sort by specificity (most specific first). If you need a different order, sort the…

Remix

v0.4.822

Patch Changes - Bumped `@remix-run/*` dependencies: - `fetch-router@0.18.2`

Remix

v0.1.722

Patch Changes - Bumped `@remix-run/*` dependencies: - `fetch-router@0.18.2`

Remix

v0.2.322

Patch Changes - Bumped `@remix-run/*` dependencies: - `fetch-router@0.18.2`

Remix

v0.2.222

Patch Changes - Bumped `@remix-run/*` dependencies: - `fetch-router@0.18.2`

Remix

v0.1.122

Patch Changes - Bumped `@remix-run/*` dependencies: - `session@0.4.2`

Remix

v0.13.122

Patch Changes - Improve request throughput so `node-fetch-server` is now on par with native `node:http` performance in the request-inspection benchmark, while preserving Fetch API request handlers. Th…

Remix

v0.4.725

Patch Changes - Bumped `@remix-run/*` dependencies: - `fs@0.4.3` - `mime@0.4.1` - `response@0.3.3`

Remix

v0.7.125

Patch Changes - Fix parsing tar entries whose file body ends exactly at a chunk boundary.

Remix

v0.3.322

Patch Changes - Bumped `@remix-run/*` dependencies: - `fetch-router@0.20.0`

Remix

v0.4.122

Patch Changes - Bumped `@remix-run/*` dependencies: - `node-tsx@0.1.1` - `terminal@0.1.1`

Remix

v0.3.0Breaking45

Minor Changes - BREAKING CHANGE: Remix UI component render functions no longer receive props as an argument. Type component props on `Handle` and read current values from `handle.props` in both setup…

Remix

v0.4.625

Patch Changes - Bumped `@remix-run/*` dependencies: - `fetch-router@0.18.1`

Remix

v0.1.625

Patch Changes - Bumped `@remix-run/*` dependencies: - `fetch-router@0.18.1`

Remix

v0.2.122

Patch Changes - Bumped `@remix-run/*` dependencies: - `fetch-router@0.18.2`

Remix

v0.20.125

Patch Changes - Matches return decoded values for params in hostname ```ts pattern = new RoutePattern('://:subdomain.example.com/posts/:slug') url = new URL(' pattern.match(url)?.params.subdomain // B…

Remix

v0.18.125

Patch Changes - Bumped `@remix-run/*` dependencies: - `route-pattern@0.20.1`

Remix

v0.1.525

Patch Changes - Bumped `@remix-run/*` dependencies: - `fetch-router@0.18.1`

Remix

v0.4.528

Patch Changes - Bumped `@remix-run/*` dependencies: - `fetch-router@0.18.0`

Remix

v0.2.0Breaking42

Minor Changes - Add a `signal` option to `renderToStream()` so request aborts can cancel pending frame rendering without invoking `onError` (see #11431). Patch Changes - Add explicit public API types…

Remix

v0.20.0Breaking42

Minor Changes - BREAKING CHANGE: Middleware must now explicitly continue the request chain by calling `next()` or return a `Response`. The router no longer calls `next()` automatically when middleware…

Remix

v0.4.425

Patch Changes - Bumped `@remix-run/*` dependencies: - `fetch-router@0.17.0` - `fs@0.4.2` - [`mime@0.4.0`](

Remix

v0.1.428

Patch Changes - Bumped `@remix-run/*` dependencies: - `fetch-router@0.18.0`

Remix

v0.1.032

Minor Changes

Remix

v0.3.225

Patch Changes - Bumped `@remix-run/*` dependencies: - `cookie@0.5.4` - `fetch-router@0.19.2`

Remix

v0.19.0Breaking45

Minor Changes - BREAKING CHANGE: Remove `RoutePatternOptions` type and rework `ignoreCase` `RoutePattern.ignoreCase` field has been removed and `ignoreCase` now only applies to `pathname` (no longer a…

Remix

v0.4.0Breaking42

Minor Changes - Migrated `@remix-run/test` from the `tsx` package to Remix's internal `@remix-run/node-tsx` module loader. BREAKING CHANGE: `.ts`, `.tsx`, and `.jsx` module loading in `@remix-run/test…

Remix

v3.0.0Breaking57

Pre-release Changes - BREAKING CHANGE: Middleware consumed through `remix/router` and `remix/fetch-router` must now explicitly continue the request chain by calling `next()` or return a `Response`. Mi…

Remix

v0.4.335

Patch Changes - Bumped `@remix-run/*` dependencies: - `@remix-run/fetch-router@0.16.0`

Remix

v0.1.225

Patch Changes - Bumped `@remix-run/*` dependencies: - `fetch-router@0.19.2`

Remix

v0.1.322

Patch Changes - Bumped `@remix-run/*` dependencies: - `fetch-router@0.20.0`

Remix

v0.15.0Breaking55

Minor Changes - BREAKING CHANGE: `parseMultipart()`, `parseMultipartStream()`, and `parseMultipartRequest()` now enforce finite default `maxParts` and `maxTotalSize` limits, and add `MaxPartsExceededE…

Remix

v0.16.0Breaking45

Minor Changes - BREAKING CHANGE: `MultipartPart.headers` is now a plain decoded object keyed by lower-case header name instead of a native `Headers` instance. Access part headers with bracket notation…

Remix

v0.5.032

Minor Changes - Add timeout and abort signal support to `@remix-run/test`. Tests and lifecycle hooks can now pass `{ timeout, signal }`. Timed-out tests fail and abort `t.signal`, so async work that a…

Remix

v0.18.0Breaking48

Minor Changes - BREAKING CHANGE: Action objects now use `handler` instead of `action`. This applies to the object form accepted by `router.get(...)`, `router.post(...)`, and `router.map(...)`, and to…