Skip to content

Latest commit

 

History

History
172 lines (111 loc) · 10.9 KB

changelog.md

File metadata and controls

172 lines (111 loc) · 10.9 KB

2022-11-22

Document

Feature

  • 添加 maxRange 属性 54b135
  • 添加 overRange 事件 3ade11
  • 优化默认 change 事件 875b89

2022-11-21

Feature

  • 调整 mindate、maxdate 更新逻辑 f49bd3
  • 日期选择添加 multiple 支持 3c45ab
  • 适配 range 类型默认值 80a4f4
  • 添加范围选择功能 f712cf
  • 优化 change 事件逻辑 02107f
  • 优化范围选择功能 6db542
  • 优化范围选择器默认日期 c1e91b
  • 优化 range 类型日历样式及逻辑 875571
  • Calendar 组件适配多选模式 9f1afb

refactor

  • 重构 single 类型日历 d4f63d
  • single 类型日历改造完成 15906a

style

  • 动态设置 range middle 背景颜色透明度 ec63b8
  • 完善 range 类型样式 39d468

2022-11-11

Feature

2022-11-09

Feature

  • CalendarTime 使用 ref 替代随机 ID 和类名 5cf5b0

style

  • 重置标签默认样式 0ae943

2022-11-05

Bug Fixes

  • 修复一些 bug

Document

2022-11-03

Bug Fixes

  • 修复默认日期引起星期切换错误的问题 54bc1e

Document

Feature

  • 更新部分测试用例 63f73f

2022-11-02

Document

Feature

  • 为每个 demo 加上测试用例快照 a7b7d2

2022-11-02

Bug Fixes

  • 农历 demo 显示问题修复 2de606
  • 设置了滑动不修改日期,但是使用事件 lastMonth nextMonth 也会改变当前日期( #14) #14
  • 修复 globEager 类型错误 4533c8
  • 修复 import_meta.glob is not a function 70f581
  • 修复当 change-year-fast 等于 true 时,切换日历报错 invalid node 的问题 a44a7e
  • 修复当 pick-type 等于 time 时,日期无法显示的问题 f00cdf
  • 修复当 pick-type 等于 time 时,日期显示错位的问题 c69306
  • 修复一些 bug a1f291
  • 修复周视图无法返回今天的 bug b3c4da
  • 修复 isShowWeekView 属性无效的问题(#1、#6) #1 #6
  • 修复 mark-date 属性失效的问题 3c7fcb

core

Document

  • 初始化所有 API 配置 6619f3
  • 添加 default-datetime 属性文档 444e59
  • 添加 min-date、max-date 属性文档 3678ad
  • 完善 change-year-fast 属性文档 b76072
  • 完善 mark-datet 属性文档 e78378
  • 完善 mark-datet 属性文档 f4c3ef
  • 完善 minute-step 属性文档 f66250
  • 完善 pick-type、visible 属性文档 c211db
  • 完善 week-start 属性文档 8d83ee

dosc

Feature

  • 调整暗黑模式样式 9a12d9
  • 去除 isShowWeekView & disabledWeekView 校验 2e191a
  • 添加文档 logo 449c43
  • 添加 postcss-px-to-viewport 插件 ad03ad

refactor

  • 去除无效文件 41c4c4
  • 完善整体组件引用 24aa52
  • 完善 calendar 布局和样式 bc458a
  • 重构 calendar 274d22
  • 重构 calendarDate 90fc70
  • CalendarScrollContainer: 添加 js 逻辑 f68d97
  • CalendarScrollContainer: 添加样式 3f3ff2
  • CalendarScrollContainer: 添加 props fd479d
  • CalendarTime: 添加 CalendarTime 界面布局 5170ae
  • CalendarTime: 添加 CalendarTime 组件样式 f7ac14
  • CalendarTime: 添加 CalendarTime js 逻辑 65c9e9
  • CalendarTime: 添加 CalendarTime Props ea9f4c
  • YearMonthPicker: 添加 props 声明 8d65bd
  • YearMonthPicker: 添加界面布局 6bd8a8
  • YearMonthPicker: 添加样式 4e3ee6
  • YearMonthPicker: 添加 js 逻辑 a910d0