You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Fill in tbds and formatting
Closes#910
Differential Revision: D5692503
Pulled By: rnystrom
fbshipit-source-id: 9405e7d0348de39710e114df96bb75394919a1d4
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,23 +11,24 @@ The changelog for `IGListKit`. Also see the [releases](https://github.com/instag
11
11
12
12
### Fixes
13
13
14
-
- Prevent a crash when update queued immediately after item batch update. [Ryan Nystrom](https://github.com/rnystrom)(tbd)
14
+
- Prevent a crash when update queued immediately after item batch update. [Ryan Nystrom](https://github.com/rnystrom)[(3dc6060)](https://github.com/Instagram/IGListKit/commit/3dc6060a385d9bfcb4fa1f61262ba74776573229)
15
15
16
16
- Return correct `-[IGListAdapter visibleSectionControllers]` when section has no items, but has supplementary views. [Mani Ghasemlou](https://github.com/manicakes)[(#643)](https://github.com/Instagram/IGListKit/issues/643)
17
17
18
-
- Call `[CATransaction commit]` before calling completion block in IGListAdapterUpdater to prevent animation issues. [Maxime Ollivier](https://github.com/maxoll)(tbd)
18
+
- Call `[CATransaction commit]` before calling completion block in IGListAdapterUpdater to prevent animation issues. [Maxime Ollivier](https://github.com/maxoll)[(6f946b2)](https://github.com/Instagram/IGListKit/commit/6f946b2981d266f823324a366213bd214357bb6d)
19
19
20
-
- Fix `scrollToObject:supplementaryKinds:...` not scrolling when section is empty but does have supplymentary views
20
+
- Fix `scrollToObject:supplementaryKinds:...` not scrolling when section is empty but does have supplymentary views. [Gulam Moledina](https://github.com/gmoledina)[(#808)](https://github.com/Instagram/IGListKit/pull/808)
21
21
22
22
- Better support for non-top positions in `scrollToObject:` API. [Gulam Moledina](https://github.com/gmoledina)[(#861)](https://github.com/Instagram/IGListKit/pull/861)
23
23
24
24
### Enhancements
25
25
26
-
- Added `-[IGListSectionController didDeselectItemAtIndex:]` API to support default `UICollectionView` cell deselection. [Ryan Nystrom](https://github.com/rnystrom)(tbd)
26
+
- Added `-[IGListSectionController didDeselectItemAtIndex:]` API to support default `UICollectionView` cell deselection. [Ryan Nystrom](https://github.com/rnystrom)[(6540f96)](https://github.com/Instagram/IGListKit/commit/6540f960e2e69bd4776e1e1d8c460ff812ba4c07)
27
27
28
-
- Added `-[IGListCollectionContext selectItemAtIndex:]` Select an item through IGListCollectionContext like `-[IGListCollectionContext deselectItemAtIndex:]`. [Marvin Nazari](https://github.com/MarvinNazari)(tbd)
28
+
- Added `-[IGListCollectionContext selectItemAtIndex:]` Select an item through IGListCollectionContext like `-[IGListCollectionContext deselectItemAtIndex:]`. [Marvin Nazari](https://github.com/MarvinNazari)[(#874)](https://github.com/Instagram/IGListKit/pull/874)
29
29
30
30
- Added horizontal scrolling support to `IGListCollectionViewLayout`. [Peter Edmonston](https://github.com/edmonston)[(#857)](https://github.com/Instagram/IGListKit/pull/857)
31
+
31
32
- Added support for scrollViewDidEndDecelerating to `IGListAdapter`. [Phil Larson](https://github.com/plarson)[(#899)](https://github.com/Instagram/IGListKit/pull/899)
32
33
33
34
- Automatically disable `[UICollectionView isPrefetchingEnabled]` when setting a collection view on an adapter. [Ryan Nystrom](https://github.com/rnystrom)[(#889)](https://github.com/Instagram/IGListKit/pull/889)
0 commit comments