add lisp packages

This commit is contained in:
2020-12-05 21:29:49 +01:00
parent 85e20365ae
commit a6e2395755
7272 changed files with 1363243 additions and 0 deletions

View File

@@ -0,0 +1,73 @@
# Changelog
## v2.0.0
- Rewritten using ES6 syntax and a proper `RangeTouch` class
- No longer using event delegation do to compatibility issues
## v1.0.6
- Fixed issue with stylesheet re-use
## v1.0.5
- Fixed issue with variable naming
## 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.2
- More clean up
## v1.0.1
- Clean up
## v1.0.0
- Repo move and release
## v0.0.9
- Added disabled selector
## v0.0.8
- Bug fix for zoomed input
## v0.0.7
- Triggering `input` and `change` events
## v0.0.6
- Bug fix for min attrubute
## v0.0.5
- Bug fix for breaking other touches
## v0.0.4
- Bug fix for thumb width offset
## v0.0.3
- Microsoft Edge fixes and improvements to touch area
## v0.0.2
- Version bump for bower
## v0.0.1
- Initial release