react-day-picker
Advanced tools
Changelog
v2.3.0
Release Date: 2016-06-30
navbarElement
and weekdayElement
prop
(#179 by
boatkorachal).onDayFocus
prop
(#185 by
johannesd).Deprecation notice
navbarComponent
and weekdayComponent
props are deprecated. Please use
navbarElement
and weekdayElement
:
- <DayPicker navbarComponent={ MyCustomNavbar } weekdayComponent={ MyCustomWeekday } />
+ <DayPicker navbarElement={ <MyCustomNavbar/> } weekdayElement={ <MyCustomWeekday /> } />
Changelog
v2.1.0
Release Date: 2016-06-02
weekdayComponent
prop (#172 by
stanislav-ermakov-roi). Use this
prop to use a custom component for rendering the weekday cells in the header.navbarComponent
prop (#173 by
stanislav-ermakov-roi). Use this
prop to use a custom component for rendering the navigation bar.