@lottiefiles/lottie-player 1.5.2 → 1.5.3
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +39 -57
- package/dist/lottie-player.esm.js +36 -6752
- package/dist/lottie-player.esm.js.map +1 -1
- package/dist/lottie-player.js +61 -6787
- package/dist/lottie-player.js.map +1 -1
- package/dist/tgs-player.esm.js +186 -0
- package/dist/tgs-player.esm.js.map +1 -0
- package/dist/tgs-player.js +186 -0
- package/dist/tgs-player.js.map +1 -0
- package/package.json +1 -1
- package/dist/index.html +0 -49
- package/dist/sticker.tgs +0 -0
package/CHANGELOG.md
CHANGED
@@ -1,158 +1,140 @@
|
|
1
1
|
# Changelog
|
2
|
+
|
2
3
|
All notable changes to this project will be documented in this file.
|
3
4
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), enforced with [semantic-release](https://github.com/semantic-release/semantic-release).
|
4
5
|
|
6
|
+
## 1.5.3
|
5
7
|
|
6
|
-
|
8
|
+
### Bug Fixes
|
7
9
|
|
10
|
+
- Missing tgs player.js file added
|
11
|
+
|
12
|
+
## 1.5.2
|
8
13
|
|
9
14
|
### Bug Fixes
|
10
15
|
|
11
|
-
|
16
|
+
- Lang tag added, tests added to test for breakage of interactivity library.
|
12
17
|
|
18
|
+
## 1.5.1
|
13
19
|
|
14
|
-
|
20
|
+
### Bug Fixes
|
15
21
|
|
22
|
+
- **web-worker:** fixed web worker prop to work correctly with proper bundling adjustments.
|
16
23
|
|
17
|
-
|
24
|
+
## 1.5.0
|
18
25
|
|
19
|
-
|
26
|
+
### Bug Fixes
|
20
27
|
|
28
|
+
- **web-worker:** added web worker prop.
|
21
29
|
|
22
30
|
## 1.4.5
|
23
31
|
|
24
|
-
|
25
32
|
### Bug Fixes
|
26
33
|
|
27
|
-
|
28
|
-
|
34
|
+
- **loop:** loop counter started at zero. changed to 1 instead.
|
29
35
|
|
30
36
|
## 1.4.4
|
31
37
|
|
32
|
-
|
33
38
|
### Bug Fixes
|
34
39
|
|
35
|
-
|
36
|
-
|
40
|
+
- **resize:** fixed width and height responsiveness issues
|
37
41
|
|
38
42
|
## 1.4.3
|
39
43
|
|
40
|
-
|
41
44
|
### Bug Fixes
|
42
45
|
|
43
|
-
|
44
|
-
|
46
|
+
- **safari:** fixed safari glitching animation issue (used flex for controls placement instead of grid system)
|
45
47
|
|
46
48
|
## 1.4.2
|
47
49
|
|
48
|
-
|
49
50
|
### Bug Fixes
|
50
51
|
|
51
|
-
|
52
|
-
|
52
|
+
- **code:** fixed typescript errors with type assertions and restructuring of code
|
53
53
|
|
54
54
|
## 1.4.1
|
55
55
|
|
56
|
-
|
57
56
|
### Bug Fixes
|
58
57
|
|
59
|
-
|
60
|
-
|
61
|
-
|
58
|
+
- **code:** fixed typescript errors with type assertions and restructuring of code
|
59
|
+
- **container:** added width and height inheritence to animation container
|
62
60
|
|
63
61
|
## 1.4.0
|
64
62
|
|
65
|
-
|
66
63
|
### Features
|
67
64
|
|
68
|
-
|
69
|
-
|
70
|
-
|
65
|
+
- **event listeners:** added event listeners before json error check
|
66
|
+
- **cleanup:** added a destroy method for cleanup of dom
|
71
67
|
|
72
68
|
## 1.3.1
|
73
69
|
|
74
|
-
|
75
70
|
### Chore
|
76
71
|
|
77
|
-
|
78
|
-
|
72
|
+
- **rollback:** rollback previous changes
|
79
73
|
|
80
74
|
## 1.3.0
|
81
75
|
|
82
|
-
|
83
76
|
### Bug Fixes
|
84
77
|
|
85
|
-
|
86
|
-
|
78
|
+
- **network call fix:** attempt to fix dual network call
|
87
79
|
|
88
80
|
## [1.2.1](https://github.com/LottieFiles/lottie-player/compare/v1.2.0...v1.2.1) (2021-09-30)
|
89
81
|
|
90
|
-
|
91
82
|
### Bug Fixes
|
92
83
|
|
93
|
-
|
84
|
+
- **safari fix:** safari height width inherit to container, eslint error fixes ([8c96be5](https://github.com/LottieFiles/lottie-player/commit/8c96be586d3128833d264f2c75511b4d03e95289))
|
94
85
|
|
95
86
|
# [1.2.0](https://github.com/LottieFiles/lottie-player/compare/v1.1.4...v1.2.0) (2021-09-21)
|
96
87
|
|
97
|
-
|
98
88
|
### Features
|
99
89
|
|
100
|
-
|
90
|
+
- **events and cleanup:** added event listeners before json error check and added a destroy method for cleanup ([646d63b](https://github.com/LottieFiles/lottie-player/commit/646d63b14e89a2c0079ddc9224fc8d8e97d84806))
|
101
91
|
|
102
92
|
## [1.1.4](https://github.com/LottieFiles/lottie-player/compare/v1.1.3...v1.1.4) (2021-09-02)
|
103
93
|
|
104
|
-
|
105
94
|
### Bug Fixes
|
106
95
|
|
107
|
-
|
96
|
+
- **rollback:** rollback due to race condition issues ([556307f](https://github.com/LottieFiles/lottie-player/commit/556307fc57a807c03ad1b3639c3e464d73cd87be))
|
108
97
|
|
109
98
|
## [1.1.3](https://github.com/LottieFiles/lottie-player/compare/v1.1.2...v1.1.3) (2021-09-02)
|
110
99
|
|
111
|
-
|
112
100
|
### Bug Fixes
|
113
101
|
|
114
|
-
|
102
|
+
- **asset path bug fix:** asset path bug fix ([27d24e7](https://github.com/LottieFiles/lottie-player/commit/27d24e731b7203f849171657eae190bf55d59be8))
|
115
103
|
|
116
104
|
## [1.1.2](https://github.com/LottieFiles/lottie-player/compare/v1.1.1...v1.1.2) (2021-09-01)
|
117
105
|
|
118
|
-
|
119
106
|
### Bug Fixes
|
120
107
|
|
121
|
-
|
122
|
-
|
108
|
+
- **cleanup:** cleanup ([339c0cb](https://github.com/LottieFiles/lottie-player/commit/339c0cb9396a6a0e5b5264769ac8d7b6498d163c))
|
109
|
+
- **network calls:** removed redundant network call to json url ([8726536](https://github.com/LottieFiles/lottie-player/commit/8726536f12403694e5213c70189d877cc9fdec6a))
|
123
110
|
|
124
111
|
## [1.1.1](https://github.com/LottieFiles/lottie-player/compare/v1.1.0...v1.1.1) (2021-07-06)
|
125
112
|
|
126
|
-
|
127
113
|
### Bug Fixes
|
128
114
|
|
129
|
-
|
115
|
+
- **player.ts:** race condition bug fix ([3a57dba](https://github.com/LottieFiles/lottie-player/commit/3a57dba10c043ec9549dc790e6a83398b0253094))
|
130
116
|
|
131
117
|
# [1.1.0](https://github.com/LottieFiles/lottie-player/compare/v1.0.0...v1.1.0) (2021-07-05)
|
132
118
|
|
133
|
-
|
134
119
|
### Bug Fixes
|
135
120
|
|
136
|
-
|
137
|
-
|
121
|
+
- **duplicate method:** duplicate method bug fix ([7b09f39](https://github.com/LottieFiles/lottie-player/commit/7b09f39d32211575257f873b0219809639a4a1ae))
|
138
122
|
|
139
123
|
### Features
|
140
124
|
|
141
|
-
|
125
|
+
- **err handling:** err handling ([8ac685f](https://github.com/LottieFiles/lottie-player/commit/8ac685f0f9ca33bc1e36593edec16080a6197aa9))
|
142
126
|
|
143
127
|
# 1.0.0 (2021-06-22)
|
144
128
|
|
145
|
-
|
146
129
|
### Bug Fixes
|
147
130
|
|
148
|
-
|
149
|
-
|
131
|
+
- **player.tsx:** race condition fix ([9ec58ef](https://github.com/LottieFiles/lottie-player/commit/9ec58ef4a7ac185a20fc93203fb2409e05178223))
|
150
132
|
|
151
133
|
### Features
|
152
134
|
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
135
|
+
- **accessibility:** added aria labels, and roles needed for voiceover tools,added keyboard ctrls ([1a76011](https://github.com/LottieFiles/lottie-player/commit/1a76011a2e908437f25ef9057307bf1bf9431461))
|
136
|
+
- added basic sanity checks/tests ([e6ebe61](https://github.com/LottieFiles/lottie-player/commit/e6ebe616665000ce57e995e242bfee0435e8e71f))
|
137
|
+
- added lerna, sample project using local dependency ([59d0bc0](https://github.com/LottieFiles/lottie-player/commit/59d0bc0f4cb94cd565cd590563c41673b9e43ed9))
|
138
|
+
- fix tests, add sample lottie ([823a104](https://github.com/LottieFiles/lottie-player/commit/823a104094e49e34fb2f851a9ad6d34aebc5d9bf))
|
139
|
+
- **package bump:** lottie web version bump ([71d5339](https://github.com/LottieFiles/lottie-player/commit/71d53399c291b2af30fd7abfad7e35a90efef9d9))
|
140
|
+
- **packages:** lottie web engine bump to 5.7.8 ([f4e1a94](https://github.com/LottieFiles/lottie-player/commit/f4e1a94b61e034aeeb91bb2d4c6f339cb8b16647))
|