vue3-lottie icon indicating copy to clipboard operation
vue3-lottie copied to clipboard

v3

Open reslear opened this issue 3 years ago • 6 comments
trafficstars

Refactor:

  • [x] updated build system
  • [x] export types props, options
  • [x] inline css (no need import .css file)
  • [x] reactive data/url (full check, safe parse)
  • [x] back again to script setup

Docs

  • [x] migration guide
  • [x] add new props
  • [ ] write about priority
  • [x] update site documentation @megasanjay

Optimizations

  • [x] destroy lottie is component unmount
  • [ ] add docs how to use static assets
  • [ ] unattach events

TODO:

  • [x] fix loading lottie
  • [ ] migrate to ref syntax
  • [ ] ⁉️ maybe external lottie-web and set optional peerDependency
  • [ ] off renovate bot @megasanjay
  • [ ] check work with vite-plugin-ssg
  • [ ] check work in nuxt @megasanjay
  • [x] dotlottie support?

reslear avatar Oct 07 '22 05:10 reslear

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
vue3-lottie ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 24, 2023 at 6:17PM (UTC)

vercel[bot] avatar Oct 07 '22 05:10 vercel[bot]

This pull request introduces 1 alert when merging 75c7669662c093d6b925a6bced75e36c350daab7 into 4f03c875835df1e8f8a77dff35b9a807020201b9 - view on LGTM.com

new alerts:

  • 1 for Unused variable, import, function or class

lgtm-com[bot] avatar Oct 08 '22 01:10 lgtm-com[bot]

beta version https://www.npmjs.com/package/@reslear/vue3-lottie

reslear avatar Oct 08 '22 01:10 reslear

This pull request introduces 1 alert when merging 96e896660dbc90978d8bd6082e8ba9c2d6f6c732 into 4f03c875835df1e8f8a77dff35b9a807020201b9 - view on LGTM.com

new alerts:

  • 1 for Unused variable, import, function or class

lgtm-com[bot] avatar Oct 10 '22 12:10 lgtm-com[bot]

This pull request introduces 1 alert when merging ce13e827dd05454c11ac0c935c5118c3fb6f4be4 into 4f03c875835df1e8f8a77dff35b9a807020201b9 - view on LGTM.com

new alerts:

  • 1 for Unused variable, import, function or class

lgtm-com[bot] avatar Oct 19 '22 17:10 lgtm-com[bot]

This pull request introduces 1 alert when merging ac3b99602c824a8a5862d90a4f7274dbcae719f5 into 4f03c875835df1e8f8a77dff35b9a807020201b9 - view on LGTM.com

new alerts:

  • 1 for Unused variable, import, function or class

lgtm-com[bot] avatar Oct 19 '22 17:10 lgtm-com[bot]

can we disable all these useless bots?

reslear avatar Nov 09 '22 10:11 reslear

my project after migrate to dotlottie:

telegram-cloud-photo-size-2-5368724032582698000-y

reslear avatar Nov 09 '22 15:11 reslear

bundle size after migrate from asset import -> fetch

Screenshot 2022-11-09 at 16 35 50

reslear avatar Nov 09 '22 15:11 reslear

ok, i'm complete working with nuxt3 suport:

  • [x] add example
  • [x] check in dev/build ssr hydration

alse optimize emits only is need for prevent ddos devtools events panel

Screenshot 2023-02-24 at 16 16 21

you can check new preview version:

v0.0.7

npm i @reslear/vue3-lottie

reslear avatar Feb 24 '23 16:02 reslear