Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

35 lines (19 loc) · 1.41 KB

1.1.0 (2020-10-31)

Bug Fixes

  • 增加多个手指触摸状态判断 (ff68817)

Features

  • 多点触摸判断,以及相关数据收集 (d1f8cfd)
  • touchmove: 回调移动过程中的旋转操作 (4fd5711)
  • touchmove: 增加缩放操作回调 (7b7019d)

1.0.1 (2020-10-22)

Bug Fixes

  • 修正目标输出文件的版本,包名等信息

1.0.0 (2020-10-22)

BREAKING CHANGES

  • 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 代替。

0.1.0-alpha.0 (2020-10-21)