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:date-picker): not switch month panel when range is same month #6616

Merged
merged 1 commit into from
Apr 20, 2021

Conversation

wenqi73
Copy link
Member

@wenqi73 wenqi73 commented Apr 19, 2021

fix #6322 (comment)

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[x] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Application (the showcase website) / infrastructure changes
[ ] Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

Does this PR introduce a breaking change?

[ ] Yes
[ ] No

Other information

@codecov
Copy link

codecov bot commented Apr 19, 2021

Codecov Report

Merging #6616 (a1f11bd) into master (62e4bb6) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head a1f11bd differs from pull request most recent head 628badd. Consider uploading reports for the commit 628badd to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##           master    #6616   +/-   ##
=======================================
  Coverage   89.93%   89.94%           
=======================================
  Files         481      481           
  Lines       15379    15381    +2     
  Branches     2344     2345    +1     
=======================================
+ Hits        13831    13834    +3     
+ Misses        931      930    -1     
  Partials      617      617           
Impacted Files Coverage Δ
components/typography/text-copy.component.ts 94.73% <ø> (ø)
components/core/time/candy-date.ts 86.75% <100.00%> (+0.17%) ⬆️
components/time-picker/time-holder.ts 94.73% <0.00%> (-1.06%) ⬇️
components/core/util/text-measure.ts 91.30% <0.00%> (+1.73%) ⬆️

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 62e4bb6...628badd. Read the comment docs.

@wenqi73 wenqi73 merged commit bf4ae4d into NG-ZORRO:master Apr 20, 2021
@wenqi73 wenqi73 deleted the range-switch branch April 20, 2021 05:30
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.

DatePicker: Month switches sides upon date selection in RangePicker
1 participant