Skip to content

Releases: kishikawakatsumi/IBPCollectionViewCompositionalLayout

v0.6.9

04 Feb 04:55
Compare
Choose a tag to compare

Fix different behavior with above iOS 13 when set UIScrollViewContentInsetAdjustmentNever #150

v0.6.8

03 Jan 20:14
Compare
Choose a tag to compare

Fix crash for recursive call on setCollectionViewLayout(_:animated:) #129 #149

v0.6.7

01 Oct 14:57
Compare
Choose a tag to compare

Fix a crash on orthogonal sections using a background view.

v0.6.6

01 Oct 14:59
Compare
Choose a tag to compare

Partially fix calculating estimated size.
Fix an issue that a layout group's content insets are not honored.
Fix supplementary view does not anchor with estimated sized cells.

v0.6.5

16 Sep 12:44
Compare
Choose a tag to compare

Automatically promoted section items' zIndex to 1 if the section has decoration items.

v0.6.4

16 Sep 12:43
Compare
Choose a tag to compare

Make inter-item spacing between groups calculated correctly.

v0.6.3

16 Sep 12:08
Compare
Choose a tag to compare

Add support for layout item edge spacing.
Add support for estimated size with edge spacing.

v0.6.2

25 Aug 22:47
Compare
Choose a tag to compare

Fix inter-section spacing calculation.
Performance improvement for orthogonal scrolling layout calculation.
Supplementary items adding to decoration size. by @notjosh #81 #82
Fix nested collection view for orthogonal scrolling doesn't reuse cells. #74

v0.6.1

22 Aug 22:08
Compare
Choose a tag to compare

Adding support for Swift Package Manager.

v0.6.0

22 Aug 18:07
Compare
Choose a tag to compare

Add support for custom layout group and items.