Wikiki / bulma-switch

Bulma's extension to display checkbox as a switch
MIT License
108 stars 66 forks source link

Updated from 2.0.0 to 2.0.4, switches are now different in layout #72

Open anne-gropler opened 2 years ago

anne-gropler commented 2 years ago

Hello,

we just updated our dependencies and patched bulma-switch from 2.0.0 to 2.0.4. This is only a patch, but it broke some of our layouts, some labels are places weirdly, and having multiple switches (with multiline labels) may result in overlapping labels (see image below).

grafik

This is because apparently, the height is now set to 2.5em (comparing using the chrome dev tools), and the switches are now flexed(?). I wanted to see what else changed in this "patch", but there is no updated changelog, and the latest release tage before 2.0.4 is 1.0.1, so this doesn't help, either.

Would it be possible to get a list of things that have changed, maybe update the changelog or provide earlier tags?

Thanks in advance!