react-select-async-paginate
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -0,1 +1,7 @@ | ||
## 0.3.1 (24 may 2019) | ||
### Bugfix | ||
- Disabled filtering of options in select by default. | ||
## 0.3.0 (25 apr 2019) | ||
@@ -2,0 +8,0 @@ |
@@ -357,2 +357,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
components: PropTypes.objectOf(PropTypes.func), | ||
filterOption: PropTypes.func, | ||
onInputChange: PropTypes.func.isRequired, | ||
@@ -372,2 +373,3 @@ // eslint-disable-next-line react/forbid-prop-types | ||
components: {}, | ||
filterOption: null, | ||
cacheUniq: null, | ||
@@ -374,0 +376,0 @@ selectRef: Function.prototype |
@@ -380,2 +380,3 @@ "use strict"; | ||
components: _propTypes["default"].objectOf(_propTypes["default"].func), | ||
filterOption: _propTypes["default"].func, | ||
onInputChange: _propTypes["default"].func.isRequired, | ||
@@ -394,2 +395,3 @@ // eslint-disable-next-line react/forbid-prop-types | ||
components: {}, | ||
filterOption: null, | ||
cacheUniq: null, | ||
@@ -396,0 +398,0 @@ selectRef: Function.prototype |
{ | ||
"name": "react-select-async-paginate", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Wrapper above react-select that supports pagination on menu scroll", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
58992
1218