We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 001f7df commit a74282dCopy full SHA for a74282d
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.8.6
4
+- Add `minSize` prop to ensure a list is always at least `minSize` elements
5
+ large.
6
+
7
## 0.8.5
8
- Use `prop-types` package instead of `React.PropTypes`.
9
package.json
@@ -1,6 +1,6 @@
{
"name": "react-list",
- "version": "0.8.5",
+ "version": "0.8.6",
"author": "Casey Foster <c@sey.me>",
"license": "MIT",
"main": "react-list.js",
0 commit comments