Skip to content

Releases: ScottRobbins/DeclarativeLayout

0.8.0

01 Apr 00:54
Compare
Choose a tag to compare
  • Small performance improvements in constraint diffing
  • Allows passing views with an identifier, to allow efficient use of default views when updating the layout
  • Can now add constraints using variadic function instead of passing an array
  • Lighter syntax to reflect your layout being a description of what you would like the view to be than actions you are taking
  • Standardizing on example shortening component to com
  • Updated for Xcode 10.2 and Swift 5

0.7.0

04 Mar 06:04
Compare
Choose a tag to compare
  • Return layout components to simplify wrapping DeclarativeLayout with other libraries
  • Add ability to add layout guides
  • Add default arguments for adding views/layout guides
  • Remove view and superview from layout closure arguments
  • Fixes bug with StackView when removing a view from being an arranged subview
  • Fixed bug when updating layout more than once causing constraints to not be updated correctly

0.6.0

14 Oct 08:04
f4d1b8f
Compare
Choose a tag to compare
  • Updated to Swift 4.2
  • Added various performance improvements
  • Added a "Tips" section to README