@chanzuckerberg/eds@18.0.0
18.0.0 (2026-04-10)
⚠ BREAKING CHANGES
tokens: remove brand tokens (#2451)
If you made use of any of these tokens in your application, please raise an issue/question on what to do instead.
typography: remove decorative presets (#2449)
If you made use of any of these tokens in your application, please raise an issue/question on what to do instead.
Card: remove .ChildCard from Card Component (#2448)
This sub-component has been removed from EDS. Cards are allowed flexible content, so we recommend using local components for any necessary Card.Body contents.
tokens: remove pink primitive tokens (#2450)
If you made use of any of these tokens in your application, please raise an issue/question on what to do instead.
remove deprecated patterns/props/values (#2447)
When upgrading, use the 17-to-18 migration script to update the changed properties. Run npx eds-migrate for more information.
Table: remove deprecated Table component (#2446)
Table has been removed. Instead, please use the provided DataTable component.
Features
- Card: remove .ChildCard from Card Component (#2448) (9ef7e11)
- remove deprecated patterns/props/values (#2447) (cb20237)
- Table: remove deprecated Table component (#2446) (3c9c61e)
- tokens: remove brand tokens (#2451) (cc9c29e)
- tokens: remove pink primitive tokens (#2450) (41ae0e8)
- typography: remove decorative presets (#2449) (7de2f0e)