react-super-components
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -161,2 +161,3 @@ 'use strict'; | ||
}, | ||
scrollToIndex: _this2.props.scrollIndex, | ||
width: width | ||
@@ -237,3 +238,4 @@ }); | ||
}, | ||
sortBy: _react2.default.PropTypes.node, | ||
scrollToIndex: _react2.default.PropTypes.number, | ||
sortBy: _react2.default.PropTypes.any, | ||
thresholdRows: _react2.default.PropTypes.number | ||
@@ -240,0 +242,0 @@ }; |
@@ -182,3 +182,4 @@ # List | ||
| itemTypes.componentProps | Object | | Specifies additional props (besides the default `data` and `index`) to be passed to the rendered component | | ||
| sortBy | Any Node | | Specifies which property to sort the given `data` by. Sorts in ascending order | | ||
| scrollToIndex | Number | | Scrolls the list to the specified index. Useful for rolodexes. | | ||
| sortBy | Any | | Specifies which property to sort the given `data` by. Sorts in ascending order | | ||
| thresholdRows | Number | | Number of rows to render above/below the visible bounds of the list. This can help reduce flickering during scrolling on certain browers/devices | |
@@ -11,3 +11,3 @@ { | ||
"scripts": { | ||
"test": "npm run build", | ||
"test": "echo 'CI test is not setup'", | ||
"prepublish": "npm run build", | ||
@@ -47,3 +47,3 @@ "build": "babel lib --out-dir dist", | ||
}, | ||
"version": "1.0.0" | ||
"version": "1.1.0" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
66706
973