Skip to content
This repository has been archived by the owner on Aug 21, 2018. It is now read-only.

Latest commit

 

History

History
42 lines (21 loc) · 895 Bytes

CHANGELOG.md

File metadata and controls

42 lines (21 loc) · 895 Bytes

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.3.2 (2017-10-25)

Bug Fixes

  • Enable bubbling for DOM3 Event (8413443)

0.3.0

  • Added touch support: touchstart, touchmove, and touchend.

0.2.0

  • Add ability to define relatedTarget property of an event.

0.1.3

  • The 'clicks' parameter is now called 'detail' because it is used outside of just double-clicking.

0.1.2

  • Fixes keyboard events in Safari

0.1.1

  • Fixes naming of modifier keys

0.1.0

  • Add mouseover and mouseout events.

0.0.2

  • Fixed jQuery plugin inclusion - now works properly without jQuery available.