v2.10.0
What's Changed
- refactor(language switcher): switched to a11y compliant HTML by @mfranzke in #417
We'd like to recommend to make those meaningful migrations when using thelanguage switcher
component with hyperlinks included:- remove role="listbox" from
<ul class="cmp-language-switcher"
HTML tag - remove role="option" from
<li
HTM tags and replacearia-selected="true"
byaria-current="page"
for the active/selected language
- remove role="listbox" from
- fix:
data-variant
overwrites (in)valid border colors by @mfranzke in #422
Full Changelog: v2.9.0...v2.10.0