Releases: seek-oss/seek-stackable
Releases · seek-oss/seek-stackable
2.0.4
14 Jan 22:37
Compare
Sorry, something went wrong.
No results found
This fixes a bug in FlowLayoutStack where nested instances failed to correctly apply x offset when their parent Stacks had layoutMargins defined.
2.0.3
30 May 05:25
Compare
Sorry, something went wrong.
No results found
Update HStack so that it can now specify different alignment options.
HStack now supports the following alignment options:
existing .top
new .bottom
HStack(
alignment: .bottom
)
2.0.2
15 Mar 07:12
Compare
Sorry, something went wrong.
No results found
This release introduces a new distribution option to the HStack which is .fill. This new option will make the HStack to use the items intrinsicContentSize to layout the frames.
2.0.1
12 Jan 02:04
Compare
Sorry, something went wrong.
No results found
This includes a fix for the FlowLayoutStack in situations where the first item exceeds the max width and would incorrectly reset the Y position.
2.0.0
10 Jan 21:54
Compare
Sorry, something went wrong.
No results found
This release sees Stackable move away from Cocoapods and become a swift package.
A new layout stack called FlowLayoutStack has been introduced also to provide simple flow layout functionality
1.0.0
20 Jan 23:47
Compare
Sorry, something went wrong.
No results found
Added better auto layout support by introducing intrinsicContentSize to the Stackable protocol.
Updated the VStack layout logic to use instrinsicContentSize for item width.
0.4.3
27 Jun 10:53
Compare
Sorry, something went wrong.
No results found
Add a new convenience init to VStack and HStack
This enables us to reduce the need to specify thingsToStack if you dont want to use it.
0.4.2
18 Jan 04:00
Compare
Sorry, something went wrong.
No results found
Bumping up version in podspec file
0.4.1
17 Jan 03:36
Compare
Sorry, something went wrong.
No results found
Fixing code and podspec file warnings
0.4.0
17 Jan 02:47
Compare
Sorry, something went wrong.
No results found