Releases: sampotts/rangetouch
Releases · sampotts/rangetouch
v2.0.1
- Removed useful CSS in "destroy" function (thanks @Ibadichan)
v2.0.0
- Rewritten using ES6 syntax and a proper
RangeTouch
class
- No longer using event delegation do to compatibility issues
v1.0.5
- Fixed variable naming bug in v1.0.4 (See #6)
v1.0.4
- Fixed bug introduced in v1.0.3 with selector for disabled elements
- No long require the upfront check for elements on the page given we just listen to events
v1.0.3
- Fixed error if no
<input type="range">
found
- CustomEvent polyfill no longer effects the global scope
- AddCSS option to set whether to add helpful CSS to the page
v1.0.1
- Repo move and minor bug fixes
Triggering `input` and `change` events
v0.0.7
Triggering `input` and `change` events