diff --git a/HISTORY.md b/HISTORY.md index 8e906c9e4d..054fe95ff0 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,11 @@ # React-Select +## v1.0.0-rc.8 / 2017-09-12 + +* fixed; `onMenuScrollToBottom` does not work in chrome 58.0, thanks [Simon Hartcher](https://github.com/deevus) +* fixed; missing es6 module build for `js:next` entrypoint +* updated; `react-input-autosize@2.0.0` including several fixes for react-select (see [changes](https://github.com/JedWatson/react-input-autosize/blob/master/HISTORY.md)) + ## v1.0.0-rc.7 / 2017-09-11 * fixed; issue with `lib` build preventing use in ES2015 environments diff --git a/bower.json b/bower.json index 7be2398f17..23725ca4d5 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "react-select", "main": ["dist/react-select.min.js", "dist/react-select.min.css"], - "version": "1.0.0-rc.7", + "version": "1.0.0-rc.8", "homepage": "https://github.com/JedWatson/react-select", "authors": ["Jed Watson"], "description": "A Select control built with and for ReactJS", diff --git a/package.json b/package.json index 9aeb83990e..363c6c9245 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-select", - "version": "1.0.0-rc.7", + "version": "1.0.0-rc.8", "description": "A Select control built with and for ReactJS", "main": "lib/index.js", "jsnext:main": "dist/react-select.es.js",