-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Date picker: Ensure we use the new props when updating the weeks in the picker #1732
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
Merged
Merged
Changes from 14 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
6bdbba7
Support auto-navigation to next previous month when selected date cha…
johannao76 acd2361
Merge branch 'master' of https://github.com/officedev/office-ui-fabri…
johannao76 676a995
Fix a few small bugs
johannao76 ab1653b
change file
johannao76 ea804d3
Update Calendar.Inline.Example.tsx
micahgodbolt f18cb9d
Triple equals!
johannao76 fdaac8f
Revert "Triple equals!"
johannao76 3df45d6
Re-committing triple equals
johannao76 a0a0b4c
Update master_2017-04-27-00-31.json
dzearing 21c030c
Pass in new props to _getWeeks so it properly renders when new date r…
johannao76 ca03506
Merge branch 'master' of https://github.com/officedev/office-ui-fabri…
johannao76 6063694
Merge branch 'master' of https://github.com/officedev/office-ui-fabri…
johannao76 bb03faf
Remove duplicate change file
johannao76 1bedcc7
PR feedback
johannao76 b50ba3b
PR feedback
johannao76 20cfe17
Merge branch 'master' of https://github.com/officedev/office-ui-fabri…
johannao76 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| { | ||
| "changes": [ | ||
| { | ||
| "packageName": "office-ui-fabric-react", | ||
| "comment": "Day picker: Ensure we use values from nextProps when props are updated when generating weeks", | ||
| "type": "patch" | ||
| } | ||
| ], | ||
| "email": "johannao@microsoft.com" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just destruct
todayfrompropsToUseas well, and rename the local variable.