This repository has been archived by the owner on Feb 11, 2021. It is now read-only.
0.4.0
- Fixed module inclusion for node, browserify, webpack, etc. (#223, 6a9c6f0, 19122a3)
- Added WIP build to CDN. (#230)
- Moved
pointerevents.js
tosrc/
directory. (#239, fbf316b) - Check for standard properties before prefixed properties (#225, 1c93f07)
- Fixed issue when mutation observers aren't supported. (#204, d928d44)
- Fixed
Node.contains()
bug in Firefox. (#193, 589bd3f) - Fixed tests for PointerMap API (#196, efce89d)
- Added watch task to rebuild on source changes. (#236, 19e739e)
- Improved
buttons
property forpointerdown
andpointerup
events. (#166, 0e3fb28) - Replaced
touch-action
list with spec reference. (#210, 983f24c) - Added example for using PEP with jQuery. (#163, 35ac341)
- Replaced PointerMap with potentially-sparse-array-based Map polyfill. (8c6d453)
Thanks Anders D. Johnson, Colin Snover, John-David Dalton, Jörn Zaefferer, Mike Mariano, Scott González, Stefan Neubert, Stuart P. Bentley, Will Binns-Smith.