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

28 lines
1.0 KiB
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.112023-10-11
1. 优化https://gitee.com/climblee/uv-ui/issues/I872VD
## 1.0.102023-09-01
1. 修复点击空隙处无效的问题
2. label支持插槽下可点击
## 1.0.92023-08-27
1. 优化
## 1.0.82023-08-26
1. 修复v-model 绑定布尔值控制台报警
## 1.0.72023-08-26
1. 修复设置 labelSize 属性设置无效的问题https://gitee.com/climblee/uv-ui/issues/I7W6UN
## 1.0.62023-08-04
1. 修复name为数字0时不能选中的BUG
## 1.0.52023-07-13
1. 修复 uv-radio设置value属性不生效的BUG
## 1.0.42023-07-05
修复vue3模式下动态修改v-model绑定的值无效的BUG
## 1.0.32023-06-06
1. 修正语法问题
## 1.0.22023-06-06
1. uv-radio-group 兼容自定义样式customStyle,方便通过样式调整整体位置等
2. .uv-radio-group--row增加flex-wrap: wrap;允许换行
## 1.0.12023-05-16
1. 优化组件依赖,修改后无需全局引入,组件导入即可使用
2. 优化部分功能
## 1.0.02023-05-10
uv-radio 单选框