Skip to content

Production Release - May 1 / 2026 - #3901

Merged
ArakTaiRoth merged 55 commits into
mainfrom
dev
May 4, 2026
Merged

Production Release - May 1 / 2026#3901
ArakTaiRoth merged 55 commits into
mainfrom
dev

Conversation

@ArakTaiRoth

Copy link
Copy Markdown
Collaborator

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.

chrisolsen and others added 30 commits March 31, 2026 17:04
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>
ArakTaiRoth and others added 22 commits April 21, 2026 18:11
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>
@ArakTaiRoth
ArakTaiRoth merged commit 5bbed08 into main May 4, 2026
8 checks passed
@chrisolsen

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 2.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@chrisolsen chrisolsen added the released Released into production. label May 5, 2026
@chrisolsen

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 2.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@chrisolsen

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 7.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@chrisolsen

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 5.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

released Released into production.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants