3.6.0
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 eitheraria-selected
(ifrole="tab"
is used) oraria-expanded
(if role="button" or norole
is used). - ⚙ Fixed links inside
package.json
(#26). - ⚙ Build packages updated (#29).
Full Changelog: 3.5.2...3.6.0