3.8.0
What's Changed
- ✨ Allow external links to be a button element (#32). External links for collapsable can now be a
HTMLButtonElement
withdata-collapsable-id
attribute. There is also an option to prevent the default action of an external link using either the option (this affects all external links for a particularCollapsable
) or thedata-collapsable-prevent-default
attribute (this affects only a specific external link). - 🛠 Dev dependencies updated.
Full Changelog: 3.7.2...3.8.0