Skip to content

v5.2.0

Latest

Choose a tag to compare

@TimOliver TimOliver released this 17 Feb 09:09
· 2 commits to main since this release

Enhancements

  • Added a more defensive check for NaN values in item bounds when applying layout attributes in -[IGListCollectionViewLayout layoutAttributesForItemAtIndexPath:]. Minqi Ma (358fe894)

  • Improved assertion details in IGListAdapter+UICollectionView.m. Maxime Ollivier (7240131c)

  • Formalized assertions that IGListAdapterDelegateAnnouncer is main-thread confined. Andrew Cuneo (7dddb0d4)

Fixes

  • An EXC_BAD_ACCESS crash in IGListSectionMap.m during IGListAdapter deallocation. Hoà V. DINH (d1ddab8e)

  • A crash where an index value provided to -[IGListBindingSectionController sizeForItemAtIndex:] was out of bounds. Kaur Ishnoor (0a0b11bd)