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(datepicker): allow DateAdapter authors to have more control ove… #7346

Merged
merged 4 commits into from
Oct 30, 2017

Commits on Oct 27, 2017

  1. fix(datepicker): allow DateAdapter authors to have more control ove…

    …r what can/can't be coerced to a date
    
    BREAKING CHANGES:
    - `fromIso8601` method on `DateAdapter` removed in favor of `coerceToDate`
    mmalerba committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    74a764c View commit details
    Browse the repository at this point in the history
  2. address comments

    mmalerba committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    468a0ab View commit details
    Browse the repository at this point in the history
  3. more comments addressed

    mmalerba committed Oct 27, 2017
    Configuration menu
    Copy the full SHA
    a31aec4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4585d6 View commit details
    Browse the repository at this point in the history