ScrollStackController v1.4.1 Release Notes
Release Date: 2020-10-01 // over 4 years ago-
๐ 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
Previous changes from v1.4.0
-
Released on 2020-09-25
๐ CHANGELOG
- โก๏ธ #13 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). - ๐ฆ Compatibility with Swift Package Manager (SPM) 5.3
- โก๏ธ #13 Fixed an issue with separator visibility which is wrongly updated when