Skip to content

Latest commit

 

History

History
142 lines (75 loc) · 3.47 KB

CHANGELOG.md

File metadata and controls

142 lines (75 loc) · 3.47 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.5.12 (2021-12-29)

Features

Bug Fixes

0.5.11 (2021-11-11)

Bug Fixes

0.5.10 (2021-11-01)

0.5.9 (2021-08-23)

Bug Fixes

  • utilities: 🐛 fix noise function (6c9ac3a)

0.5.8 (2021-08-23)

Features

  • add loopMeta to ShapeLoop loop vertex callback (414a2fd)
  • add noise min max value (71d6523)

Bug Fixes

  • 🐛 fix anchor when resize (13579e0)
  • fix static getBuffer argument (853cffb)

0.5.7 (2021-07-29)

0.5.6 (2021-07-27)

  • Fix drawer type

0.5.5 (2021-07-17)

  • Add anchor to ShapeBase

0.5.4 (2021-07-17)

  • Fix anchor settings
  • Fix module path for cdn

0.5.3 (2021-07-17)

  • Add "build" folder to files in package.json

0.5.2 (2021-07-17)

  • Improve building system (ESM/CJS/Browser)

0.5.1 (2021-06-27)

  • Fix absolute imports

0.5.0 (2021-06-25)

  • Add ShapeFollow
  • Fix ShapeLoop isStaticIndexed
  • Add 'interpolate' utility for buffer morphing
  • ShapeBuffer add dynamic shape
  • Add Modifiers
  • Add SingleRepetitionBounding in indexedBuffer

0.4.6 (2021-03-29)

  • Fix typescript import path

0.4.5 (2021-03-24)

  • Interface refactoring

0.4.4 (2021-03-18)

  • Remove buffer adaption when generate ShapeLoop or ShapeBuffer

0.4.3 (2021-03-17)

  • Change module exports

0.4.2 (2021-03-16)

  • Change build target from CJS to ES6

0.4.1 (2021-03-01)

  • Rename 'style' to 'drawer' property for shape primitive

0.4.0 (2021-03-05)

  • Adapt buffer moved in shape buffer
  • Rename 'angle' to 'current' into IShapeLoopRepetition

0.3.3 (2021-02-24)

  • Fix recursion on not primitive shape

0.3.2 (2021-02-11)

  • Fix getBufferLength
  • Fix clearBuffer for ShapeRecursive
  • Add ShapeLoop subdivide for static inc

0.3.0 (2021-01-25)

  • Remove time and Context from IPropArguments

0.2.4 (2021-01-24)

  • Minor fix

0.2.3 (2021-01-09)

  • Fix parent when indexing

0.2.2 (2020-12-14)

  • Add RecoursiveShape
  • Move to 'style' the properties used by drawer
  • Rename RegularPolygon to Polygon

0.1.0-alpha.2 (2020-11-12)

  • In the generation of the shapes the 'squeeze' was moved before apply the transformations