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.

1.4 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

1.2.42023-05-09

  • 修复 i18n 国际化不正确的 Bug

1.2.32022-05-24

  • 新增 readonly 属性,组件只读

1.2.22022-05-06

  • 修复 vue3 input 事件不生效的bug

1.2.12022-05-06

  • 修复 多余代码导致的bug

1.2.02021-11-19

1.1.22021-08-30

  • 修复 value 属性与 modelValue 属性不兼容的Bug

1.1.12021-08-24

  • 新增 支持国际化

1.1.02021-07-30

1.0.92021-05-12

  • 新增 项目示例地址

1.0.82021-04-21

  • 优化 添加依赖 uni-icons, 导入后自动下载依赖

1.0.72021-04-15

  • uni-ui 新增 uni-search-bar 的 focus 事件

1.0.62021-02-05

  • 优化 组件引用关系通过uni_modules引用组件

1.0.52021-02-05

  • 调整为uni_modules目录规范
  • 新增 支持双向绑定
  • 更改 input 事件的返回值e={value:Number} --> e=value
  • 新增 支持图标插槽
  • 新增 支持 clear、blur 事件
  • 新增 支持 focus 属性
  • 去掉组件背景色