Releases: vladdeSV/checkswipe
Releases · vladdeSV/checkswipe
3.0.0
Inject CSS into the page instead of loading separate CSS file (optional, can be disabled)
What's Changed
Full Changelog: 2.1.1...3.0.0
2.1.1
The "Better error handling" update
- Use
console.error
instead of throwing; ensures one misconfigured group does not fail the rest of page
- Disallow nested
data-checkswipe
, and other generally better error detection
2.1.0
What's Changed
- Specify checkboxes to be swipeable with
[data-checkswipe][data-checkswipe-specify]
and input[data-checkswipe-use]
by @vladdeSV in #7
Full Changelog: 2.0.0...2.1.0