All Versions
31
Latest Version
Avg Release Cycle
75 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v1.3.24 Changes
π Released on 2022-04-08
Change the access control of margin padding functions
β Added by OhKanghoon in Pull Request #199
-
v1.3.23 Changes
π Released on 2021-11-22
π Percent padding support.
π New methods:
paddingTop(_ percent: FPercent)
**paddingLeft(_ percent: FPercent)
**paddingBottom(_ percent: FPercent)
**paddingRight(_ percent: FPercent)
**paddingStart(_ percent: FPercent)
**paddingEnd(_ percent: FPercent)
**paddingHorizontal(_ percent: FPercent)
**paddingVertical(_ percent: FPercent)
**
β Added by albertocs-noma in Pull Request #159
-
v1.3.22 Changes
π Released on 2021-10-25
-
v1.3.20 Changes
May 29, 2020π Released on 2020-05-29
β Add baseline item support. π Note that for now baseline support is only for the first baseline.
β Added by Michael Ong in Pull Request #159
-
v1.3.19
May 29, 2020 -
v1.3.18 Changes
May 01, 2020 -
v1.3.17 Changes
October 09, 2019β Add new methods to position items in absolute positionning (https://github.com/layoutBox/FlexLayout#4-absolute-positioning):
vertically(: CGFloat)
/vertically(: FPercent)
:
Controls the distance childβs top and bottom edges from the parentβs edges. Equal totop().bottom()
.horizontally(: CGFloat)
/horizontally(: FPercent)
:
Controls the distance childβs left and right edges from the parentβs edges. Equal toleft().right()
.all(: CGFloat)
/all(: FPercent)
:
Controls the distance childβs edges from the parentβs edges. Equal totop().bottom().left().right()
.
-
v1.3.16 Changes
August 03, 2019π 1.3.16
π Released on 2019-08-03
- 0οΈβ£ Delegate isIncludedInLayout to yoga vs using default value:
π Previously the value ofisIncludedInLayout
may have not reflect what the underlying yoga value is as the developer may have manipulated the yoga value directly. This could potentially leave the Flex initial value out of sync. This change defers the get/set of this property to yoga.
- 0οΈβ£ Delegate isIncludedInLayout to yoga vs using default value:
-
v1.3.15 Changes
June 08, 2019π 1.3.15
π Released on 2019-06-07
- π Fix public extension warning
- Added by Levi McCallum in Pull Request #131
- β‘οΈ Update to Swift 4.2
- β‘οΈ Update cocoapods to 1.7
- π Fix public extension warning
-
v1.3.14 Changes
May 17, 2019π Released on 2019-05-17
β Add method:
basis(_ : FPercent)
: This method is similar tobasis(_ : CGFloat?)
but takes a percentage parameter.β Added by Andreas Mattsson in Pull Request #128