Releases: tom2strobl/smooth-shadow
Releases · tom2strobl/smooth-shadow
v1.0.0
Breaking changes:
changed input from arguments list (a, b, c)
to optional options object { a, b, c }
to better allow only setting certain options without setting others.
Introduced lightPosition
option.
- fixed optional options object and 'undefined' properties overriding defaults 200e2e5
- fixed no-args case not defaulting b1fb550
- breaking: introduced lightPosition option and changed options from argument list to argument object to allow more ergonomic cherry picking of options breaking: changed name from rgb to color also compressed lib output 1f00c6a
v0.2.2
- improved case where front and back color are the same on smaller distances aae0953
v0.2.1
- readme list improvement and package json wrong keywords 3e1f3b2