Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

V1.5.0

Compare
Choose a tag to compare
@apptekstudios apptekstudios released this 05 Apr 07:20
· 120 commits to master since this release
91d85a3
  • Fix ASTableView header/footer updating
  • Add support for onScroll modifier.
  • CODE BREAKING: Replace environment modifiers with direct functions (work around Swift 5.2 compiler bug)
    Note: many modifiers have been renamed slightly
    (eg .collectionViewContentInsets().contentInsets(...))
    Note: the new modifiers must precede any swiftUI modifiers
    (eg .disableSeparators() must come before .frame(...))
  • Add support for optional section in SectionBuilder (function builder)