FRONTEND
Remix v0.4.0
RESUMEN
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` now uses Remix's internal `@remix-run/node-tsx` loader. Test modules are still transformed
Descripción Detallada
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` now uses Remix's internal `@remix-run/node-tsx` loader. Test modules are still transformed before execution, including JSX and TypeScript syntax that requires JavaScript output, but the loader is now maintained inside Remix. Patch Changes - Fix browser test runs so large suites can exceed the per-file timeout as long as individual test files keep reporting progress. - Fix `describe.skip` and `describe.only` so they propagate to nested `describe` blocks. Previously the skipped/focused state was set only on the outer suite, so tests inside nested describes still ran (or were incorrectly skipped under `only`). - Bumped `@remix-run/*` dependencies: - `node-tsx@0.1.0`
Se incluyen todos los tipos MIME de mime-db, incluyendo tipos experimentales y específicos de proveedores.
- Se añaden todos los tipos MIME de mime-db, incluyendo tipos experimentales y específicos de proveedores.
A quién le importa
Todos los que trabajen con tipos MIME 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