Releases: malcommac/ScrollStackController
Releases · malcommac/ScrollStackController
1.7.1
1.7.0
1.6.0
1.5.1
1.5.0
Released on: 2023-07-18
CHANGELOG
Thanks to @DanielCardonaRojas and @zohairhadi for their contributions to this release.
ScrollStackController 1.4.2
ScrollStackController 1.4.1 - Swift 5.1+
Released on 2020-10-01
CHANGELOG
- #14 [FIX] Cannot update the height of the ScrollStackRow's contentView because it does not receive scrollStackRowSizeForAxis() event when its layout di change
ScrollStackController 1.4.0 - Swift 5.1+
Released on 2020-09-25
CHANGELOG
- #13 [FIX] Fixed an issue with separator visibility which is wrongly updated when
setRows/addRows
is called.isSeparatorHidden
ofScrollStackRow
is now a property of the row itself which is maintained regardless the order of the row (whenautoHideLastRowSeparator
is set). - [NEW] Compatibility with Swift Package Manager (SPM) 5.3
ScrollStackController 1.3.3 - Swift 5.1+
Released on: 2020-06-06
CHANGELOG
- #12 [FIX]
ScrollStackRow
and associated controller are not deallocated once removed
ScrollStackController 1.3.1 - Swift 5.1+
Released on: 2020-04-21
CHANGELOG
- #11 [FIX]
reloadContentFromStackView()
should be called before getting the new size of the row (askForCutomizedSizeOfContentView()
)