Skip to content

Releases: LCweb-ita/LC-switch

v2.1.1

05 May 09:36

Choose a tag to compare

  • fixed: scrollbar shown on webkit browsers

v2.1.0

26 Jun 10:46

Choose a tag to compare

HTML accessibility improvements

2.0.5

11 Apr 10:07

Choose a tag to compare

  • new: original checkbox now hidden using "!important" to reduce interferences
  • new: compatibility improvement suggested in Pull Request #25

v2.0.4

04 Mar 20:00

Choose a tag to compare

  • new: original checkbox now hidden using "!important" to reduce interferences

v2.0.3

18 Mar 08:52

Choose a tag to compare

Events now "bubbles" for better (jQuery) compatibility

v2.0.2

02 Mar 07:31

Choose a tag to compare

fixed lcs-on event at line 261

v2.0.1

08 Feb 13:20

Choose a tag to compare

fixed minor bugs

2.0

01 Feb 12:48

Choose a tag to compare

2.0
  • 100% vanilla javascript
  • unique JS file
  • added enable/disable functions
  • added lcs_update() function to sync HTML changes
  • added compact mode
  • added custom "on" color

//

01 Feb 09:48

Choose a tag to compare

// Pre-release
Pre-release
v2.0

- 100% vanilla javascript
- unique JS file
- added enable/disable functions
- added lcs_update() function to sync HTML changes
- added compact mode
- added custom "on" color

v1.1

12 Sep 09:23

Choose a tag to compare

  • delegate() replaced by on()
  • added lcs_toggle() function
  • minor code refactoring