All Versions
82
Latest Version
Avg Release Cycle
33 days
Latest Release
1452 days ago

Changelog History
Page 6

  • v3.0.1 Changes

    October 14, 2016
    • 🛠 Fixed a bug with MomentLocaleUtils.
  • v3.0.0 Changes

    October 11, 2016
    • 🛠 Fixed an issue with weekdays labels (#220 by makenosound).
    • ✂ Removed weekdayComponent and navbarComponent props (deprecated from v2.3.0)

    💥 Breaking changes

    For any locale, weekday names must now begin from Sunday, and the first day of week should reflect this change (hence to start from Monday, the first day of 👀 week is 1). See this diff as example.


  • v2.5.0 Changes

    October 06, 2016
  • v2.4.0 Changes

    July 31, 2016
  • v2.3.3 Changes

    July 04, 2016

    🛠 Fixed props warnings in React 15.2.0 (#191).

  • v2.3.2 Changes

    July 01, 2016

    ✂ Removed superfluous deprecation warnings.

  • v2.3.0 Changes

    June 30, 2016

    🗄 Deprecation notice

    🗄 navbarComponent and weekdayComponent props are deprecated. Please use navbarElement and weekdayElement:

    - <DayPicker navbarComponent={ MyCustomNavbar } weekdayComponent={ MyCustomWeekday } />
    + <DayPicker navbarElement={ <MyCustomNavbar/> } weekdayElement={ <MyCustomWeekday /> } />
    
  • v2.2.0 Changes

    June 09, 2016

    ➕ Added fixedWeeks prop (#176 by fcsonline). Use this prop to always display 6 🛠 weeks per month: example.

  • v2.1.1 Changes

    June 06, 2016

    🛠 Fixed compatibility with IE11 (#175 by davidspiess).

  • v2.1.0 Changes

    June 02, 2016