Skip to content

Releases: malcommac/ScrollStackController

1.7.1

31 May 11:06
Compare
Choose a tag to compare

Released on: 2024-05-31

CHANGELOG

  • [NEW] #31 - Add visibility percentage to partial RowVisibility case

Contributors

@Marcodeg

1.7.0

20 May 14:51
Compare
Choose a tag to compare

Released on: 2024-05-20

CHANGELOG

  • [FIX] #29 - Fix for ScrollStackControllerDelegate methods calls

Contributors

@NicFontana

1.6.0

30 Nov 10:07
f9beff8
Compare
Choose a tag to compare

Released on: 2023-11-30

CHANGELOG

  • Added compatibility to host dynamic SwiftUI's View and resize the row automatically based upon the content.

1.5.1

19 Jul 10:41
Compare
Choose a tag to compare

Released on: 2023-07-18

CHANGELOG

  • #25 [FIX] Optimize constraints layout and fix layout loop on iOS 17.0+

Thanks to @scarayaa his contribution to this release.

1.5.0

19 Jul 05:22
Compare
Choose a tag to compare

Released on: 2023-07-18

CHANGELOG

  • #23 [NEW] Enable ScrollStackRowAnimatable on view rows
  • #22 [FIX] Fix typos on README.md

Thanks to @DanielCardonaRojas and @zohairhadi for their contributions to this release.

ScrollStackController 1.4.2

25 Jun 08:41
Compare
Choose a tag to compare

Released on: 2021-06-25

CHANGELOG

  • #20 [FIX] Fixed controller's contentView autosizing when reusing a controller previously set as fixed-dimension controller
  • #15 [FIX] Fixed Demo Project

ScrollStackController 1.4.1 - Swift 5.1+

01 Oct 10:04
Compare
Choose a tag to compare

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+

25 Sep 08:53
Compare
Choose a tag to compare

Released on 2020-09-25

CHANGELOG

  • #13 [FIX] Fixed an issue with separator visibility which is wrongly updated when setRows/addRows is called. isSeparatorHidden of ScrollStackRow is now a property of the row itself which is maintained regardless the order of the row (when autoHideLastRowSeparator is set).
  • [NEW] Compatibility with Swift Package Manager (SPM) 5.3

ScrollStackController 1.3.3 - Swift 5.1+

05 Jun 09:32
Compare
Choose a tag to compare

Released on: 2020-06-06

CHANGELOG

  • #12 [FIX] ScrollStackRow and associated controller are not deallocated once removed

ScrollStackController 1.3.1 - Swift 5.1+

21 Apr 14:17
Compare
Choose a tag to compare

Released on: 2020-04-21

CHANGELOG

  • #11 [FIX] reloadContentFromStackView() should be called before getting the new size of the row (askForCutomizedSizeOfContentView())