FRONTEND
Remix v0.2.0
RESUMEN
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 for UI component, mixin, scheduler, stylesheet, animation, and theme helpers so generated
Descripción Detallada
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 for UI component, mixin, scheduler, stylesheet, animation, and theme helpers so generated declarations no longer depend on broad inference across helper factories (see #11433). - Fix rendering and JSX types for booleanish string attributes so `contentEditable={false}`, `draggable={false}`, `spellCheck={false}`, and matching SVG attributes produce explicit `"false"` values instead of being omitted. The `translate` JSX type now accepts the HTML attribute values `"yes"` and `"no"` (see #11434). - Fix hydrated `@remix-run/ui` components so non-rendering children inside fragments keep the correct DOM anchor when they later become renderable (see #11425). - Ignore component updates scheduled after a frame reload has already removed that component, avoiding `Node.insertBefore` errors from stale updates after the frame renders replacement markup (see #11422).
Remix v0.2.0 introduce cambios menores y es breaking.
- Se colorizan los tokens de logger de alto impacto por defecto si se detecta el color en el terminal.
- Se añadió opción `colors` para forzar la salida colorizada.
- Actualizadas las dependencias de `@remix-run/*`.
A quién le importa
Solo si usas Remix y dependes de la salida del logger.
Generado por IA · puede contener errores
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