Skip to content

2.1.0

Compare
Choose a tag to compare
@jessesquires jessesquires released this 04 Jan 18:23
· 647 commits to stable since this release

This release closes the 2.1.0 milestone.

Enhancements

Fixes

  • Avoid UICollectionView crashes when queueing a reload and insert/delete on the same item as well as reloading an item in a section that is animating. Ryan Nystrom (#325)
  • Prevent adapter data source from deallocating after queueing an update. Ryan Nystrom (4cc91a2)
  • Fix out-of-bounds bug when child section controllers in a stack remove cells. Ryan Nystrom (#358)
  • Fix a grid layout bug when item has full-width and iter-item spacing is not zero. Bofei Zhu (#361)