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 for vertical scrollable modifiers #1293

Merged
merged 2 commits into from
Aug 2, 2018

Conversation

amhunt
Copy link
Contributor

@amhunt amhunt commented Aug 1, 2018

The number of months was incorrectly assumed to be constant in addModifier for the VERTICAL_SCROLLABLE orientation. I switched it to use the number of months in visibleDays. I was going to switch it for all orientations, but then decided this would be less error prone (smaller change).

@majapw

notjiam and others added 2 commits July 14, 2018 19:46
 - Add regression tests for modifier if vertically scrollable load more months
@coveralls
Copy link

coveralls commented Aug 1, 2018

Coverage Status

Coverage increased (+0.4%) to 84.82% when pulling 5c1322c on amh-fix-vertical-scrollable-modifiers into 7fb63a3 on master.

@amhunt amhunt requested review from majapw and ljharb and removed request for majapw August 1, 2018 23:18
Copy link
Member

@ljharb ljharb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but I'll let maja stamp

@ljharb ljharb added the semver-patch: fixes/refactors/etc Anything that's not major or minor. label Aug 2, 2018
@ljharb
Copy link
Member

ljharb commented Aug 2, 2018

@amhunt is this a duplicate of #1261?

@ljharb ljharb force-pushed the amh-fix-vertical-scrollable-modifiers branch from 4174bd2 to 5c1322c Compare August 2, 2018 06:30
@ljharb
Copy link
Member

ljharb commented Aug 2, 2018

I've rebased this on top of #1261; so merging this one can close both.

@amhunt
Copy link
Contributor Author

amhunt commented Aug 2, 2018

@ljharb wow I really didn't see #1261, even though we did the exact same thing just with different tests.

Copy link
Collaborator

@majapw majapw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing! Thank you so much!

@majapw majapw merged commit ffe96d9 into master Aug 2, 2018
@majapw majapw deleted the amh-fix-vertical-scrollable-modifiers branch August 2, 2018 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver-patch: fixes/refactors/etc Anything that's not major or minor.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants