Skip to content

Commit d182802

Browse files
committed
0.8.0
1 parent 2848d9d commit d182802

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 0.8.0
4+
- Dramatically reduced the number of `setState` calls which should yield better
5+
performance.
6+
- Because of the reduced `setState` calls, the shallow equality check in
7+
`shouldComponentUpdate` has been removed which should lead to less confusion
8+
when attempting to re-render list items.
9+
- No changes should need to be made by component consumers, but I've bumped the
10+
minor version because the `shouldComponentUpdate` change is significant.
11+
312
## 0.7.22
413
- Properly register and deregister event handlers with options. (#131)
514

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.7.22",
3+
"version": "0.8.0",
44
"author": "Casey Foster <c@sey.me>",
55
"license": "MIT",
66
"main": "react-list.js",

0 commit comments

Comments
 (0)