Skip to content

Commit

Permalink
Prepare for react 16.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanFoster committed Apr 16, 2018
1 parent 075f8ea commit 4f61f2f
Show file tree
Hide file tree
Showing 3 changed files with 309 additions and 7 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,14 @@ A React based date range picker.

## React Version

As of version 1.0.0, the react-daterange-picker component supports React 0.14. At this time React 0.15 is not supported.
React 0.14, 15, and 16 are all supported in the latest version of react-daterange-picker.

If you wish to user an older version of React, please use react-daterange-picker v0.12.x or below.

## Change Log

All change log information is available within the project's [releases](https://github.com/onefinestay/react-daterange-picker/releases).

## Contribute

Please feel to contribute to this project by making pull requests. You can see a
Expand All @@ -43,12 +47,11 @@ If you have been added as a project contributor and wish to publish a new releas
Once you have the repository cloned run the following commands to get started:

```shell
npm install [email protected] [email protected]
npm install
npm run develop
```

This will start a local server at `http://localhost:9989` where you can see the
example page. It will also watch for any files changes and rebuild.
To update the compiled files in dist run `npm run build-dist-js`, and you can
lint the code with `npm run lint`.
lint the code with `npm run lint`.
Loading

0 comments on commit 4f61f2f

Please sign in to comment.