Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Feb 14:32
· 174 commits to main since this release
18d43f0

Patch Changes

  • progress-bar: Added aria-hidden attribute to improve accessibility by preventing screen readers from unnecessarily announcing this element. ( #1330)

  • nav: reset active link items on options changed and always render the active meta link tree, but hide it visually. ( #1335)

  • radio: Removed role="radio" to improve semantic HTML and accessibility, ensuring ARIA roles are used correctly and only where they provide clear benefits. ( #1314)

  • angular: overay service define custom elements for standalone ( #1334)

  • tabs: Removed role="region" to improve semantic HTML and accessibility, ensuring ARIA roles are used correctly and only where they provide clear benefits. ( #1318)

  • angular: standalone modals do not load in production build ( #1332)