ed-asriyan / lottie-converter

Converts Lottie Animations (.json / .lottie) and Telegram stickers (*.tgs) to GIF / PNG / APNG / WEBP / WEBM
https://t.me/tgtowabot
MIT License
795 stars 72 forks source link

Bump lottie-web from 5.8.1 to 5.9.5 #72

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps lottie-web from 5.8.1 to 5.9.5.

Changelog

Sourced from lottie-web's changelog.

V 5.9.5

  • FIX: Expand the hybrid shape bounding box on stroke (thanks @​mbasaglia)
  • FEATURE: support filter size on drop shadow property
  • FIX: canvas worker - handle destroying animation instance before data is loaded
  • FIX: canvas worker = pass own canvas fix (thanks @​knenkne)
  • FIX: bodymovin extension out of storage
  • FEATURE: integration with canilottie

V 5.9.4

  • FIX: support for all marker definitions
  • FIX: improve composable filters
  • FIX: strokes with correct width on fonts

V 5.9.3

  • FEATURE: Add support for isPaused property on lottie worker
  • FEATURE: Adds support for changing volume based on the audio layer data
  • FEATURE: add support for removeEventListener on worker
  • FEATURE: add support for updateDocumentData on worker
  • FEATURE: add text as font support on worker
  • FIX: avoid crash when script does not have src

V 5.9.2

  • FEATURE: add support for playsegments and blend mode on lottie worker
  • FIX: Fix ts typing for loadAnimation parameter
  • FEATURE: allows to set width and height of svg from config
  • FIX: Fix getMarkerData bug
  • FEATURE: Add type for goToAndPlay & goToAndStop
  • FIX: add time to list of code for preventing removal
  • FIX: glyphs removed from DOM before reloading

V 5.9.1

  • FIX: navigator validation for SSR

V 5.9.0

  • FEATURE: Added support for using shapes as animated characters
  • FIX: added methods used by expressions to an array to prevent treeshaking
  • DEV: Migrated code to imports
  • DEV: Use Rollup for build process
Commits
  • 08a4af8 version 5.9.5
  • fcbcd1a Merge branch 'master' of github.com:airbnb/lottie-web
  • 882397c Merge pull request #2780 from mbasaglia/hybrid_stroke_bbox
  • 50a8327 Replace spread with for loop
  • 6ef8470 support filter size on drop shadow property
  • d14e884 Merge branch 'master' of github.com:airbnb/lottie-web
  • 748361b remove unused module
  • 5fb473d Merge pull request #2783 from knenkne/fix/worker-own-canvas
  • e4fe8d1 [Canvas worker] removing unnecessary element creation
  • 0f2fdda [Canvas worker] transfer control only if needed
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)