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
- Add various convenience functions to `ComposedSectionProvider` - `sectionOffset(for:)` - `firstIndex(of:)` - `contains(_:)` - `insert(_:after:)` - `insert(_:before:)` - Fix delegate calls from `ComposedSectionProvider` sometimes providing the wrong index
Segmented providers now animate their changes as expected Fixes a few issues around ensuring updateDelegate is unset when removed and set when inserted for both providers and sections Fixed tests to prove it all works