Skip to content

@chanzuckerberg/eds@18.0.0

Choose a tag to compare

@booc0mtaco booc0mtaco released this 10 Apr 21:39
· 74 commits to main since this release
46221af

18.0.0 (2026-04-10)

Storybook

⚠ 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.

See Documentation on DataTable

Features

Bug Fixes