-
Notifications
You must be signed in to change notification settings - Fork 831
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 not includding of boundary years in getYearRange #377
Conversation
docs/src/App.js
Outdated
@@ -1,7 +1,7 @@ | |||
import React, { Component } from 'react'; | |||
import { MuiThemeProvider, createMuiTheme } from 'material-ui'; | |||
|
|||
import Utils from 'material-ui-pickers/utils/date-fns-utils'; | |||
import Utils from 'material-ui-pickers/utils/moment-utils'; |
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.
Those changes are temporary, right?
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.
Have already return back that :)
lib/package.json
Outdated
@@ -45,6 +45,7 @@ | |||
}, | |||
"dependencies": { | |||
"babel-runtime": "^6.26.0", | |||
"luxon": "^1.2.0", |
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.
consider moving this to devDependencies
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.
LGTM!
Closes #340
Description
Fis incorrect exclude of boundary years