Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(DatePicker): 支持季度选择器 #1178

Merged
merged 2 commits into from
Jul 29, 2022
Merged

Conversation

honkinglin
Copy link
Collaborator

@honkinglin honkinglin commented Jul 27, 2022

🤔 这个 PR 的性质是?

  • 日常 bug 修复
  • 新特性提交
  • 文档改进
  • 演示代码改进
  • 组件样式/交互改进
  • CI/CD 改进
  • 重构
  • 代码风格优化
  • 测试用例
  • 分支合并
  • 其他

🔗 相关 Issue

💡 需求背景和解决方案

📝 更新日志

  • feat(DatePicker): 支持季度选择器

  • 本条 PR 不需要纳入 Changelog

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项⚠️

  • 文档已补充或无须补充
  • 代码演示已提供或无须提供
  • TypeScript 定义已补充或无须补充
  • Changelog 已提供或无须提供

@github-actions
Copy link
Contributor

github-actions bot commented Jul 27, 2022

完成

@codecov-commenter
Copy link

Codecov Report

Merging #1178 (902c7c8) into develop (c4c5d1d) will decrease coverage by 0.05%.
The diff coverage is 48.00%.

@@             Coverage Diff             @@
##           develop    #1178      +/-   ##
===========================================
- Coverage    60.18%   60.12%   -0.06%     
===========================================
  Files          959      960       +1     
  Lines        16979    17002      +23     
  Branches      3906     3908       +2     
===========================================
+ Hits         10218    10223       +5     
- Misses        6761     6779      +18     
Impacted Files Coverage Δ
src/date-picker/DatePicker.tsx 14.66% <0.00%> (ø)
src/date-picker/DatePickerPanel.tsx 12.90% <0.00%> (ø)
src/date-picker/DateRangePicker.tsx 10.00% <0.00%> (ø)
src/date-picker/DateRangePickerPanel.tsx 10.37% <0.00%> (ø)
src/date-picker/hooks/useTableData.tsx 52.94% <0.00%> (-7.06%) ⬇️
src/dropdown/_example/base.jsx 83.33% <ø> (ø)
src/dropdown/_example/child.jsx 80.00% <ø> (ø)
src/dropdown/_example/disabled.jsx 83.33% <ø> (ø)
src/dropdown/_example/split.jsx 83.33% <ø> (ø)
src/tree/useStore.ts 56.25% <0.00%> (-5.82%) ⬇️
... and 12 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b91f8bb...902c7c8. Read the comment docs.

@honkinglin honkinglin linked an issue Jul 29, 2022 that may be closed by this pull request
@uyarn uyarn changed the title feat: 支持季度选择器 feat(DatePicker): 支持季度选择器 Jul 29, 2022
@uyarn uyarn merged commit 887a23e into develop Jul 29, 2022
@uyarn uyarn deleted the feat/datepicker/quarter branch July 29, 2022 03:46
@github-actions github-actions bot mentioned this pull request Aug 1, 2022
16 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DatePicker 增加季度选择器
3 participants