Skip to content

Commit 795f65d

Browse files
committed
Bump to 2.0.2
1 parent 400455f commit 795f65d

File tree

5 files changed

+164
-158
lines changed

5 files changed

+164
-158
lines changed

CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Changelog
22
=========
3+
4+
## 2.0.2
5+
* Fixed january days go to november problem.
6+
37
## 2.0.1
48
* Fixed two days can't have the same header name.
59

@@ -38,7 +42,3 @@ This is the release candidate for this project. Now it is pretty usable and API
3842
Moreover:
3943
* Buttons doesn't submit anymore when the Datetime component is in a form.
4044
* `className` prop has been added to customize component class.
41-
42-
43-
44-

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ It allows to edit even date's milliseconds.
99

1010
This project started as a fork of https://github.com/quri/react-bootstrap-datetimepicker but the code and the API has changed a lot.
1111

12+
Collaborator needed
13+
===================
14+
I moved to some projects where I don't use this library anymore, and I don't have much time to update it.
15+
Since there are a lot of people using it, it would be nice that some dev user could maintain the library.
16+
If you think your are good enough to handle this hard task just ping me :)
17+
1218
Usage
1319
===============================
1420

@@ -79,8 +85,8 @@ It is possible to customize the way that the datetime picker display the days, m
7985
var MyDTPicker = React.createClass({
8086
render: function(){
8187
return <Datetime
82-
renderDay={ this.renderDay }
83-
renderMonth={ this.renderMonth }
88+
renderDay={ this.renderDay }
89+
renderMonth={ this.renderMonth }
8490
renderYear={ this.renderYear }
8591
/>;
8692
},

0 commit comments

Comments
 (0)