FRONTEND
Remix v3.0.0
RESUMEN
Pre-release Changes - BREAKING CHANGE: Removed the deprecated `remix/component`, `remix/component/jsx-runtime`, `remix/component/jsx-dev-runtime`, and `remix/component/server` package exports. Import the consolidated UI runtime from `remix/ui`, `remix/ui/jsx-runtime`, `remix/ui/jsx-dev-runtime`
Descripción Detallada
Pre-release Changes - BREAKING CHANGE: Removed the deprecated `remix/component`, `remix/component/jsx-runtime`, `remix/component/jsx-dev-runtime`, and `remix/component/server` package exports. Import the consolidated UI runtime from `remix/ui`, `remix/ui/jsx-runtime`, `remix/ui/jsx-dev-runtime`, and `remix/ui/server` instead. Removed `package.json` `bin` commands: - `remix-test` Added `package.json` `exports`: - `remix/node-fetch-server/test` to re-export APIs from `@remix-run/node-fetch-server/test` - `remix/node-serve` to re-export APIs from `@remix-run/node-serve` - `remix/terminal` to re-export APIs from `@remix-run/terminal` - `remix/test/cli` to re-export APIs from `@remix-run/test/cli` Added `package.json` `exports` for the consolidated UI runtime: - `remix/ui` to re-export APIs from `@remix-run/ui` - `remix/ui/jsx-runtime` to re-export APIs from `@remix-run/ui/jsx-runtime` - `remix/ui/jsx-dev-runtime` to re-export APIs from `@remix-run/ui/jsx-dev-runtime` - `remix/ui/server` to re-export APIs from `@remix-run/ui/server` - `remix/ui/animation` to re-export APIs from `@remix-run/ui/animation` - `remix/ui/accordion` to re-export APIs from `@remix-run/ui/accordion` - `remix/ui/anchor` to re-export APIs from `@remix-run/ui/anchor` - `remix/ui/breadcrumbs` to re-export APIs from `@remix-run/ui/breadcrumbs` - `remix/ui/button` to re-export APIs from `@remix-run/ui/button` - `remix/ui/combobox` to re-export APIs from `@remix-run/
Remix v3.0.0 elimina exports obsoletos y reorganiza las importaciones de UI.
- Se eliminaron exports obsoletos de `remix/component`. Usa `remix/ui` en su lugar.
- Se eliminaron los comandos `remix-test` del `package.json`.
- Se añadieron nuevos exports en `package.json` para re-exportar APIs de varios módulos.
A quién le importa
Solo si usas los exports de `remix/component`.
Generado por IA · puede contener errores
Releases Relacionados
FRONTEND
Remix v0.4.8
### Patch Changes - Bumped `@remix-run/*` dependencies: - [`fetch-router@0.18.2`](https://github.com/remix-run/remix/releases/tag/fetch-router@0.18.2)
FRONTEND
Remix v0.1.7
### Patch Changes - Bumped `@remix-run/*` dependencies: - [`fetch-router@0.18.2`](https://github.com/remix-run/remix/releases/tag/fetch-router@0.18.2)
FRONTEND