Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jul 23, 2024

Bumps @lottiefiles/dotlottie-web from 0.18.0 to 0.29.2.

Release notes

Sourced from @​lottiefiles/dotlottie-web's releases.

@​lottiefiles/dotlottie-web@​0.29.2

Patch Changes

  • d942dd2: fix(web): animation file type detection and improved error handling for dotLottie and Lottie JSON files.

@​lottiefiles/dotlottie-web@​0.29.1

Patch Changes

  • dc66e8e: Revert "chore(web): 🤖 upgrade dotlottie-rs\@​v0.1.25 wasm bindings (#284)"

@​lottiefiles/dotlottie-web@​0.29.0

Minor Changes

  • 400c333: adds loadStateMachineData to web worker.

Patch Changes

  • ca7bb5a: chore(web): 🤖 upgrade dotlottie-rs\@​v0.1.25 wasm bindings

@​lottiefiles/dotlottie-web@​0.28.0

Minor Changes

  • 1d26a93: feat(web): 🎸 DotLottieWorker

    Introducing DotLottieWorker, a new class for offloading animation rendering to a Web Worker, enhancing application performance by freeing the main thread from expensive animations rendering. The API remains similar to DotLottie, with most methods being asynchronous.

    Basic Usage

    import { DotLottieWorker } from '@lottiefiles/dotlottie-web';
    new DotLottieWorker({
    canvas: document.getElementById('canvas'),
    src: 'url/to/animation.json',
    autoplay: true,
    loop: true,
    });

    Worker Grouping

    By default, all animations using DotLottieWorker are rendered in the same worker. To group animations into different workers, use the workerId property in the configuration object, as shown below:

    new DotLottieWorker({
      canvas: document.getElementById('canvas'),
      src: 'url/to/animation.json',

... (truncated)

Changelog

Sourced from @​lottiefiles/dotlottie-web's changelog.

0.29.2

Patch Changes

  • d942dd2: fix(web): animation file type detection and improved error handling for dotLottie and Lottie JSON files.

0.29.1

Patch Changes

  • dc66e8e: Revert "chore(web): 🤖 upgrade dotlottie-rs@v0.1.25 wasm bindings (#284)"

0.29.0

Minor Changes

  • 400c333: adds loadStateMachineData to web worker.

Patch Changes

  • ca7bb5a: chore(web): 🤖 upgrade dotlottie-rs@v0.1.25 wasm bindings

0.28.0

Minor Changes

  • 1d26a93: feat(web): 🎸 DotLottieWorker

    Introducing DotLottieWorker, a new class for offloading animation rendering to a Web Worker, enhancing application performance by freeing the main thread from expensive animations rendering. The API remains similar to DotLottie, with most methods being asynchronous.

    Basic Usage

    import { DotLottieWorker } from '@lottiefiles/dotlottie-web';
    new DotLottieWorker({
    canvas: document.getElementById('canvas'),
    src: 'url/to/animation.json',
    autoplay: true,
    loop: true,
    });

    Worker Grouping

    By default, all animations using DotLottieWorker are rendered in the same worker. To group animations into different workers, use the workerId property in the configuration object, as shown below:

... (truncated)

Commits
  • a73d29f chore: update versions (#299)
  • d942dd2 fix(web): 🐛 animation type[dotLottie/lottie] detection (#285)
  • c74b1dc chore: update versions (#295)
  • dc66e8e Revert "chore(web): 🤖 upgrade dotlottie-rs@v0.1.25 wasm bindings (#284)" (#294)
  • 87672bc chore: update versions (#291)
  • eebb307 feat(react): 🎸 add DotLottieWorkerReact component (#289)
  • 400c333 feat: added loadStateMachineData to worker (#290)
  • aff8be5 Revert "chore: 🤖 upgrade test environment" (#288)
  • 96c2d56 chore: 🤖 upgrade test environment
  • ca7bb5a chore(web): 🤖 upgrade dotlottie-rs@v0.1.25 wasm bindings (#284)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [@lottiefiles/dotlottie-web](https://github.com/LottieFiles/dotlottie-web/tree/HEAD/packages/web) from 0.18.0 to 0.29.2.
- [Release notes](https://github.com/LottieFiles/dotlottie-web/releases)
- [Changelog](https://github.com/LottieFiles/dotlottie-web/blob/main/packages/web/CHANGELOG.md)
- [Commits](https://github.com/LottieFiles/dotlottie-web/commits/@lottiefiles/dotlottie-web@0.29.2/packages/web)

---
updated-dependencies:
- dependency-name: "@lottiefiles/dotlottie-web"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants