Production Release - May 1 / 2026 - #3901
Merged
Merged
Conversation
BREAKING CHANGE: release
Surface relatedComponents MDX data as mini cards below tabs on each component page. Cards show thumbnail, name, description, and category badge. Extract shared thumbnail utility from ComponentsGrid. Fix relatedComponents data: typo in input, add missing bidirectional relationships for pagination, drawer, form-item, side-menu, button.
Add the two missing illustration sub-pages under Foundations > Style guide. Move illustration overview into illustrations/ folder for consistent URL hierarchy and nest Illustration as an expandable nav group.
When the page is scrolled to the bottom, short sections near the end never reach the 120px threshold, so the TOC highlights the wrong item. Detect bottom-of-page and activate the last visible heading instead.
Add Breadcrumbs component that derives navigation trail from URL path. Integrated into DocumentationPageLayout, TokensLayout, ExamplesPageLayout, and component page templates (inside each page's centering container to handle different max-widths). Replaces category badge on component pages and "Back to all examples" link on example pages. Component pages show their category in the breadcrumb trail with a link to the All Components page filtered by that category. ComponentsGrid now reads ?category= URL params to support this. Keyboard-only focus styles, visually-hidden current page for screen readers (aria-current="page").
FlexSearch-powered inline search on Components, Examples, and Tokens grids with contextual slash commands that toggle grid filters. - Stepped dimension picker for multi-dimension pages (Category, Status, Scale, User Type) with arrow key navigation - Single-dimension pages (Tokens) skip straight to values - Search combines with filters using AND logic - Filter chips bar only shows for real filters, not search-only - Eager CSS import in BaseLayout prevents FOUC on search inputs - Explicit SVG dimensions and focus outline suppression for polish
Contributor Covenant v2.1. Required for Netlify open source plan.
Co-Authored-By: bdfranck <1479091+bdfranck@users.noreply.github.com> Co-Authored-By: Copilot <198982749+Copilot@users.noreply.github.com>
Restructure the side menu layout so only the primary nav scrolls while secondary menu, account section, and collapse toggle stay fixed at the bottom. Adds scroll-aware border and shadow indicators that fade in when content is hidden in either direction. Uses a ResizeObserver (debounced via performOnce) to detect dynamic overflow from group expansion or window resize, and caches scrollTop from goa-scrollable's _scroll event to avoid shadow DOM coupling. Co-authored-by: Benji Franck <1479091+bdfranck@users.noreply.github.com>
Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.3.3 to 3.4.0. - [Release notes](https://github.com/cure53/DOMPurify/releases) - [Commits](cure53/DOMPurify@3.3.3...3.4.0) --- updated-dependencies: - dependency-name: dompurify dependency-version: 3.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [hono](https://github.com/honojs/hono) from 4.12.7 to 4.12.14. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.12.7...v4.12.14) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.14 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Co-Authored-By: Thomas Jeffery <thomaswjeffery@gmail.com>
Remove box-shadow inner border from strong emphasis badges in V2. Subtle emphasis badges retain their individual box-shadow tokens.
…tent Follow-up to #3848. That PR wired the .goa-container--interactive.accent--filled .content rule to use --goa-container-interactive-border, which resolves to the brand teal token. Every interactive container with accent="filled" (the default) was rendering a brand-teal border at rest, where the intent is greyscale-200. Swap the rule to --goa-container-border, the existing neutral token already used by the base .content rule for non-filled accents. The interactive-border token is intentionally untouched in design-tokens because it remains the correct value for the accent="thick"/"thin" heading element, where teal-on-teal renders as a flush accent bar.
…ndocument event variant Remove visible border from V2 modal surface. Add per-status hover background colors on the close icon button for callout modals (information, success, important, emergency), matching the notification banner low emphasis pattern. Remove event callout variant from docs configurations. Inline tokens are temporary, pending design-tokens PR.
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.8 to 8.5.10. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.8...8.5.10) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
vanessatran-ddi
approved these changes
May 1, 2026
willcodeforcoffee
approved these changes
May 4, 2026
Contributor
|
🎉 This PR is included in version 2.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Contributor
|
🎉 This PR is included in version 2.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Contributor
|
🎉 This PR is included in version 7.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Contributor
|
🎉 This PR is included in version 5.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is the Production release, all stories included in this release should be in the "Next" column in our project and can be reviewed from there.