File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ ## 2.1.0
5+ * Fixed rdtActive not getting set.
6+ * Add react-dom as external dependency.
7+ * Fixed rendering a span directly under the calendar table.
8+ * Added dev setup
9+ * Added example
10+
411## 2.0.2
512* Fixed january days go to november problem.
613
Original file line number Diff line number Diff line change @@ -2,19 +2,13 @@ react-datetime
22===============================
33A date and time picker in the same React.js component. It can be used as a datepicker, timepicker or both at the same time.
44
5- [ ![ Build Status] ( https://secure.travis-ci.org/arqex /react-datetime.svg )] ( https://travis-ci.org/arqex/react-datetime )
5+ [ ![ Build Status] ( https://secure.travis-ci.org/YouCanBookMe /react-datetime.svg )] ( https://travis-ci.org/arqex/react-datetime )
66[ ![ npm version] ( https://badge.fury.io/js/react-datetime.svg )] ( http://badge.fury.io/js/react-datetime )
77
88It allows to edit even date's milliseconds.
99
1010This 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-
1812Usage
1913===============================
2014
Original file line number Diff line number Diff line change 11{
22 "name" : " react-datetime" ,
3- "version" : " 2.0.3 " ,
3+ "version" : " 2.1.0 " ,
44 "description" : " A lightweight but complete datetime picker React.js component." ,
55 "homepage" : " https://github.com/arqex/react-datetime" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments