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

27 lines
1.1 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. 修复设置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 时间选择器