Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Commit dea76cd

Browse files
committed
v2.0.0-alpha.10
1 parent dddb9c1 commit dea76cd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
Ongoing rewrite. Major changes since last alpha:
66

7+
* Fixed an issue with `dist/react-select.es.js` where `babelHelpers` weren't defined
8+
9+
## v2.0.0-alpha.9 / 2018-04-10
10+
11+
Ongoing rewrite. Major changes since last alpha:
12+
713
* Added `openMenuOnClick` and `openMenuOnFocus` props
814
* Significant test coverage and documentation improvements
915
* Added `onMenuScrollToTop` and `onMenuScrollToBottom` event props

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-select",
3-
"version": "2.0.0-alpha.9",
3+
"version": "2.0.0-alpha.10",
44
"description": "A Select control built with and for ReactJS",
55
"main": "lib/index.js",
66
"jsnext:main": "dist/react-select.es.js",

0 commit comments

Comments
 (0)