File size: 3,025 Bytes
3f268e5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 |
0.8.1 / 2015-06-26
==================
* Check disabled values properly, because of `.isDisabled()` method returning improper value
0.8.0 / 2015-04-03
==================
* Secondary jack color functionality
* Enable/disable switch dynamically
* Destroy event handlers attached to a Switchery instance
* Meteor.js integration
0.7.0 / 2014-12-09
==================
* Respect `readonly` attribute on checkbox input
* Large and small size switches
0.6.3 / 2014-11-02
==================
* Update component version
* Added separate Jack color option
* Add the CSS file to bower.json
* Fix bug in Hongmi phone
* Fixing issue found in IE9+ with change event dispatch
0.6.2 / 2014-08-22
==================
* Prevent text selection on double click
0.6.1 / 2014-07-11
==================
* Fix switch click state when inside label
0.6.0 / 2014-05-22
==================
* Corresponding label with `for` attribute of the native input, to change switch state as well
* Do not copy input's `id` and `name` attributes to switch
0.5.5 / 2014-05-14
==================
* Set secondary color to be background color on switch off state
0.5.4 / 2014-04-29
==================
* Fix box-sizing when using Bootstrap 3
0.5.3 / 2014-04-12
==================
* Detect native checkbox state change
0.5.2 / 2014-04-03
==================
* Enable event bubbles
0.5.1 / 2014-03-22
==================
* Fix jack position when switch is hidden
0.5.0 / 2014-02-07
==================
* Removes the internal validation for loaded switches and lets people do it on their own
* Sets a data attribute to handle multiple calls for a checkbox
0.4.2 / 2014-01-24
==================
* Resolve property method issues in IE
* Disable label checkbox change event
* Check if element is null
0.4.1 / 2014-01-18
==================
* Fix Event errors in IE8
0.4.0 / 2014-01-15
==================
* Use ftlabs/fastclick for mobile browser optimization
0.3.6 / 2014-01-04
==================
* Generate new standalone file
* Refactor code
* Use event constructors to create onchange and click events
* Updated standalone to dist in bower.json
* Required files
* Add development info
0.3.5 / 2013-12-31
==================
* Proper checkbox value with onchange event
0.3.4 / 2013-12-31
==================
* Merge ni-c:master
* Refactor onchange
0.3.3 / 2013-12-28
==================
* Merge pull request from tenbits:patch-1
* Leave first line empty
* Undefined option's property
* Update Readme
* Update standalone
* Changelog
* Standalone -> dist, update Readme, add changelog
0.3.2 / 2013-12-27
==================
* Standalone -> dist, update Readme, add changelog
* Merge pull request from vesln:min
* Add minified versions
* Minify CSS & JS
* Fix the standalone build & improve Makefile
* Ignore node_modules
* Add package.json
* Disabled opacity option
* Disabled opacity option
* Insert switch after target element
* Require Transitionize
|