All Versions
1
Latest Version
Avg Release Cycle
-
Latest Release
2812 days ago
Changelog History
Changelog History
-
v2.0.0 Changes
January 20, 2016๐ Big rewrite to support 0.14 and previous version (at least back to 0.12.x)
- Modify elements that have
onClick
props with additional event props - โฌ Decrease chance of memory leaks
- ๐ Fixes #13 (removing, hiding and moving elements still triggering click events)
- ๐ Click events only triggered if touch released on same element
- ๐ Allow standard onClick events to happen (allowing checkboxes, labels, inputs, focusing, etc to function)
- ๐ Handle special cases for inputs etc be focussed / accessed quickly
- โ Remove need for timeouts
- ๐ Handle
React.DOM.x
element creation - ๐ Support 0.14+ (fixes #14)
- ๐ Support older versions of React (theoretically - not tested)
๐ New features (mentioned in / fixes #4)
- โ Added
event.button = 0
- ๐ Changed
event.type
toclick
- โ Added
event.fastclick = true
- Copy touch positions to event
- Modify elements that have