File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments