Skip to content

Commit

Permalink
Merge pull request #35 from seeliang/docs/release-1.1.0
Browse files Browse the repository at this point in the history
Docs/release 1.1.0
  • Loading branch information
Sihui liang authored Dec 18, 2017
2 parents 340f96d + d0df115 commit ee02366
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ the [html5 input range](https://www.w3.org/wiki/HTML/Elements/input/range) only
* standalong react [plugin](https://cdn.rawgit.com/seeliang/react-range-selector/master/build/js/react-range-selector.js) with options set for your quick prototype, [check the Demo](http://seeliang.github.io/react-range-selector/)

## Release
### 1.1.0
* add feature: pass state to parent component (rangeUpdate)

### 1.0.2
* fix single selected not showing bug
* add unit test for the bug
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-two-points-range-selector",
"version": "1.0.2",
"version": "1.1.0",
"description": "React component for select range in the form",
"main": "assets/js/src/index",
"devDependencies": {
Expand Down

0 comments on commit ee02366

Please sign in to comment.