Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 26, 2025

This PR contains the following updates:

Package Change Age Confidence
lottie-web-vue ^1.2.0^2.0.0 age confidence

Release Notes

garbit/lottie-web-vue (lottie-web-vue)

v2.0.7

Compare Source

Resolved Vite + Typescript typing errors

The component now registeres in Vite + Typescript vue applications 🎉 !

v2.0.6

Compare Source

v2.0.5

Compare Source

v2.0.4

Compare Source

Complete rewrite and new props + methods

Added Vue 3 support + Typescript and will continue to target Vue 3. Those using Vue 2.x you must use v1.2.1. The new plugin will continue to improve on Vue 3 now that it has been officially launched.

Summary

  • Added new props, methods, and events
  • Vue 3 support

New Props:

  • speed to set playback speed

New Methods:

  • setSpeed [number: speed]
    Using this.$refs.anim.setSpeed(2) you can set the playback speed to 2. Default speed is set to 1.

  • goToAndStop [Position: frame number or seconds, isFrame: boolean]
    Using this.$refs.anim.goToAndStop(10, true you can set the specific frame you wish the animation to stop at. Pass in the frame number or seconds to play and if the first value is a frame or a time as true/false. This function will raise an emit (add @​stopped="Yourfunction()" to your lottie-animation listen for it).

  • goToAndPlay [Position: frame number or seconds, isFrame: boolean]
    Using this.$refs.anim.goToAndPlay(50, true) allows you to specify the start time of the animation in either frame number (passing isFrame true/false if value is a frame or in seconds).

  • setDirection [Direction: -1: reverse, 1: forwards]
    Using this.$refs.anim.setDirection(-1) you can reverse your animation. You can pass in either AnimationDirection. to reverse the animation or 1 to play forwards. Default playback is 1.

  • getDuration [inFrames: true/false] (Using this.$refs.anim.getDuration(true) you can retrieve the current duration of the animation in frames or seconds (false). If you pass true, function returns duration in frames, if false, duration is passed back in seconds. Default is false (returned in seconds).

  • destroy
    Using this.$refs.anim.destroy() you can destroy the animation from the DOM.

New Events:

  • @​segmentStart (Event is fired when the animation enters each animation segment)
  • @​stopped (Playing the animation using goToAndStop() function will raise an event once the animation has stopped at the designated frame.)

v2.0.3

Compare Source

v2.0.2

Compare Source

v2.0.1

Compare Source

v2.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/lottie-web-vue-2.x branch from 9406e7d to c2fee4a Compare August 10, 2025 14:24
@renovate renovate bot force-pushed the renovate/lottie-web-vue-2.x branch from c2fee4a to ea2d63c Compare August 19, 2025 18:33
@renovate renovate bot force-pushed the renovate/lottie-web-vue-2.x branch from ea2d63c to a823661 Compare August 31, 2025 13:58
@renovate renovate bot force-pushed the renovate/lottie-web-vue-2.x branch from a823661 to 3d99f0e Compare September 25, 2025 18:41
@renovate renovate bot force-pushed the renovate/lottie-web-vue-2.x branch from 3d99f0e to 2ded504 Compare November 10, 2025 20:04
@renovate renovate bot force-pushed the renovate/lottie-web-vue-2.x branch from 2ded504 to 1a4d0d5 Compare November 19, 2025 00:32
@renovate renovate bot force-pushed the renovate/lottie-web-vue-2.x branch from 1a4d0d5 to ef4361a Compare December 3, 2025 18:40
@renovate renovate bot force-pushed the renovate/lottie-web-vue-2.x branch from ef4361a to f8104a6 Compare December 31, 2025 13:32
@renovate renovate bot force-pushed the renovate/lottie-web-vue-2.x branch 2 times, most recently from ea7a153 to 001fb61 Compare January 23, 2026 18:28
@renovate renovate bot force-pushed the renovate/lottie-web-vue-2.x branch from 001fb61 to 8a56a12 Compare February 2, 2026 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants