Skip to content

Commit ecab4c5

Browse files
author
Nikita Korobeinikov
authored
Idpt 732 prepare 7.2 (#147)
* update version * add changelog
1 parent daac64a commit ecab4c5

File tree

6 files changed

+96
-68
lines changed

6 files changed

+96
-68
lines changed

CHANGELOG.md

Lines changed: 10 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,14 @@
1-
## 7.1.0 SPM support and new plagins
1+
## 7.2.0 Fix DiffableDataSource and plugins
22
### 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
108

119
### Updated
1210

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

Comments
 (0)