Skip to content

Releases: seek-oss/seek-stackable

2.0.4

14 Jan 22:37
f543da8

Choose a tag to compare

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
2733b9b

Choose a tag to compare

Update HStack so that it can now specify different alignment options.

HStack now supports the following alignment options:

  • top (Default)
  • bottom
existing .top new .bottom
image image
HStack(
   alignment: .bottom
)

2.0.2

15 Mar 07:12
cfc7890

Choose a tag to compare

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
b5e4ab0

Choose a tag to compare

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
78541bc

Choose a tag to compare

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
53b797c

Choose a tag to compare

  • 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

Choose a tag to compare

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
3632169

Choose a tag to compare

Bumping up version in podspec file

0.4.1

17 Jan 03:36
cd7988a

Choose a tag to compare

Fixing code and podspec file warnings

0.4.0

17 Jan 02:47
c9e9354

Choose a tag to compare

Upgrading to Swift 4.2