Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (16 loc) · 895 Bytes

CHANGELOG.md

File metadata and controls

26 lines (16 loc) · 895 Bytes

Changelog

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.

[Unreleased]

  • Support for filled shapes added.

[1.0.2] - 2020-06-24

  • Does not force the user anymore to provide the count attribute in the props. If count 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.

[1.0.1] - 2020-06-23

  • 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

[1.0.0] - 2020-06-17

Initial release