v1.1.0
This is a minor release.
New features
- Add support for multiple instances of the element in a page (aa43505);
if there are multiple instances, they are all updated/animated in synchrony when one is toggled (8811803) - A new custom event called
themeToggle
is triggered whenever the element is toggled. It can be listened to if needed (8811803)
Bug fixes
- Make the element able to be hidden (if/when
display: none
is applied to the element) (32a0f5d)