marquex
2016-02-29 b9158de5946478788f175a0e5340488a3add05b7
Fixes travis badge.
3 files modified
17 ■■■■ changed files
CHANGELOG.md 7 ●●●●● patch | view | raw | blame | history
README.md 8 ●●●● patch | view | raw | blame | history
package.json 2 ●●● patch | view | raw | blame | history
CHANGELOG.md
@@ -1,6 +1,13 @@
Changelog
=========
## 2.1.0
* Fixed rdtActive not getting set.
* Add react-dom as external dependency.
* Fixed rendering a span directly under the calendar table.
* Added dev setup
* Added example
## 2.0.2
* Fixed january days go to november problem.
README.md
@@ -2,18 +2,12 @@
===============================
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.
[![Build Status](https://secure.travis-ci.org/arqex/react-datetime.svg)](https://travis-ci.org/arqex/react-datetime)
[![Build Status](https://secure.travis-ci.org/YouCanBookMe/react-datetime.svg)](https://travis-ci.org/arqex/react-datetime)
[![npm version](https://badge.fury.io/js/react-datetime.svg)](http://badge.fury.io/js/react-datetime)
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
===============================
package.json
@@ -1,6 +1,6 @@
{
  "name": "react-datetime",
  "version": "2.0.3",
  "version": "2.1.0",
  "description": "A lightweight but complete datetime picker React.js component.",
  "homepage": "https://github.com/arqex/react-datetime",
  "repository": {