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

39 lines
1.7 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.142023-10-12
1. 修复selected没有设置了info或者info设置为空字符串后文本则无法恢复BUG
## 1.0.132023-09-19
1. 修复range模式下selected设置了info后选中后导致文本不恢复的问题
2. 修复multiple模式下selected自定义信息的颜色没变依然是白色
## 1.0.122023-09-14
1. 优化
## 1.0.112023-09-14
1. 增加allowSameDay参数是否允许日期范围的起止时间为同一天mode = range时有效
2. 修复在vue2+小程序渲染时闪烁的问题
## 1.0.102023-09-07
1. 修复国际化失效的BUG
## 1.0.92023-09-01
1. 修复在pages.json中设置easycom会报错的BUG
## 1.0.82023-08-29
1. 修复mainjs中设置setConfig修改属性不生效的问题出自评论区https://ext.dcloud.net.cn/plugin?id=12287
## 1.0.72023-08-26
1. 去除range参数由mode="range"替换
2. 新增mode参数不传 / multiple / range分别为单日期 多个日期,选择日期范围
3. 与uv-calendar选择日期的功能保持一致
## 1.0.62023-08-25
1. 修复点击返回今天按钮时monthSwitch方法回调参数返回月份不是当天对应月份https://github.com/climblee/uv-ui/issues/7
## 1.0.52023-08-13
1. 修复选择月份弹窗层级的问题
## 1.0.42023-08-06
1. 优化
## 1.0.32023-08-06
1. 修复高度不对的BUG
2. 修复文案在小屏幕的BUG
## 1.0.22023-08-05
1. 增加startText参数
2. 增加endText参数
3. 增加selected中的参数
4. 优化日历范围选择
## 1.0.12023-08-04
1. 修复 自定义主题时 颜色错误的BUG
## 1.0.02023-08-03
1. 新增 uv-calendars 新版日历发布