Skip to content

Commit b9158de

Browse files
committed
Fixes travis badge.
1 parent c808882 commit b9158de

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
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

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,13 @@ react-datetime
22
===============================
33
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.
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

88
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-
1812
Usage
1913
===============================
2014

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)