1.1.0 (2020-10-31)
- 增加多个手指触摸状态判断 (ff68817)
1.0.1 (2020-10-22)
- 修正目标输出文件的版本,包名等信息
1.0.0 (2020-10-22)
- Motion.touchstart: 该 API 被移除,使用
Motion.onTouchstart
代替。 - Motion.touchmove: 该 API 被移除,使用
Motion.onTouchmove
代替。 - Motion.touchend: 该 API 被移除,使用
Motion.onTouchend
代替。 - Motion.start: 该 API 被移除,使用
Motion.touchstart
代替。 - Motion.move: 该 API 被移除,使用
Motion.touchmove
代替。 - Motion.end: 该 API 被移除,使用
Motion.touchend
代替。