Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤔 这个 PR 的性质是?
🔗 相关 Issue
💡 需求背景和解决方案
📝 更新日志
Breaking Change
Picker
:重构Picker
组件<picker-item/>
,新增基于Picker开发的级联选择组件<cascade />
columns
,代表配置每一列的选项;新增renderLabel
,用于自定义渲染label;新增onPick
,选中任何一列时均会触发onChange
,onConfirm
的回调参数DateTimePicker
:重构DateTimePicker
组件disableDate
、showWeek
start
,用于设置最小可选时间;新增end
,用于设置最大可选时间onColumnChange
改名为onPick
,修改回调参数onChange
,onConfirm
的回调参数Bug Fix
fix(Picker): 组件实际功能和文档对齐 [Picker] 文档中的props与CLI上API不一致,需重新拉取API文档,补齐部分属性(如:footer、header、pick事件) #158
fix(Picker): 已移除
<picker-item/>
[Picker] PickerItem中props与CLI上API名称不一致(如格式化标签,前者名称为formatter,后者是format) #159fix(DateTimePicker): 组件实际功能和文档对齐 [DateTimePicker] 文档中的props与CLI上API不一致,需重新拉取API文档,补齐部分属性(如:start、end、footer、header) #153
本条 PR 不需要纳入 Changelog
☑️ 请求合并前的自查清单