Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JedWatson committed Nov 27, 2017
1 parent fa5cbec commit 0d0ccd3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
12 changes: 8 additions & 4 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# React-Select

## Unreleased

* more props are passed to the Option component: `focusOption`, `inputValue`, `selectValue`, `removeValue`
* the `inputValue` is passed as the third argument to the `optionRenderer`
## v1.1.0 / 2017-11-28

* added; more props are passed to the Option component: `focusOption`, `inputValue`, `selectValue`, `removeValue`
* added; the `inputValue` is passed as the third argument to the `optionRenderer`
* fixed; issues opening the menu correctly for multiselect when `autosize={false}`
* fixed; removed `event.stopPropagation()` from Select's `clearValue` and `onClick` handlers, thanks [Thomas Burke](https://github.com/etburke)
* fixed; `handleMouseDownOnArrow` when `openOnClick={false}`, thanks [elias ghali](https://github.com/elghali)
* fixed; conditional scrolling into view of focused option, thanks [Michael Lewis](https://github.com/mtlewis)

## v1.0.1 / 2017-11-24

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[![NPM](https://img.shields.io/npm/v/react-select.svg)](https://www.npmjs.com/package/react-select)
[![CDNJS](https://img.shields.io/cdnjs/v/react-select.svg)](https://cdnjs.com/libraries/react-select)
[![Build Status](https://travis-ci.org/JedWatson/react-select.svg?branch=master)](https://travis-ci.org/JedWatson/react-select)
[![Coverage Status](https://coveralls.io/repos/JedWatson/react-select/badge.svg?branch=master&service=github)](https://coveralls.io/github/JedWatson/react-select?branch=master)
[![Supported by Thinkmill](https://thinkmill.github.io/badge/heart.svg)](http://thinkmill.com.au/?utm_source=github&utm_medium=badge&utm_campaign=react-select)
[![CDNJS](https://img.shields.io/cdnjs/v/react-select.svg)](https://cdnjs.com/libraries/react-select)

React-Select
============
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-select",
"main": ["dist/react-select.min.js", "dist/react-select.min.css"],
"version": "1.0.0",
"version": "1.1.0",
"homepage": "https://github.com/JedWatson/react-select",
"authors": ["Jed Watson"],
"description": "A Select control built with and for ReactJS",
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-select",
"version": "1.0.1",
"version": "1.1.0",
"description": "A Select control built with and for ReactJS",
"main": "lib/index.js",
"jsnext:main": "dist/react-select.es.js",
Expand Down

0 comments on commit 0d0ccd3

Please sign in to comment.