v2.0.1
What's Changed
Base Token Changes
- [OP-198] Accordion Add Animation by @Jeremy-Walton in #267
- A new token
--op-transition-accordion-content
has been added. This can be used to adjust the timing of the new accordion opening and closing animation.
- A new token
Component Changes
- [OP-198] Accordion Add Animation by @Jeremy-Walton in #267
- Accordions now animate when opening and closing by default!
- This can be disabled by using a new component modifier
.accordion.accordion--disable-animation
- Note: This animation is not currently work on Safari or Firefox, however it falls back gracefully to the existing behavior before this change of opening and closing with no animation. Support will be added in the future.
Dependencies
- [OP-199] Documentation Improvements by @Jeremy-Walton in #268
- Storybook (Documentation site) has been updated to the latest version
8.5.3
- Storybook (Documentation site) has been updated to the latest version
Documentation Changes
- Spell modules correctly by @jdmcleod in #269
- Minor typo fix
- [OP-198] Accordion Add Animation by @Jeremy-Walton in #267
- Some instructions were added to the Accordion documentation for how to utilize the exclusive open feature of
<detail>
elements. See more https://developer.mozilla.org/en-US/docs/Web/HTML/Element/details#name
- Some instructions were added to the Accordion documentation for how to utilize the exclusive open feature of
New Contributors
Full Changelog: v2.0.0...v2.0.1