Skip to content

Releases: tevelee/SwiftUI-Flow

1.5.1

26 Jun 16:32
1.5.1
c5c47e8
Compare
Choose a tag to compare

Fixed a typo in the parameter name distributeItemsEvenly

1.5.0

26 Jun 16:25
1.5.0
fd38a57
Compare
Choose a tag to compare
  • 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.4.1

24 Jun 22:03
1.4.1
a1baae9
Compare
Choose a tag to compare

Fixed justified layout

1.4.0

24 Jun 16:51
1.4.0
fb5083e
Compare
Choose a tag to compare

Implemented justified layout in #14 thanks to @collinhundley's request #13.
image

1.3.1

30 Apr 15:27
5da6e12
Compare
Choose a tag to compare
Removed LayoutDirectionBehavior

1.3.0

23 Apr 19:50
051ef1d
Compare
Choose a tag to compare

Removed renderer target (and its argument parser dependency)

1.2.0

22 May 12:59
d592b61
Compare
Choose a tag to compare
  • 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

12 Feb 23:50
Compare
Choose a tag to compare

First contribution of @aehlke: #1 (lowering target platform to iOS 15 and macOS 12)

1.0.0

05 Jul 19:42
Compare
Choose a tag to compare
Flow Layout