·
174 commits
to main
since this release
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)