Skip to content

Releases: traderepublic/SectionKit

2.1.2

26 Jun 12:44
a7e5530
Compare
Choose a tag to compare

What's Changed

  • CompositionalLayout support for SingleSectionCollectionViewAdapter by @CalvinChangCC in #124

Full Changelog: 2.1.1...2.1.2

2.1.1

19 Jun 09:50
8b583a4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.1.1

2.1.0

22 May 14:44
9597628
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.2...2.1.0

2.0.2

25 Apr 09:15
59dda67
Compare
Choose a tag to compare

What's Changed

  • Don't pass reference of batchOperation to closure to restore behavior before c7c79c7 by @HeEAaD in #116

Full Changelog: 2.0.1...2.0.2

2.0.1

05 Apr 11:10
734fa32
Compare
Choose a tag to compare
  • Fix compile error on Xcode 14.3 (#107)

2.0.0

13 Jan 14:26
eb5ad10
Compare
Choose a tag to compare
  • Add MainActor & Sendable annotation to relevant types (#101)
  • Fix snapshot testing dependency in example project (#102)
  • Fix Xcode 14 compiler warnings (#103)
  • Use @inlinable and remove redundant helper function (#105)

1.2.4

05 Sep 10:32
0792664
Compare
Choose a tag to compare
  • Fix NSInternalInconsistencyException when reloadData occurs (#99)

1.2.3

14 Jun 08:41
d69e2ca
Compare
Choose a tag to compare
  • Fix that duplicate section ids were not filtered properly (#97)

1.2.2

17 May 10:58
5eeed33
Compare
Choose a tag to compare
  • SingleModelSectionController: Reload entire section when model is changed (#95)

1.2.1

17 May 07:40
51599bd
Compare
Choose a tag to compare
  • Update gem dependencies of CI workflow (#90)
  • Upgrade project file with Xcode 13.3.1 (#91)
  • Improve performance of reusing SectionControllers by creating temporary dictionary (#92)
  • Fix type error in example project after upgrading Xcode version (#93)