All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.3.2 (2017-10-25)
- Enable bubbling for DOM3 Event (8413443)
- Added touch support:
touchstart
,touchmove
, andtouchend
.
- Add ability to define
relatedTarget
property of an event.
- The 'clicks' parameter is now called 'detail' because it is used outside of just double-clicking.
- Fixes keyboard events in Safari
- Fixes naming of modifier keys
- Add
mouseover
andmouseout
events.
- Fixed jQuery plugin inclusion - now works properly without jQuery available.