Releases: mergesort/Slope
Releases · mergesort/Slope
A Gradient Colored Package
Swift Updates Ironically Take Forever
- Adding Swift 4.2 support.
Dangling pointers
-
Exposing
GradientComponents.color
andGradientComponents.location
publicly for those who want to create their ownGradient
s. -
Exposing
GradientAngle.reversed
publicly.
A Cute And Not Cute Angles
A Cute And Not Cute Angles
Thanks to @adamstener for the big help with this release!
GradientAngle
has been added. You can choose from four predefined angles (.vertical
,.horizontal
,.bottomLeftToTopRight
,topLeftToBottomRight
) or initialize your own start and end points.
Breaking changes
GradientDirection
has been removed. If you need to useGradientDirection.darkToLight
, instead use the.reversed
property ofGradientAngle
.
Shiny Things
Initial commit.