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.

35 lines
1.3 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.152024-06-14
1. 修复上次更改引出的BUG
## 1.0.142024-05-31
1. 修复设置maxDate后存在选择不准确的BUG
## 1.0.132024-03-22
1. 修复VUE3中出现的BUG
## 1.0.122023-11-27
1. 增加round圆角属性
## 1.0.112023-10-11
1. 修复设置minDate出现选择错乱的BUG
## 1.0.102023-09-01
1. 增加clearDate参数是否清除上次选择默认false
## 1.0.92023-08-31
1. 增加mode="year",方便只选择年
## 1.0.82023-07-17
1. 优化文档
2. 优化其他
## 1.0.72023-07-13
1. 修复 uv-datetime-picker 设置value属性不生效的BUG
## 1.0.62023-07-05
修复vue3模式下动态修改v-model绑定的值无效的BUG
## 1.0.52023-07-02
uv-datetime-picker 由于弹出层uv-popup的修改打开和关闭方法更改详情参考文档https://www.uvui.cn/components/datetimePicker.html
## 1.0.42023-06-29
1. 修复抖音小程序报错的BUG
## 1.0.32023-06-07
1. 取消defaultIndex参数传该值没实际意义后续更新文档
## 1.0.22023-06-02
1. 修复v-model重新赋值不更新的BUG
## 1.0.12023-05-16
1. 优化组件依赖,修改后无需全局引入,组件导入即可使用
2. 优化部分功能
## 1.0.02023-05-10
uv-datetime-picker 时间选择器