Skip to content

Releases: psharanda/FixFlex

1.3.0

22 Dec 16:58

Choose a tag to compare

  • New hooks for advanced layouts: onCreateStartConstraint, onCreateEndConstraint, and onCreateLayoutGuide let you tweak or observe everything the stack generates.
  • New spacingBefore option: Add gaps or overlaps without extra guides (supports negative values).
  • Better constraint debugging: Constraints now include debug-only identifiers with file/line info, making them easier to spot in Xcode when you see “Unable to simultaneously satisfy constraints” warnings.
  • More flexible stacking: Set startOffset/endOffset to nil to intentionally leave a side unpinned when other constraints determine placement.
  • Quality improvements: Added unit tests and refreshed the public API documentation.

1.2.3

11 Jul 20:17

Choose a tag to compare

Add CocoaPods support

1.2.2

11 Jun 22:11

Choose a tag to compare

Update README and demos

1.2.1

08 Mar 12:30

Choose a tag to compare

Bugfix

  • Fill: Handle negative weight
  • hstack/vstack: Handle empty intents array

1.2.0

15 Feb 12:11

Choose a tag to compare

Improve naming

1.1.0

11 Jan 22:03

Choose a tag to compare

FixFlex 1.1.0 is released! 🎉🚢🚀
FixFlex is a simple yet powerful Auto Layout library built on top of the NSLayoutAnchor API, a swifty and type-safe reimagination of VFL

1.0.1

10 Jan 23:40

Choose a tag to compare

FixFlex 1.0.1 is released! 🎉🚢🚀
FixFlex is a simple yet powerful Auto Layout library built on top of the NSLayoutAnchor API, a swifty and type-safe reimagination of VFL

1.0.0

09 Jan 23:56

Choose a tag to compare

The first public release of the FixFlex library! 🎉🚢🚀
FixFlex is a simple yet powerful Auto Layout library built on top of the NSLayoutAnchor API, a swifty and type-safe reimagination of VFL