All Versions
82
Latest Version
Avg Release Cycle
33 days
Latest Release
1445 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
    • ๐Ÿ— Build dist files as UMD module (#216 by pguimera).
  • 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