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

Update libs - Material calendar to 1.4.0, RN to 0.20 #12

Merged
merged 2 commits into from
Aug 2, 2016

Conversation

fxhereng
Copy link

@fxhereng fxhereng commented Jul 26, 2016

1rst commit:
Fix bug of selected dates (currently not working). It is related with the issue #11

This was due to an annotation import changed since RN 0.19 (see more details).

Also updated the material calendar lib to its last version.

2nd commit:
Add new features: minimumDate and maximumDate
I stayed in the same spirit as the other props, they can be set in both way (String and TimeMillis) like this:

<Calendar
          [...]
          maximumDate={[new Date().getTime()]}
          minimumDate={['2016/07/05']}
          [...] />

Francois Hereng added 2 commits July 26, 2016 11:22
@fxhereng
Copy link
Author

fxhereng commented Aug 2, 2016

Up please

@chymtt
Copy link
Owner

chymtt commented Aug 2, 2016

@fxhereng sorry I didn't notice this. Gonna review and merge soon. Thanks a lot!

@chymtt chymtt merged commit 452ead8 into chymtt:master Aug 2, 2016
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.

2 participants