We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c9d61f commit c544feeCopy full SHA for c544fee
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.8.1
4
+- Provide an error message if the list reaches an unstable state due to
5
+ misconfiguration. (#156, #157)
6
+
7
## 0.8.0
8
- Dramatically reduced the number of `setState` calls which should yield better
9
performance.
package.json
@@ -1,6 +1,6 @@
{
"name": "react-list",
- "version": "0.8.0",
+ "version": "0.8.1",
"author": "Casey Foster <c@sey.me>",
"license": "MIT",
"main": "react-list.js",
0 commit comments