Skip to content

Releases: joelthorner/simple-button-checks

3.0.8

19 Oct 08:57

Choose a tag to compare

  • Fix on destroy and disable public methods undefined data
  • Fix apply method on elements without data

Full Changelog: 3.0.7...3.0.8

3.0.7

07 Jul 18:22
aadd7a3

Choose a tag to compare

Changelog

3.0.6

06 Jun 22:14
05a4e6b

Choose a tag to compare

Changelog

  • Bug fix wrapper option

3.0.5

06 Jun 20:27
7b56964

Choose a tag to compare

Changelog

  • Removed strictLabel option, use native browser function

3.0.4

06 Jun 20:15
8a9de03

Choose a tag to compare

Changelog

  • strictLabel option only accept boolean value not null
  • Add click <label> events only if has [for] attr
  • Update documentation info and add default plugin demos

3.0.3

20 May 16:05
48cf0af

Choose a tag to compare

Changelog

  • Bug fix save label dor attribute

3.0.2

13 May 01:25
c6ea7e0

Choose a tag to compare

Changelog

  • Disabled support on init plugin
  • Method for enable or disable inputs

3.0.1

12 May 21:52
afae7d3

Choose a tag to compare

Changelog

  • Removed bootstrap option
  • Removed size option
  • BtnClass option named to buttonClass
  • Renamed namespaces 'sbtc' to 'sbc'
  • Basic CSS It is better to customize it according to the project
  • Check icon to innerHTML svg
  • Renamed plugin
  • New documentation
  • New id for buttons created

2.0.1

24 Sep 15:38

Choose a tag to compare

  • Resolve issue #3

2.0.0

02 Aug 20:52

Choose a tag to compare

  • New plugin code
  • New options
  • New methods and callbacks
  • New demo and documentation