Skip to content

Releases: PowerShellWeb/Gradient

Gradient 0.1.1

13 Jan 06:32
94e1fff

Choose a tag to compare

Gradient 0.1.1:

  • Better Gradient Stacking (#21)
  • Gradient.css joins with newlines (#20)
  • Gradient.json returns the gradient as json (for easy Element.animate) (#6)
  • Gradient.html returns the gradient as an HTML fragment (#22)
  • Gradient.ToString is more flexible (#23)

Additional history found in CHANGELOG

Gradient 0.1

29 Dec 22:11
597947f

Choose a tag to compare

Gradient 0.1:

Initial Gradient Module (#1)

  • Get-Gradient (aka Gradient) gets gradients (#3)
  • It returns Gradient objects, using the .Input
    • Have a .CSS property (#4)
    • Hava a .SVG property (#5)
    • Have a .GradientTypePattern (#15)
    • Can get a .GradientType (#16) (defaulting to radial-gradient)
    • Will .ToString() to .CSS (#17)
    • Displays Input and CSS by default (#18)
  • Basic Module Scaffolding
    • GitHub Workflow (#2)
    • GitHub Action (#7)
    • Tests (#8)
    • Sponsorship (#14)
    • Code of Conduct (#9)
    • Contributing Guide (#10)
    • Security notice (#11)
  • Also, initial examples are in /Examples (#13)