Skip to content

Releases: jasonnam/AStack

Size Classes

25 Mar 09:59
7dced75
Compare
Choose a tag to compare

This release adds the option for all stacks to also adapt based on size classes (.horizontalSizeClass and .verticalSizeClass): use the new observing parameter to specify what each stack should observe.

By default all stacks keep the current behavior, a.k.a. they default to observing just the ContentSizeCategory.

Lazy

18 Sep 08:16
707855e
Compare
Choose a tag to compare

This release adds LazyVStack and LazyHStack counterparts to the library

Small improvements

08 Jul 11:33
Compare
Choose a tag to compare

This release removes AnyView use from the codebase and replaces it with a @ViewBuilder in both AHStack and AVStack

Initial Release

26 Mar 13:44
ba685d5
Compare
Choose a tag to compare
Merge pull request #1 from zntfdr/swiftlint

Add swiftlint GH action