- 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)
Initial Gradient Module (#1)
Get-Gradient(akaGradient) gets gradients (#3)- It returns
Gradientobjects, using the.Input- Have a
.CSSproperty (#4) - Hava a
.SVGproperty (#5) - Have a
.GradientTypePattern(#15) - Can get a
.GradientType(#16) (defaulting toradial-gradient) - Will
.ToString()to.CSS(#17) - Displays Input and CSS by default (#18)
- Have a
- 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)