Releases: fundevogel/tiny-phpeanuts
Releases · fundevogel/tiny-phpeanuts
v1.0.1
This patch release removes a trailing comma in a function call, thx @nickolanack!
v1.0.0
Adding backgroundColor, role attribute & preferViewbox switch
v0.3.1
Fixing $classes; adding more tweaks to root SVG element
v0.3.0
Primarily adds $classes
..
v0.2.0
This release moves all inline style
attributes to their own property, eg <circle style="fill: 0">
becomes <circle fill="0">
, which fixes CSP violations because of unsafe-inline
.