Skip to content

Commit c544fee

Browse files
committed
0.8.1
1 parent 3c9d61f commit c544fee

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.8.1
4+
- Provide an error message if the list reaches an unstable state due to
5+
misconfiguration. (#156, #157)
6+
37
## 0.8.0
48
- Dramatically reduced the number of `setState` calls which should yield better
59
performance.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-list",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"author": "Casey Foster <c@sey.me>",
55
"license": "MIT",
66
"main": "react-list.js",

0 commit comments

Comments
 (0)