Skip to content

Commit

Permalink
Bump to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arqex committed Dec 17, 2015
1 parent 400455f commit 795f65d
Show file tree
Hide file tree
Showing 5 changed files with 164 additions and 158 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Changelog
=========

## 2.0.2
* Fixed january days go to november problem.

## 2.0.1
* Fixed two days can't have the same header name.

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




10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ It allows to edit even date's milliseconds.

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

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

Usage
===============================

Expand Down Expand Up @@ -79,8 +85,8 @@ It is possible to customize the way that the datetime picker display the days, m
var MyDTPicker = React.createClass({
render: function(){
return <Datetime
renderDay={ this.renderDay }
renderMonth={ this.renderMonth }
renderDay={ this.renderDay }
renderMonth={ this.renderMonth }
renderYear={ this.renderYear }
/>;
},
Expand Down
Loading

0 comments on commit 795f65d

Please sign in to comment.