v15.6.0
Before you upgrade, please take note of any breaking changes and deprecation notices which may affect your site. View the Upgrade Guide to see examples of how to address breaking changes.
New features ✨
- new Responsive toggle component #1222
- The component consists of two main sections wrapped in
responsive-toggle
class.responsive-toggle-header
- only displayed on screens smaller than desktop and when clicked shows/hides the content in theresponsive-toggle-container
.responsive-toggle-container
- displayed always on desktop, and hidden on screens lower than desktop. Shown/hidden when clicking theresponsive-toggle-header
. Content inside this container can be added as per requirements to be hidden by default on screens smaller than desktop
- The component consists of two main sections wrapped in
Bug fixes 🐛
- fixed issue where a the close button for the in Hamburger menu was floating off screen #1226