Skip to content

v2.2.2

Compare
Choose a tag to compare
@clukhei clukhei released this 21 Sep 03:30
· 157 commits to v2 since this release
  • Fixes #178
  • Includes #175
  • Includes a11y updates

Feat

  • stepper: add keyboard interactions and aria-disabled to markers
  • stepper: add aria-current attribute to indicate current step
  • stepper: add tabindex to stepper button
  • quantitytoggle: update aria-label to include number of steps
  • quantitytoggle: add announcer to announce increment/decrement
  • datepicker: add aria-label to 'clear' button
  • datepicker: add aria attributes
  • datepicker: add role, aria-haspopup, aria-controls, aria-modal
  • tooltip: add aria-describedby attribute
  • paginationbase: add as outer container
  • navbartoggle: add aria-expanded attribute
  • navlink: add aria-current attribute to active link
  • sidenavbutton: add aria-haspopup attribute
  • DropdownToggle: add aria-haspopup attribute

Fix

  • fileupload: remove proptype filelist triggering typescript error
  • quantitytoggle: change aria-label to proper english words
  • sidenavlink: set 'active' attribute of navlink in sidenavlink

Build

  • rollup.config.js: exclude node_modules and utils in component builds