FRONTEND
Remix v0.4.0
RESUMEN
Minor Changes - BREAKING CHANGE: Replaced the styled button component API with a default `button()` mixin exported from `@remix-run/ui/button`. Use the mixin directly on button-like hosts instead of importing `Button` or composing the previous slot style exports: ```tsx import button fr
Descripción Detallada
Minor Changes - BREAKING CHANGE: Replaced the styled button component API with a default `button()` mixin exported from `@remix-run/ui/button`. Use the mixin directly on button-like hosts instead of importing `Button` or composing the previous slot style exports: ```tsx import button from '@remix-run/ui/button' Edit order Add product Cancel ``` - Added a default `checkbox()` mixin exported from `@remix-run/ui/checkbox` for styling native checkbox inputs. Checkbox controls use the same keyboard focus shadow as `input()` controls and support an optional visual `state` for app-owned checked, unchecked, and mixed states. ```tsx import checkbox from '@remix-run/ui/checkbox' ``` - Added top-level component exports for headless primitives and styled components. Primitive-only modules import directly from their component path, while modules with styled wrappers expose lower-level behavior under `/primitives`: ```tsx import button from '@remix-run/ui/button' import as select from '@remix-run/ui/select/primitives' ``` BREAKING CHANGE: Removed the `@remix-run/ui/components/` subpath exports. Import component modules from `@remix-run/ui/*` instea
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 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