crm-uniapp/uni_modules/uv-textarea/changelog.md
2024-10-09 16:24:04 +08:00

27 lines
960 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 1.0.102023-09-13
1. 修复设置autoHeight后出现高度异常的BUG
## 1.0.92023-08-08
1. 优化
## 1.0.82023-08-07
1. 修复值为null或undefined时显示错误的bug
## 1.0.72023-08-05
1. v-model设置为数据时的BUG
2. 复制过多内容计数显示错误的BUG
3. maxlength为-1改成不显示计数
## 1.0.62023-07-30
1. 增加confirm-hold参数参考官方文档
## 1.0.52023-07-25
1. 增加textStyle属性自定义文本样式
2. 增加countStyle属性自定义统计数字的样式
## 1.0.42023-07-14
1. 修复 设置maxlength为-1时不生效的BUG
## 1.0.32023-07-13
1. 修复 uv-textarea设置value属性不生效的BUG
## 1.0.22023-05-16
1. 优化组件依赖,修改后无需全局引入,组件导入即可使用
2. 优化部分功能
## 1.0.12023-05-12
1. 修复vue3中双向绑定问题
## 1.0.02023-05-10
uv-textarea 文本域