Skip to content

Releases: LottieFiles/lottie-js

v0.1.0

19 Oct 07:00
Compare
Choose a tag to compare

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)

Release 0.0.14

10 May 11:57
Compare
Choose a tag to compare
  • Merge branch 'main' of github.com:LottieFiles/lottie-js into main (89d6742)
  • feat(ci/cd testing): cI/CD testing (3fe54a2)

Release 0.0.13

10 May 11:24
Compare
Choose a tag to compare
  • Update release.yml (5e54181)
  • docs(readme): updated readme (eddad1b)
  • chore(build pipeline fix): build pipeline fix (dbf9ede)
  • docs(readme.md): gitbook doc link added (c17615f)
  • chore(pr template): pr template updated (b384431)
  • chore(package): added github workflow files,semantic release setup (4a10a58)
  • Create PULL_REQUEST_TEMPLATE.md (1d9f4f3)
  • Create ISSUE_TEMPLATE.md (cf21ec1)
  • Add build banner (383f30a)
  • v0.0.12 (066141f)
  • Fix property value default (36c55a7)
  • v0.0.11 (c0c7231)
  • v0.0.10 (433b6de)
  • Merge branch 'main' of https://github.com/LottieFiles/lottie-js into main (7fb8be7)
  • chore: Standardize line-endings in git (afb50a3)
  • Merge pull request #5 from LottieFiles/fix-tojson-calls (4c2fee0)
  • chore: Add filesize display on build (8edca56)
  • fix: Add explicity serialization in toJSON calls (9aa6e24)
  • Merge pull request #4 from LottieFiles/refactor-cyclic-dependencies (154d477)
  • Fix cyclic dependencies (e47584b)
  • Merge pull request #3 from LottieFiles/add-umd-cjs-es-build (20dd5de)
  • Add UMD/CJS/ES build paths and optimizations (d10724b)
  • v0.0.8 (88c1c3b)
  • Merge pull request #2 from LottieFiles/update-example (da2fea7)
  • Change action runner for jest coverage (fd6d172)
  • Rename Asset.ts to asset.ts (f926776)
  • Change test to run on node 12.x only (6f9649c)
  • Update example to demo totalFrames, duration functions (dddb5f7)
  • v0.0.7 (5767671)
  • Add initial config for release-it (05a64e4)
  • Fix Github action for testing (2f8e9c9)
  • Merge pull request #1 from LottieFiles/lowercase-filenames (6242c38)
  • Rename Layer.ts to layer.ts (7465430)
  • Rename Mask.ts to mask.ts (28d6e7c)
  • Rename Property.ts to property.ts (d5a8ccf)
  • Rename Shape.ts to shape.ts (89f18eb)
  • Add duration, fileSize, totalFrames and misc changes (e72fff8)
  • Add dist cleanup before bundling (b10aa3c)
  • Add prod/dev build options (c5ef9e5)
  • Release 0.0.5 (3b45185)
  • Change getColors to return unique colors as RGBA array (4e3fc1f)
  • Add example (5f124c1)
  • Move test for Animation class (d525a30)
  • Add Animation.fromURL method (4ee69c6)
  • Add VSCode IDE configs recommendation (8dea44a)
  • Release 0.0.1 (df3a391)
  • Prepare for release (08d89aa)
  • Initial commit (75714bc)