Skip to content

3.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Nov 13:42
· 15 commits to master since this release

What's Changed

  • The control element for CollapsableItem is now optional (#27). If there is no control element, you can either expand / collapse the item programmatically from JS, or you can use an external link.
  • External link aria attributes added (#28). Collapsable now sets the role attribute (if not already present) on the external link. It also sets the appropriate aria attributes - aria-controls and either aria-selected (if role="tab" is used) or aria-expanded (if role="button" or no role is used).
  • ⚙ Fixed links inside package.json (#26).
  • ⚙ Build packages updated (#29).

Full Changelog: 3.5.2...3.6.0