What's Changed
- Add a RendererInterface by @casperbakker in #206
Breaking changes
- All Renderers (introduced in v3) now wants the
$width
instead of a$widthFactor
to make the renderers consistent - Colors are always set with an array of RGB colors (for example
[255, 0, 0]
for red)
I forgot to add these changes to v3, so now added in this 3.2.0 release while not many people are using v3.
Full Changelog: v3.1.0...v3.2.0