Skip to content

v3.0.0

Choose a tag to compare

@LostCrew LostCrew released this 06 Apr 15:05
· 196 commits to master since this release
  • API redesign for a more intuitive use
  • Entire code source rewriting focused on cleanliness and performance
  • Initialization options can be passed as JavaScript object or written as data-*
  • Plugin constructor publicly available from $.fn.bootstrapSwitch.Constructor
  • Plugin instance publicly available calling .data('bootstrap-switch')
  • Global overridable defaults options
  • Improved flexibility with baseClass and wrapperClass options
  • New onInit event
  • Event namespacing
  • Full Bootstrap 3 support
  • A lot of fixed bug, as usual