diff --git a/packages/components/CHANGELOG-FIGMA-COMPONENTS.md b/packages/components/CHANGELOG-FIGMA-COMPONENTS.md index 0159807ce45..e61556ca671 100644 --- a/packages/components/CHANGELOG-FIGMA-COMPONENTS.md +++ b/packages/components/CHANGELOG-FIGMA-COMPONENTS.md @@ -1,5 +1,9 @@ # [HDS Components UI Kit v2.0](https://www.figma.com/design/iweq3r2Pi8xiJfD9e6lOhF/HDS-Components-v2.0?m=auto&node-id=2-7&t=HYGTIoXBy2YkVWDP-1) +## December 4th, 2025 + +`Breadcrumb` - Fixed a bug that caused the text styles in the default state of the Breadcrumb Item to detach. + ## November 5th, 2025 This changelog corresponds with the [5.0](/whats-new/release-notes#500) release. diff --git a/website/docs/components/modal/partials/specifications/anatomy.md b/website/docs/components/modal/partials/specifications/anatomy.md index c195096ff49..b118565493d 100644 --- a/website/docs/components/modal/partials/specifications/anatomy.md +++ b/website/docs/components/modal/partials/specifications/anatomy.md @@ -1,6 +1,6 @@ ## Anatomy -![Anatomy of a modal](/assets/components/modal/modal-anatomy.png =729x*) +![Anatomy of a modal](/assets/components/modal/modal-anatomy.png) | Element | Usage | |------------------|-------------------------------------------------| @@ -8,6 +8,7 @@ | Title icon | Optional | | Tagline | Optional | | Title | Required | +| Description | Optional | | Dismiss | Required, all modals are dismissible | | **Body** | | | Content | Required; either default (simple text) or custom| diff --git a/website/docs/whats-new/release-notes/partials/figma-library-components.md b/website/docs/whats-new/release-notes/partials/figma-library-components.md index fff5cbe6495..a482b8e3c9a 100644 --- a/website/docs/whats-new/release-notes/partials/figma-library-components.md +++ b/website/docs/whats-new/release-notes/partials/figma-library-components.md @@ -12,6 +12,10 @@

+### December 4th, 2025 + +`Breadcrumb` - Fixed a bug that caused the text styles in the default state of the Breadcrumb Item to detach. + ### November 5th, 2025 This changelog corresponds with the [5.0](/whats-new/release-notes#500) release. @@ -118,22 +122,6 @@ Unpublished all local variables for component-level tokens. `CodeBlock` and `CodeEditor` - Improved the color contrast in the focus ring. -### March 5th, 2025 - -`CodeEditor` - Added support for Javascript and Rego languages. - -`Badge` - Updated colors for improved contrast and accessibility. - -`Tag` - Updated to support truncation and tooltip. Content no longer wraps. - -`Advanced Table` - Removed an unnecessary border from `Header::Selection`. - -#### Breaking changes - -`Advanced Table` - Restructured `Cell::Selection` to mimic the `Table::Cell::Selection` component. - -_This change alters the layer structure of the component and results in a breaking change for the `Advanced Table` cell "selection" components only._ - --- diff --git a/website/public/assets/components/modal/modal-anatomy.png b/website/public/assets/components/modal/modal-anatomy.png index d33c3429ca0..845ca338dbe 100644 Binary files a/website/public/assets/components/modal/modal-anatomy.png and b/website/public/assets/components/modal/modal-anatomy.png differ