Skip to content

Releases: abpetkov/switchery

0.8.2

31 Oct 22:31
Compare
Choose a tag to compare

#104 Check switchery element state before changing it
#96 Adding semicolon to the end of the distribuition file

0.8.1

26 Jun 08:31
Compare
Choose a tag to compare
  • Fixing #73. The .isDisabled() method was returning wrong values after triggering the .disable() method, because of incorrect logic in the latter method.

0.8.0

03 Apr 07:26
Compare
Choose a tag to compare

This release includes several new features, which include:

  • A proper way to unbind event handlers attached to the Switchery object instance, using the brand new .destroy() method (#54)
  • Enable or disable switch dynamically via the .enable() and .disable() methods (#30)
  • Add Meteor.js support - Atmosphere package here (#54)
  • Add secondary jack color option. Check README for more info. (requested by @ronnyfly2 on Twitter)

0.7.0

04 Jan 09:24
Compare
Choose a tag to compare

The main feature of this release is the option to use small and/or large sized switches. This is possible via the size setting. The two valid options to pass are small and large. Anything else will result in rendering the default size of the switch. All of the sizes are defined within our main CSS file.

Another addition is respecting the native checkbox readonly attribute, which if present will disable the switch.