- Removed useful CSS in "destroy" function (thanks @Ibadichan)
- Rewritten using ES6 syntax and a proper
RangeTouch
class - No longer using event delegation do to compatibility issues
- Fixed issue with stylesheet re-use
- Fixed issue with variable naming
- 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
- 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
- More clean up
- Clean up
- Repo move and release
- Added disabled selector
- Bug fix for zoomed input
- Triggering
input
andchange
events
- Bug fix for min attrubute
- Bug fix for breaking other touches
- Bug fix for thumb width offset
- Microsoft Edge fixes and improvements to touch area
- Version bump for bower
- Initial release