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.

32 lines
1.2 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.0.132023-12-19
1. 修复在group设置labelColor不生效的BUG
## 1.0.122023-11-04
1. 修复label文字较多不分行的问题
## 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 单选框