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
Copy file name to clipboardexpand all lines: CHANGELOG.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,12 @@ You can find a [migration guide here](https://instagram.github.io/IGListKit/migr
99
99
100
100
- Fixes a crash when a reload is queued for an object that is deleted in the same runloop turn. [Ryan Nystrom](https://github.com/rnystrom)[(7c3d499)](https://github.com/Instagram/IGListKit/commit/7c3d4999ebde36ee4666e5aee99716d1ed1fb2d8)
101
101
102
+
- Fixed a bug where `IGListStackSectionController` would only set its supplementary source once. [Ryan Nystrom](https://github.com/rnystrom)[(#286)](https://github.com/Instagram/IGListKit/pull/286)
103
+
104
+
- Fixed a bug where `IGListStackSectionController` passed the wrong section controller for will-drag scroll events. [Ryan Nystrom](https://github.com/rnystrom)[(#286)](https://github.com/Instagram/IGListKit/pull/286)
105
+
106
+
- Fixed a crash when deselecting a cell through a child section controller in an `IGListStackSectionController`. [Ryan Nystrom](https://github.com/rnystrom)[(#295)](https://github.com/Instagram/IGListKit/pull/295)
107
+
102
108
### Documentation
103
109
104
110
- We now have 100% documentation coverage. Docs been refined and clarified. [Jesse Squires](https://github.com/jessesquires)[(#207)](https://github.com/Instagram/IGListKit/pull/207)
@@ -109,12 +115,6 @@ You can find a [migration guide here](https://instagram.github.io/IGListKit/migr
109
115
110
116
- Added `tvOS` example pack. [Sherlouk](https://github.com/Sherlouk)[(#141)](https://github.com/Instagram/IGListKit/pull/141)
111
117
112
-
- Fixed a bug where `IGListStackSectionController` would only set its supplementary source once. [Ryan Nystrom](https://github.com/rnystrom)[(#286)](https://github.com/Instagram/IGListKit/pull/286)
113
-
114
-
- Fixed a bug where `IGListStackSectionController` passed the wrong section controller for will-drag scroll events. [Ryan Nystrom](https://github.com/rnystrom)[(#286)](https://github.com/Instagram/IGListKit/pull/286)
115
-
116
-
- Fixed a crash when deselecting a cell through a child section controller in an `IGListStackSectionController`. [Ryan Nystrom](https://github.com/rnystrom)[(#295)](https://github.com/Instagram/IGListKit/pull/295)
0 commit comments