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

fix(module: rangepicker): [selected date on end picker]、[quarter panel's ranges] are incorrect #1260

Merged
merged 2 commits into from
Mar 23, 2021

Conversation

mutouzdl
Copy link
Member

I fix these bugs:

  1. Quarter panel's ranges are not correct, see RangePicker: range visualization for quarterly and weekly ranges are not correct #945

  2. Selected date on end picker is incorrect in Month and Quarter mode, follow these steps:
    step1. Select start date on 2021-2
    step2. Select end date on 2022-5

Finally, the end date would be 2021-5(it should be 2022-5)

And I found another issue #1259. I tried to fix it, but i failed.

🤔 This is a ...

  • New feature
  • Bug fix
  • Site / documentation update
  • Demo update
  • Component style update
  • Bundle size optimization
  • Performance optimization
  • Refactoring
  • Code style optimization
  • Test Case
  • Branch merge
  • Other (about what?)

🔗 Related issue link

💡 Background and solution

📝 Changelog

Language Changelog
🇺🇸 English [selected date on end picker]、[quarter panel's ranges] are incorrect
🇨🇳 Chinese [从结束日期面板选择的日期]、[季度面板的日期范围效果] 不正确

☑️ Self Check before Merge

⚠️ Please check all items below before review. ⚠️

  • Doc is updated/provided or not needed
  • Demo is updated/provided or not needed
  • Changelog is provided or not needed

@github-actions
Copy link

github-actions bot commented Mar 18, 2021

@dnfadmin
Copy link

dnfadmin commented Mar 18, 2021

CLA assistant check
All CLA requirements met.

@ElderJames ElderJames merged commit 9dd52c2 into ant-design-blazor:master Mar 23, 2021
ElderJames pushed a commit that referenced this pull request Apr 23, 2022
…l's ranges] are incorrect (#1260)

* fix(model: rangepicker): quarter panel's ranges are not correct

* fix(module: rangepicker): selected date on end picker is incorrect
ElderJames pushed a commit that referenced this pull request Apr 30, 2022
…l's ranges] are incorrect (#1260)

* fix(model: rangepicker): quarter panel's ranges are not correct

* fix(module: rangepicker): selected date on end picker is incorrect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RangePicker: range visualization for quarterly and weekly ranges are not correct
3 participants