FRONTEND
Remix v0.22.1
RESUMEN
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 match their pattern. - Fixed route matching so malformed percent-encoded pathnames return no mat
Descripción Detallada
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 match their pattern. - Fixed route matching so malformed percent-encoded pathnames return no match instead of throwing a `URIError`. - Fixed route matching for full URL patterns that include explicit default ports such as ` and ` (see #11510).
Explicación con IA
Genera un resumen en lenguaje claro de los cambios de este release.
Releases Relacionados
FRONTEND
Remix v3.0.0
### Pre-release Changes - Added `package.json` `exports`: - `remix/ui/accordion` to re-export APIs from `@remix-run/ui/accordion` - `remix/ui/accordion/primitives` to re-export APIs from `@remix-run/ui/accordion/primitives` - `remix/ui/anchor` to re-export APIs from `@remix-run/ui/anchor`
FRONTEND
Remix v0.4.13
### Patch Changes - Bumped `@remix-run/*` dependencies: - [`fetch-router@0.20.1`](https://github.com/remix-run/remix/releases/tag/fetch-router@0.20.1) - [`fs@0.4.6`](https://github.com/remix-run/remix/releases/tag/fs@0.4.6) - [`mime@0.4.2`](https://github.com/remix-run/remix/releases/tag/mime