|
1 |
| -## 7.1.0 SPM support and new plagins |
| 1 | +## 7.2.0 Fix DiffableDataSource and plugins |
2 | 2 | ### Added
|
3 |
| -- Swift Package Manager support with example |
4 |
| -- example of usage `CompositionalLayout` |
5 |
| -- example of usage `DifferenceKit` |
6 |
| -- `DiffableTableDataSource` implementing `UICollectionTableDataSource` |
7 |
| -- `DiffableCollectionDataSource` implementing `UICollectionDiffableDataSource` |
8 |
| -- `CollectionSwipeActionsConfigurationPlugin` to support `UISwipeActionsConfiguration` in collection with list appearance |
9 |
| -- `DragAndDroppable` to support drag'n'drop from iOS 11 in table and collection |
| 3 | +- tvOS example with collection #132 |
| 4 | +- missed suplementary provider which may cause crash #141 |
| 5 | +- method `scrollTo` concrete generator #142 |
| 6 | +- strategies for `DragAndDroppable` #144 |
| 7 | +- examples of some custom `UICollectionViewLayout` #146 |
10 | 8 |
|
11 | 9 | ### Updated
|
12 | 10 |
|
13 |
| -- code style and linter issues fixes |
14 |
| -- documentation and typos |
15 |
| - |
16 |
| -### Deprecated |
17 |
| - |
18 |
| -- `BaseTableDataDisplayManager` class replaced with `ManualTableManager` |
19 |
| -- `PaginableBaseTableDataDisplayManager` class will be removed at **8.0.**. Use `TableLastCellIsVisiblePlugin` instead. |
20 |
| -- `ExtendableBaseTableDataDisplayManager` class will be removed at **8.0**. Part of `BaseTableManager` now. |
21 |
| -- `GravityTableDataDisplayManager` class replaced with `GravityTableManager` |
22 |
| -- `FoldingTableDataDisplayManager` class will be removed at **8.0.**. Use `TableFoldablePlugin` instead. |
23 |
| -- `GravityFoldingTableDataDisplayManager` class will be removed at **8.0.**. Use composition of `GravityTableManager` and `TableFoldablePlugin` |
24 |
| -- `SizableCollectionDataDisplayManager` class will be removed at **8.0.**. Part of `BaseCollectionManager` |
25 |
| -- `BaseCollectionDataDisplayManager` replaced with `BaseCollectionManager` |
26 |
| -- `SelectableItem`, `DisplayableFlow`, `MovableGenerator` and other item protocols will be removed at **8.0.**. Replaced with `{ability}ableItem` for example `SelectableItem` |
| 11 | +- `DiffableItemSource` and `DragAndDropableItemSource` to avoid naming conflict #145 |
| 12 | +- access modifiers of parts in `DragAndDroppable` #145 |
| 13 | +- `TableDiffableModifier` and `CollectionDiffableModifier` to fix dataSource conflicts |
| 14 | +- color of paginator in example |
0 commit comments