Files
t/uni_modules/buuug7-simple-datetime-picker/changelog.md
T
2025-06-13 20:48:15 +08:00

44 lines
832 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.
# CHANGELOG
## 0.7.0(2023-07-11)
- 增加`time-init`属性, 自定义初始时间, 默认为当前时间, 值为时间戳
## 0.6.0(2023-07-11)
- 增加对秒的选择
- 增加`timeHidden`属性, 自定义年月日时分秒自由显示
- 增加`timeLabel`属性, 自定义界面时间单位,默认为 `["年", "月", "日", "时", "分", "秒"]`
- 修复微信小程序中无法定位到当前时间
## 0.5.0(2021-08-17)
- refactor
## 0.4.1(2021-08-17)
- update readme.md
## 0.4.0(2021-08-17)
- 移除组件 `color` 属性
- update readme.md
## 0.3.3(2021-08-15)
- 修改插件基本信息
## 0.3.2(2021-08-15)
- 更新文档
## 0.3.1(2021-08-15)
- fix
## 0.3.0(2019-07-22)
- 增加 color 属性,可以更换按钮颜色
## 0.0.4(2019-07-17)
- 增加从 npm 安装方式