All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Support for filled shapes added.
- Does not force the user anymore to provide the
count
attribute in the props. Ifcount
is not provided, the module automatically assumes that the whole point array should be used for the shape. - It is now possible to set the
dashes
property in order to render dashed shape strokes. - Documentation for input properties added.
- CHANGELOG added
- The color of the shape's stroke can now be specified with either one color or an array of colors
- Screenshot of example code added to README
Initial release