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 1
1
Changelog
2
2
=========
3
3
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
+
4
11
## 2.0.2
5
12
* Fixed january days go to november problem.
6
13
Original file line number Diff line number Diff line change @@ -2,19 +2,13 @@ react-datetime
2
2
===============================
3
3
A date and time picker in the same React.js component. It can be used as a datepicker, timepicker or both at the same time.
4
4
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 )
6
6
[ ![ npm version] ( https://badge.fury.io/js/react-datetime.svg )] ( http://badge.fury.io/js/react-datetime )
7
7
8
8
It allows to edit even date's milliseconds.
9
9
10
10
This project started as a fork of https://github.com/quri/react-bootstrap-datetimepicker but the code and the API has changed a lot.
11
11
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
-
18
12
Usage
19
13
===============================
20
14
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-datetime" ,
3
- "version" : " 2.0.3 " ,
3
+ "version" : " 2.1.0 " ,
4
4
"description" : " A lightweight but complete datetime picker React.js component." ,
5
5
"homepage" : " https://github.com/arqex/react-datetime" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments