This repository was archived by the owner on Nov 4, 2022. It is now read-only.
V1.5.0
- Fix ASTableView header/footer updating
- Add support for
onScrollmodifier. - 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)