Skip to content

Latest commit

 

History

History
256 lines (115 loc) · 8 KB

CHANGELOG.md

File metadata and controls

256 lines (115 loc) · 8 KB

Change Log

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

(2022-01-06)

0.5.2 (2019-12-05)

0.5.1 (2019-12-05)

Bug Fixes

  • 修复"preventDefaultExclude"逻辑错误,造成的isPreventDefault失效(#8) (c08a589)

0.5.0 (2019-10-22)

Features

  • 增加"preventDefaultExclude"参数, 用来排除不需要阻止默认事件的元素 (1b025b8)

0.4.11 (2019-10-11)

Bug Fixes

  • 取消es模块的prod/dev区分, 从而解决bundlephobia不能识别的问题 (ea44bb6)

0.4.10 (2019-10-11)

0.4.9 (2019-09-21)

Bug Fixes

  • 修复微信下因为因为把AnyTouch的实例传入识别器而造成的JSON解析错误 (35229af)
  • 增加touches作为默认值, 解决wx下没有targetTouches (64ea2f4)

0.4.8 (2019-09-18)

Bug Fixes

  • 修复错误的cancel事件 (8317bda)

0.4.7 (2019-09-16)

Bug Fixes

  • 修复MaxLength计算错误 (de7cf91)
  • 修复press触点限制 (6739b76)

0.4.6 (2019-09-16)

Bug Fixes

  • 修复press触点限制 (6739b76)

0.4.5 (2019-09-11)

0.4.4 (2019-08-23)

0.4.3 (2019-08-23)

0.4.2 (2019-08-21)

0.4.1 (2019-08-20)

Bug Fixes

  • 取消小程序不支持对象, 比如window (480316c)

0.4.0 (2019-08-19)

Features

0.3.5 (2019-07-26)

Bug Fixes

0.3.4 (2019-07-08)

Bug Fixes

  • 修改demo中的冗余项目 (bb5e7bf)
  • 修改错误的接口 (da9bb96)
  • 修正文件名大小写 (c150dd7)
  • 删除错误的类型标注 (dfee7b9)
  • 识别器增加"正在等待"状态, 这样可以保证有识别器数组中的识别器的执行顺序不会被requireFailure的执行顺序颠倒 (51efe81)
  • 通过取余判断tap的次数 (6b2b0df)

0.3.3 (2019-05-13)

Bug Fixes

  • 修复间隔计算数据过程中, 排除TYPE_END阶段的数据刷新 (3baa6b8)

0.3.2 (2019-05-10)

Bug Fixes

  • 修改pkg中错误的主页地址 (7c0fb9d)

0.3.1 (2019-05-10)

0.3.0 (2019-04-25)

Bug Fixes

  • 修改vue路径大小写错误 (1876488)
  • 当tap的requireFailure对应的手势为disabled的时候, 不等待直接执行 (2879771)
  • 把vue指令版本和AnyTouch类分开文件, 防止循环引入 (f7b3c6c)
  • 解决ci下缓存不生效bug (e7e788b)
  • 解决ci下缓存不生效bug (a09ef72)
  • 解决ci下缓存不生效bug (afa80c6)

Features

  • 抽象元素和实例关系管理功能, 防止同一个元素上多次调用同一个指令, 会生成多个anyTouch实例 (3bb62db)
  • 修改v-touch结构, 所有手势均通过v-on绑定, 同时增加单元测试100% (beb0e24)
  • 增加vue指令版 (1afa8d2)
  • 支持在浏览器引入情况下, 自动挂在指令 (424544f)
  • 通过指令支持AnyTouch的配置功能 (e66bde9)

Performance Improvements

  • 通过正则识别手势和手势配置 (dc0fcbf)

0.2.9 (2019-04-06)

0.2.1 (2019-03-20)

0.2.0 (2019-03-19)

Features

  • 增加"移除要求失败判断". removeRequireFailure (90c01c4)

Performance Improvements

  • 改变test函数内部判断顺序, 把简单的判断放在最前面 (76633be)

Change Log

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

0.1.2 (2019-03-13)

Performance Improvements

  • 改变test函数内部判断顺序, 把简单的判断放在最前面 (76633be)

Change Log

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

0.1.1 (2019-03-06)