Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@Alanaktion Alanaktion released this 16 Jan 17:07
· 23 commits to master since this release

Proboot v0.2.0 adds compatibility with Bootstrap 4.2, and includes a few bug fixes.

Breaking changes

The old Switch component has been removed as Bootstrap 4.2 now includes a switch component of their own. We now extend this upstream component instead of providing our own. Any previous instances of the switch component from Proboot will need to be updated to use the Bootstrap switch syntax.

This change also resulted in the removal of right-aligned switches, though the usability of that variant was limited since they needed a custom fixed-width container to be intuitive.