Release: Prerelease 10.3.0-alpha.16#34082
Merged
Merged
Conversation
…or mocking and telemetry error handling
…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>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
…ons-receives-typo Docs: Fix supported versions typo
Vite: Support Vite 8
Angular: Add moduleResolution: bundler to tsconfig
4fd5bac to
1f5f29d
Compare
Angular: only load webpack dependencies on demand
1f5f29d to
9b443ca
Compare
…link-underlines A11y: Underline MDX links for WCAG SC 1.4.1 compliance
9b443ca to
c2a98d9
Compare
CLI: Show multiple favicons warning as debug message
c2a98d9 to
b547a74
Compare
…shots Svelte: Update portable-stories snapshots
b547a74 to
e59b850
Compare
|
View your CI Pipeline Execution ↗ for commit e59b850
☁️ Nx Cloud last updated this comment at |
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 an automated pull request that bumps the version from
10.3.0-alpha.15to10.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:
And for each change below:
This is a list of all the PRs merged and commits pushed directly to
next, that will be part of this release: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