Skip to content

Releases: cangshudada/vue-keyBoard-next

V1.0.4

25 Mar 12:46
Compare
Choose a tag to compare

特性

1.右侧预览网址目前仅提供手写演示功能,预览网址中资源包版本还是基础版本bug并未修复,最新体验网页请移步README文档中sandbox体验,该体验资源会维护至最新资源包

2.废弃v-model的接口,该接口不适用于多个input绑定单个键盘的场景,如需监听聚焦输入框的value值变化请使用change函数进行监听,具体用法详见文档

修复项

1.修复了手写键盘删除按钮失灵的情况

Full Changelog: v1.03...v1.0.4

v1.0.3

23 Feb 13:53
Compare
Choose a tag to compare

1.修复键盘输入的相关bug

v1.0.2

04 Dec 03:30
Compare
Choose a tag to compare
  1. Code consolidation
  2. Support textarea

v1.0.1

25 Apr 08:54
Compare
Choose a tag to compare

1.Support for form
2.Added the getCurrentInput event to get the information of the currently focused input box

v1.0.0 release🎉

08 Mar 06:00
Compare
Choose a tag to compare

1.Support five keyboard modes
2.Support handwriting function for rapid recognition
3.Support theme color custom configuration
4.The components are very simple to use