File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.0.9
4+
5+ ### Patch Changes
6+
7+ - c00ddb6: removed reset if not looping
8+
39## 1.0.8
410
511### Patch Changes
Original file line number Diff line number Diff line change 1414 :player-size =" options.playerSize"
1515 :player-controls =" true"
1616 :showColorPicker =" true"
17- :loop =" true "
17+ :loop =" false "
1818 :speed =" 3"
1919 :autoplay =" true"
2020 mode =" normal"
Original file line number Diff line number Diff line change 11{
22 "name" : " @lottiefiles/vue-lottie-player" ,
3- "version" : " 1.0.8 " ,
3+ "version" : " 1.0.9 " ,
44 "description" : " Lottie player wrapper for Vue.js by LottieFiles" ,
55 "scripts" : {
66 "build" : " vue-cli-service build --target lib --name vue-lottie-player ./src/index.js && rm ./dist/demo.html" ,
Original file line number Diff line number Diff line change @@ -179,12 +179,6 @@ export default {
179179 this .loading = false ;
180180 }.bind (this )
181181 );
182- this .player .addEventListener (
183- " complete" ,
184- function () {
185- this .stop ();
186- }.bind (this )
187- );
188182 this .options .backgroundColor = this .backgroundColor ;
189183 this .options .speed = this .speed ;
190184 this .options .loop = this .loop ;
You can’t perform that action at this time.
0 commit comments