Skip to content

Releases: Bttstrp/bootstrap-switch

v3.3.4

25 Feb 18:30
Compare
Choose a tag to compare
  • Fix Object.assign not working for IE <= 11 #616

v4.0.0-alpha.1

25 Feb 18:00
Compare
Choose a tag to compare
v4.0.0-alpha.1 Pre-release
Pre-release
v4 alpha 1

v3.3.3

07 Feb 10:48
Compare
Choose a tag to compare
  • Deprecate CoffeeScript in favour of ES6+ with Babel
  • Updated and restored documentation

v3.3.2

25 Jan 13:48
Compare
Choose a tag to compare
  • Fix for Flicker on initialisation #425
  • Prevent horizontal misalignment inside modal in page with odd width #414

v3.3.1

06 Jan 09:16
Compare
Choose a tag to compare
  • Revert of switchChange event triggered only on falsy skip #411

v3.3.0

17 Dec 11:02
Compare
Choose a tag to compare
  • Fixed setting of correct state on drag from indeterminate state #403
  • Fixed broken state changing on hidden switch #392, #383
  • Missing animation on first state change triggered by side click #390
  • SwitchChange event always triggered after change event #389
  • Skip check for transitionend event on init #381
  • Added stopPropagation on element mousedown #369
  • Fixed wrong descrition in documentation #351

v3.2.2

15 Nov 18:41
Compare
Choose a tag to compare
  • Fixed wrong rendering of switch on initialisation if element is hidden #376

v3.2.1

07 Nov 20:48
Compare
Choose a tag to compare
  • Hotfix for broken initialisation logic if $.support.transition is not set #375

v3.2.0

05 Nov 19:24
Compare
Choose a tag to compare
  • Added option and method handleWidth to set a specific width of the side handled #341
  • Added option and method labelWidth to set a specific width of the center label #341
  • Fixed broken toggling of side handles when switch is wrapped in a external label #359
  • Minor refactoring all along the source code

v3.1.0

25 Oct 16:20
Compare
Choose a tag to compare
  • Added inverse option to swap the position of the left and right elements #207
  • Fixed misalignment on Safari #223
  • Added options toggleAnimate method
  • Enhanced documentation with new examples