You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. ## 1.1.6(2023-01-28)
  2. - 新增 keyboardheightchange 事件,可监听键盘高度变化
  3. ## 1.1.5(2022-11-29)
  4. - 优化 主题样式
  5. ## 1.1.4(2022-10-27)
  6. - 修复 props 中背景颜色无默认值的bug
  7. ## 1.1.0(2022-06-30)
  8. - 新增 在 uni-forms 1.4.0 中使用可以在 blur 时校验内容
  9. - 新增 clear 事件,点击右侧叉号图标触发
  10. - 新增 change 事件 ,仅在输入框失去焦点或用户按下回车时触发
  11. - 优化 组件样式,组件获取焦点时高亮显示,图标颜色调整等
  12. ## 1.0.5(2022-06-07)
  13. - 优化 clearable 显示策略
  14. ## 1.0.4(2022-06-07)
  15. - 优化 clearable 显示策略
  16. ## 1.0.3(2022-05-20)
  17. - 修复 关闭图标某些情况下无法取消的 bug
  18. ## 1.0.2(2022-04-12)
  19. - 修复 默认值不生效的 bug
  20. ## 1.0.1(2022-04-02)
  21. - 修复 value 不能为 0 的 bug
  22. ## 1.0.0(2021-11-19)
  23. - 优化 组件 UI,并提供设计资源,详见:[https://uniapp.dcloud.io/component/uniui/resource](https://uniapp.dcloud.io/component/uniui/resource)
  24. - 文档迁移,详见:[https://uniapp.dcloud.io/component/uniui/uni-easyinput](https://uniapp.dcloud.io/component/uniui/uni-easyinput)
  25. ## 0.1.4(2021-08-20)
  26. - 修复 在 uni-forms 的动态表单中默认值校验不通过的 bug
  27. ## 0.1.3(2021-08-11)
  28. - 修复 在 uni-forms 中重置表单,错误信息无法清除的问题
  29. ## 0.1.2(2021-07-30)
  30. - 优化 vue3 下事件警告的问题
  31. ## 0.1.1
  32. - 优化 errorMessage 属性支持 Boolean 类型
  33. ## 0.1.0(2021-07-13)
  34. - 组件兼容 vue3,如何创建 vue3 项目,详见 [uni-app 项目支持 vue3 介绍](https://ask.dcloud.net.cn/article/37834)
  35. ## 0.0.16(2021-06-29)
  36. - 修复 confirmType 属性(仅 type="text" 生效)导致多行文本框无法换行的 bug
  37. ## 0.0.15(2021-06-21)
  38. - 修复 passwordIcon 属性拼写错误的 bug
  39. ## 0.0.14(2021-06-18)
  40. - 新增 passwordIcon 属性,当 type=password 时是否显示小眼睛图标
  41. - 修复 confirmType 属性不生效的问题
  42. ## 0.0.13(2021-06-04)
  43. - 修复 disabled 状态可清出内容的 bug
  44. ## 0.0.12(2021-05-12)
  45. - 新增 组件示例地址
  46. ## 0.0.11(2021-05-07)
  47. - 修复 input-border 属性不生效的问题
  48. ## 0.0.10(2021-04-30)
  49. - 修复 ios 遮挡文字、显示一半的问题
  50. ## 0.0.9(2021-02-05)
  51. - 调整为 uni_modules 目录规范
  52. - 优化 兼容 nvue 页面