Skip to content

Latest commit

 

History

History
73 lines (50 loc) · 2.84 KB

CHANGELOG.md

File metadata and controls

73 lines (50 loc) · 2.84 KB

Changelog

0.4.2

Patch Changes

  • accept nullish value in out tangets

0.4.1

Patch Changes

  • typo in markers toJson

0.4.0

Minor Changes

  • text layer abstractions, hotfixes and null handling on root properties, color conversion helper method, additional shape types

Patch Changes

  • 047dbc2: Minor features fixes

    Improvements

    Add matteMode, matteTarget, isHidden & matchName properties to layers Add merge shape Add public parent references to layers

    Fixes

    Allow bezier tangent values to have more than 2 numbers Fix layer serialization in precomposition assets

0.2.3

Patch Changes

0.1.0 (2021-10-19)

Bug Fixes

  • layer: shape layer serialization (d17188f)
  • Linting issues (e88f426)
  • ellipse: added missing property Direction (58bc619)
  • fix import: fix import for test file (c59c1ab)

Features

  • Add constructors for animated properties and keyframes (be30ed4)
  • add marker support (ec26c59)
  • Add rounded corners shape (589fb43)
  • Add star shape (35360d6)
  • Implement Gradients (ca898bd)
  • Repeater shape (6b42c08)
  • Trim multiple shapes mode (ba6cdad)
  • color extraction updates: color extraction code (e935e00)
  • theming code: theming code (c4fda3f)