Skip to content

Release: Prerelease 10.3.0-alpha.16#34082

Merged
yannbf merged 79 commits into
next-releasefrom
version-non-patch-from-10.3.0-alpha.15
Mar 10, 2026
Merged

Release: Prerelease 10.3.0-alpha.16#34082
yannbf merged 79 commits into
next-releasefrom
version-non-patch-from-10.3.0-alpha.15

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Mar 9, 2026

This is an automated pull request that bumps the version from 10.3.0-alpha.15 to 10.3.0-alpha.16.
Once this pull request is merged, it will trigger a new release of version 10.3.0-alpha.16.
If you're not a core maintainer with permissions to release you can ignore this pull request.

To do

Before merging the PR, there are a few QA steps to go through:

  • Add the "freeze" label to this PR, to ensure it doesn't get automatically forced pushed by new changes.
  • Add the "ci:daily" label to this PR, to trigger the full test suite to run on this PR.

And for each change below:

  1. Ensure the change is appropriate for the version bump. E.g. patch release should only contain patches, not new or de-stabilizing features. If a change is not appropriate, revert the PR.
  2. Ensure the PR is labeled correctly with one of: "BREAKING CHANGE", "feature request", "bug", "maintenance", "dependencies", "documentation", "build", "unknown".
  3. Ensure the PR title is correct, and follows the format "[Area]: [Summary]", e.g. "React: Fix hooks in CSF3 render functions". If it is not correct, change the title in the PR.
    • Areas include: React, Vue, Core, Docs, Controls, etc.
    • First word of summary indicates the type: “Add”, “Fix”, “Upgrade”, etc.
    • The entire title should fit on a line

This is a list of all the PRs merged and commits pushed directly to next, that will be part of this release:

  • 🔧 Maintenance: CLI: Show multiple favicons warning as debug message #34069
  • 🐛 Bug: A11y: Underline MDX links for WCAG SC 1.4.1 compliance #33139
  • 🐛 Bug: Angular: only load webpack dependencies on demand #34043
  • 🐛 Bug: Angular: Add moduleResolution: bundler to tsconfig #34085
  • ✨ Feature Request: Vite: Support Vite 8 #33788
  • 🐛 Bug: Core: Fix error reporting in ManagerErrorBoundary #33915 (will also be patched)
  • 🏗️ Build: Svelte: Update portable-stories snapshots #34067
  • 📝 Documentation: Docs: Fix supported versions typo #34068
  • 🏗️ Build: Build: Bump node in .nvmrc file #34079 (will also be patched)

If you've made any changes doing the above QA (change PR titles, revert PRs), manually trigger a re-generation of this PR with this workflow and wait for it to finish. It will wipe your progress in this to do, which is expected.

Feel free to manually commit any changes necessary to this branch after you've done the last re-generation, following the Make Manual Changes section in the docs, especially if you're making changes to the changelog.

When everything above is done:


Generated changelog

10.3.0-alpha.16

  • A11y: Underline MDX links for WCAG SC 1.4.1 compliance - #33139, thanks NikhilChowdhury27!
  • Angular: Add moduleResolution: bundler to tsconfig - #34085, thanks valentinpalkovic!
  • Angular: only load webpack dependencies on demand - #34043, thanks sod!
  • CLI: Show multiple favicons warning as debug message - #34069, thanks remino!
  • Core: Fix error reporting in ManagerErrorBoundary - #33915, thanks ghengeveld!
  • Vite: Support Vite 8 - #33788, thanks valentinpalkovic!

valentinpalkovic and others added 30 commits February 6, 2026 11:58
…iance

Fixes #33017

Links in MDX documentation now have underline text decoration to ensure
they are visually distinguishable from regular text beyond just color.
This ensures compliance with WCAG 2.1 Level A (Success Criterion 1.4.1).

Changes:
- DocumentWrapper: Set textDecoration to 'underline' for anchor tags
- A component: Set textDecoration to 'underline' for link elements
- Added comprehensive accessibility tests for link styling

The underline decoration helps users with:
- Color blindness or low color vision
- Reduced contrast sensitivity
- Visual impairments
Anchor links (.anchor class) are used for heading position markers
and should not have underlines. This updates all three components
(DocsPage, DocumentWrapper, A) to explicitly set textDecoration: 'none'
for .anchor links, and updates tests accordingly.
….1 Level A compliance

- Apply text-decoration: underline with 0.5px thickness and 0.11em offset to all links
- Update Button component to preserve underlines for link elements (a&) while removing from button elements (button&)
- Add underlines to DocsContent, DocumentWrapper, Link, and base A components
- Exclude anchor position markers from underline styling
- Ensures visual distinction of links beyond color per WCAG SC 1.4.1

Fixes #33017
Prevents visual regression where button-styled links would appear underlined.
The isButton variant is used in RefBlocks.tsx and Description.tsx for
button-like controls that should not have underlines.

Addresses CodeRabbit review feedback.
Co-authored-by: Steve Dodier-Lazaro <Sidnioulz@users.noreply.github.com>
@github-actions github-actions Bot added the release For PRs that trigger new releases. Automated label Mar 9, 2026
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.3.0-alpha.15 branch from 4fd5bac to 1f5f29d Compare March 10, 2026 08:09
Angular: only load webpack dependencies on demand
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.3.0-alpha.15 branch from 1f5f29d to 9b443ca Compare March 10, 2026 08:25
…link-underlines

A11y: Underline MDX links for WCAG SC 1.4.1 compliance
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.3.0-alpha.15 branch from 9b443ca to c2a98d9 Compare March 10, 2026 08:35
CLI: Show multiple favicons warning as debug message
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.3.0-alpha.15 branch from c2a98d9 to b547a74 Compare March 10, 2026 08:38
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.3.0-alpha.15 branch from b547a74 to e59b850 Compare March 10, 2026 09:20
@yannbf yannbf added ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label labels Mar 10, 2026
@nx-cloud
Copy link
Copy Markdown

nx-cloud Bot commented Mar 10, 2026

View your CI Pipeline Execution ↗ for commit e59b850

Command Status Duration Result
nx run-many -t compile -c production --parallel=1 ✅ Succeeded 4m 32s View ↗

☁️ Nx Cloud last updated this comment at 2026-03-10 09:46:36 UTC

@yannbf yannbf merged commit 1b241ea into next-release Mar 10, 2026
294 of 298 checks passed
@yannbf yannbf deleted the version-non-patch-from-10.3.0-alpha.15 branch March 10, 2026 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label release For PRs that trigger new releases. Automated

Projects

None yet

Development

Successfully merging this pull request may close these issues.