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 1
1
# Changelog
2
2
3
+ ## 1.0.9
4
+
5
+ ### Patch Changes
6
+
7
+ - c00ddb6: removed reset if not looping
8
+
3
9
## 1.0.8
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 14
14
:player-size =" options.playerSize"
15
15
:player-controls =" true"
16
16
:showColorPicker =" true"
17
- :loop =" true "
17
+ :loop =" false "
18
18
:speed =" 3"
19
19
:autoplay =" true"
20
20
mode =" normal"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lottiefiles/vue-lottie-player" ,
3
- "version" : " 1.0.8 " ,
3
+ "version" : " 1.0.9 " ,
4
4
"description" : " Lottie player wrapper for Vue.js by LottieFiles" ,
5
5
"scripts" : {
6
6
"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 {
179
179
this .loading = false ;
180
180
}.bind (this )
181
181
);
182
- this .player .addEventListener (
183
- " complete" ,
184
- function () {
185
- this .stop ();
186
- }.bind (this )
187
- );
188
182
this .options .backgroundColor = this .backgroundColor ;
189
183
this .options .speed = this .speed ;
190
184
this .options .loop = this .loop ;
You can’t perform that action at this time.
0 commit comments