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
This can break your code if you've implemented those extensions locally. This can be easily solved by just removing local extensions.
16
+
17
+
#### Features
18
+
19
+
* Swift 2.3 compatible
20
+
* Improves mutability checkes. If data source is being mutated after binding, warning assert is triggered.
21
+
* Deprecates `cellFactory` in favor of `configureCell`.
22
+
* Improves runtime checks in DEBUG mode for correct `SectionModelType.init` implementation.
23
+
24
+
#### Fixes
25
+
26
+
* Fixes default value for `canEditRowAtIndexPath` and sets it to `false`.
27
+
* Changes DEBUG asserting behavior in case multiple items with same identity are found to printing warning message to terminal. Fallbacks as before to `reloadData`.
0 commit comments