Stevia v5.0.0 Release Notes

Release Date: 2020-04-05 // almost 4 years ago
    • โž• Adds support for CGFloat for all apis
    • % constraints can now be used in layout blocks for margins, height & spaces
    • sv() is renamed to subviews() for clarity
    • ๐Ÿ— subviews() has now its function builder counterpart: subviews{} (no more commas!)
    • ๐Ÿ— layout() has now its function builder counterpart: layout {}
    • fillVertically(m:) is renamed to fillVertically(padding:)
    • fillHorizontally(m:) is renamed to fillHorizontally(padding:)
    • fillContainer(x) is renamed to fillContainer(padding: x)
    • centerHorizontally(x) is renamed to centerHorizontally(offset: x)
    • ๐Ÿ‘ Double dash -- operator is renamed in hyphen bullet for better compile times. (auto replace)
    • โž• Adds UIStackView arrangedSubviews {} function builder