UNPKG

regl-shape

Version:
27 lines (16 loc) 895 B
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [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