Releases: tevelee/SwiftUI-Flow
Releases · tevelee/SwiftUI-Flow
1.5.1
Fixed a typo in the parameter name distributeItemsEvenly
1.5.0
- Justified layout is improved. There are 3 options:
.stretchItems
, .stretchSpaces
, .stretchItemsAndSpaces
.
- There's a new parameter
distibuteItemsEvenly
, which implements the Knuth-Plass Line Breaking Algorithm.
1.3.1
Removed LayoutDirectionBehavior
1.3.0
Removed renderer target (and its argument parser dependency)
1.2.0
- Examples in the README are now rendered from production code, automatically #2
- First contribution of @Kyle-Ye: #3 (lowering target platform to tvOS 15 and watchOS 8 and making the watchOS target buildable)
1.1.0
First contribution of @aehlke: #1 (lowering target platform to iOS 15 and macOS 12)