Skip to content

Commit f622dc8

Browse files
committed
Built recent changes, version bumped ready for npm
1 parent 89e080e commit f622dc8

File tree

4 files changed

+39
-13
lines changed

4 files changed

+39
-13
lines changed

.github/ISSUE_TEMPLATE.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
2+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3+
<h1>Table of Contents</h1>
4+
5+
- [Expected Behavior](#expected-behavior)
6+
- [Current Behavior](#current-behavior)
7+
- [Possible Solution](#possible-solution)
8+
- [Steps to Reproduce (for bugs)](#steps-to-reproduce-for-bugs)
9+
- [Context](#context)
10+
- [Your Environment](#your-environment)
11+
12+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
13+
114
<!--- Thank you for your issue report! This is a community supported
215
project initially released by https://github.com/wehriam for your use
316
and enjoyment. -->

.github/PULL_REQUEST_TEMPLATE.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
2+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3+
<h1>Table of Contents</h1>
4+
5+
- [Description](#description)
6+
- [Motivation and Context](#motivation-and-context)
7+
- [How Has This Been Tested?](#how-has-this-been-tested)
8+
- [Screenshots (if appropriate):](#screenshots-if-appropriate)
9+
- [Types of changes](#types-of-changes)
10+
- [Checklist:](#checklist)
11+
12+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
13+
114
<!--- Thank you for your pull request! This is a community supported
215
project initially released by https://github.com/wehriam for your use
316
and enjoyment. -->

lib/index.js

+12-12
Original file line numberDiff line numberDiff line change
@@ -114,18 +114,18 @@ var Calendar = (0, _createReactClass2.default)({
114114
displayName: 'DatePickerCalendar',
115115

116116
propTypes: {
117-
selectedDate: _react2.default.PropTypes.object,
118-
displayDate: _react2.default.PropTypes.object.isRequired,
119-
minDate: _react2.default.PropTypes.string,
120-
maxDate: _react2.default.PropTypes.string,
121-
onChange: _react2.default.PropTypes.func.isRequired,
122-
dayLabels: _react2.default.PropTypes.array.isRequired,
123-
cellPadding: _react2.default.PropTypes.string.isRequired,
124-
weekStartsOn: _react2.default.PropTypes.number,
125-
showTodayButton: _react2.default.PropTypes.bool,
126-
todayButtonLabel: _react2.default.PropTypes.string,
127-
roundedCorners: _react2.default.PropTypes.bool,
128-
showWeeks: _react2.default.PropTypes.bool
117+
selectedDate: _propTypes2.default.object,
118+
displayDate: _propTypes2.default.object.isRequired,
119+
minDate: _propTypes2.default.string,
120+
maxDate: _propTypes2.default.string,
121+
onChange: _propTypes2.default.func.isRequired,
122+
dayLabels: _propTypes2.default.array.isRequired,
123+
cellPadding: _propTypes2.default.string.isRequired,
124+
weekStartsOn: _propTypes2.default.number,
125+
showTodayButton: _propTypes2.default.bool,
126+
todayButtonLabel: _propTypes2.default.string,
127+
roundedCorners: _propTypes2.default.bool,
128+
showWeeks: _propTypes2.default.bool
129129
},
130130

131131
handleClick: function handleClick(e) {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"picker"
1212
],
1313
"main": "lib/index.js",
14-
"version": "5.0.1",
14+
"version": "5.1.1",
1515
"description": "React-Bootstrap based date picker.",
1616
"directories": {
1717
"test": "test"

0 commit comments

Comments
 (0)