This repository was archived by the owner on May 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "presets" : [
3- [" @babel/preset-env" , { "targets" : { "node" : " current " } } ],
3+ [" @babel/preset-env" ],
44 [" @babel/preset-react" ]
55 ],
66 "plugins" : [
77 [" @babel/plugin-proposal-class-properties" ],
88 [" @babel/plugin-proposal-export-default-from" ]
99 ]
1010}
11-
11+
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1212< Calendar
1313 dateDisplayFormat= ' MMM D, YYYY'
1414 monthDisplayFormat= ' MMM YYYY'
15- weekdayDisplayFormat= ' E '
15+ weekdayDisplayFormat= ' ddd '
1616 dayDisplayFormat= ' D'
1717/ >
1818```
@@ -169,4 +169,4 @@ Momentjs: `moment(dateString).toDate()`
169169- ` initialFocusedRange ` prop added: Initial value for focused range. See ` focusedRange ` for usage.
170170- ` onRangeFocusChange ` prop added: Callback function for focus changes by user.
171171- ` dragSelectionEnabled ` prop added
172- - ` showMonthAndYearPickers ` prop added
172+ - ` showMonthAndYearPickers ` prop added
Original file line number Diff line number Diff line change 11{
22 "name" : " react-date-range" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.3 " ,
44 "description" : " A React component for choosing dates and date ranges." ,
55 "main" : " dist/index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments