Skip to content

v2.10.0

Compare
Choose a tag to compare
@mfranzke mfranzke released this 21 Apr 13:45
· 721 commits to main since this release
0a4206a

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 the language switcher component with hyperlinks included:
    • remove role="listbox" from <ul class="cmp-language-switcher" HTML tag
    • remove role="option" from <li HTM tags and replace aria-selected="true" by aria-current="page" for the active/selected language
  • fix: data-variant overwrites (in)valid border colors by @mfranzke in #422

Full Changelog: v2.9.0...v2.10.0