FRONTEND
Remix v0.3.0
RESUMEN
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 and render code. - Updated `anchor(floating, anchorTarget, options)` to accept either a
Descripción Detallada
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 and render code. - Updated `anchor(floating, anchorTarget, options)` to accept either an `HTMLElement` or coordinate target via the new `AnchorPoint`/`AnchorTarget` types. - Added `menu.contextTrigger()` so menus can open from right-click pointer locations while keeping existing keyboard navigation, submenus, and selection behavior. Patch Changes - Fixed `css(...)` so nested selector objects render recursively instead of serializing deeper nested rules as `[object Object]` (see #11459). - Dispatch reload events for nested frames when an ancestor frame reloads - Prevent non-blocking frames from displaying their fallback when an ancestor frame is reloaded
Remix v0.3.0 introduce cambios menores y rompe compatibilidad con versiones anteriores.
- Se añade `FakeTimers#advanceAsync(ms)` a `t.useFakeTimers()` para manejar temporizadores con promesas.
- Se aceptan arreglos en varios campos de configuración como `glob.test` y `type`.
- Se incluye el total de archivos/suites de prueba en el resumen final de todas las pruebas.
- Playwright solo se carga cuando se ejecutan pruebas de navegador o E2E, mejorando la gestión de errores.
A quién le importa
Solo si usas temporizadores falsos o configuraciones avanzadas en Remix.
Generado por IA · puede contener errores
Releases Relacionados
FRONTEND
Remix v0.4.12
### Patch Changes - Bumped `@remix-run/*` dependencies: - [`fetch-router@0.20.0`](https://github.com/remix-run/remix/releases/tag/fetch-router@0.20.0)
FRONTEND
Remix v0.1.11
### Patch Changes - Bumped `@remix-run/*` dependencies: - [`fetch-router@0.20.0`](https://github.com/remix-run/remix/releases/tag/fetch-router@0.20.0)
FRONTEND