8000 Releases ยท freshOS/Stevia ยท GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: freshOS/Stevia

iOS 26 fix

16 Jun 14:51
a925d9b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.1.0...6.2.0

Swift Testing

24 Sep 17:18
1c2eaef
Compare
Choose a tag to compare

Migrates XCTests to new Swift Testing framework.

Swift 6

22 Sep 03:34
93cc468
Compare
Choose a tag to compare

Migrates codebase to Swift 6.

Swift 5.9

06 Mar 07:45
Compare
Choose a tag to compare
5.1.4

Bumps to Swift 5.9

Adds PrivacyInfo.xcprivacy

06 Mar 07:41
Compare
Choose a tag to compare
5.1.3

Adds PrivacyInfo.xcprivacy

5.1.2

23 May 18:16
Compare
Choose a tag to compare
  • Undeprecates the double dash "--" operator to address compile time issues as explained in #165

Thanks @cowgp for this release.

5.1.1

19 Nov 12:14
a32dc3c
Compare
Choose a tag to compare

-Adds Int and CGFloat variants for SteviaLayoutAnchor operators. (Fixes #153)

Congrats @edulpn for this release ๐Ÿ‘

5.1.0 swift-tools-version:5.3

21 Sep 13:14
Compare
Choose a tag to compare

Updates to swift-tools-version:5.3

5.0.1 Fixes CGFloats in Layout blocks

20 Apr 07:59
Compare
Choose a tag to compare

Thanks @moliya for noticing CGFloat values were broken in layout blocks, this is now fixed ๐ŸŽ‰

5.0.0 - Function builders, % api, CGFloat, api clean, UIStackViews !

05 Apr 10:08
Compare
Choose a tag to compare

โš ๏ธ A serious bug has been found in this release, please use 5.0.1 instead โš ๏ธ

Bug found that can break your layouts -> #141

  • 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
0