Skip to content

Releases: mergesort/Slope

A Gradient Colored Package

19 Jan 22:14
Compare
Choose a tag to compare
  • Adding Swift 5.1 support.
  • Adding SPM support.

Swift Updates Ironically Take Forever

26 Dec 23:07
b4d4500
Compare
Choose a tag to compare
  • Adding Swift 4.2 support.

Dangling pointers

01 Sep 01:25
Compare
Choose a tag to compare
  • Exposing GradientComponents.color and GradientComponents.location publicly for those who want to create their own Gradients.

  • Exposing GradientAngle.reversed publicly.

A Cute And Not Cute Angles

01 Sep 00:33
Compare
Choose a tag to compare

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 use GradientDirection.darkToLight, instead use the .reversed property of GradientAngle.

Shiny Things

07 Jul 15:56
Compare
Choose a tag to compare

Initial commit.