File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## v6.1.0
4+ - [ fix] Revert "Simplify ` CalendarDay ` DOM ([ #291 ] ( https://github.com/airbnb/react-dates/pull/291 ) )"
5+ - [ new] Add ` renderDay ` prop to customize the content of the ` CalendarDay ` component ([ #307 ] ( https://github.com/airbnb/react-dates/pull/307 ) )
6+
37## v6.0.2
48- [ fix] Fix ` day ` prop type warning to ` CalendarDay ` ([ #305 ] ( https://github.com/airbnb/react-dates/pull/305 ) )
59- [ fix] Remove blinking cursor in iOS ([ #304 ] ( https://github.com/airbnb/react-dates/pull/304 ) )
610- [ fix] Do not render ` DayPicker ` when not visible ([ #286 ] ( https://github.com/airbnb/react-dates/pull/286 ) )
7- - [ fix ] Simplify ` CalendarDay ` DOM ([ #291 ] ( https://github.com/airbnb/react-dates/pull/291 ) )
11+ - [ breaking ] Simplify ` CalendarDay ` DOM ([ #291 ] ( https://github.com/airbnb/react-dates/pull/291 ) )
812
913## v6.0.1
1014 - [ fix] Attached SDP closes on outside click again ([ #288 ] ( https://github.com/airbnb/react-dates/pull/288 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " react-dates" ,
3- "version" : " 6.0.2 " ,
3+ "version" : " 6.1.0 " ,
44 "description" : " A responsive and accessible date range picker component built with React" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments