@lottiefiles/lottie-player 1.5.7 → 1.5.8

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lottiefiles/lottie-player",
3
- "version": "1.5.7",
3
+ "version": "1.5.8",
4
4
  "description": "Lottie animation and Telegram Sticker player web components.",
5
5
  "main": "dist/lottie-player.js",
6
6
  "module": "dist/lottie-player.esm.js",
@@ -30,7 +30,7 @@
30
30
  "dependencies": {
31
31
  "@types/pako": "^1.0.1",
32
32
  "lit": "^2.1.2",
33
- "lottie-web": "^5.8.1",
33
+ "lottie-web": "^5.9.6",
34
34
  "pako": "^2.0.4",
35
35
  "resize-observer-polyfill": "^1.5.1"
36
36
  },
package/CHANGELOG.md DELETED
@@ -1,193 +0,0 @@
1
- # Changelog
2
- All notable changes to this project will be documented in this file.
3
- 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.7](https://github.com/LottieFiles/lottie-player/compare/v1.5.6...v1.5.7) (2022-04-25)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * **player:** add isConnected check to disconnectedCallback ([496dc8f](https://github.com/LottieFiles/lottie-player/commit/496dc8f554df392924c3aa668ac6119729afed61))
12
-
13
- ## [1.3.1](https://github.com/LottieFiles/lottie-player/compare/v1.3.0...v1.3.1) (2022-02-22)
14
-
15
-
16
- ### Bug Fixes
17
-
18
- * fixed reversed playback, fixed bounce autoplay, updated readme with missing property ([1fa0f44](https://github.com/LottieFiles/lottie-player/commit/1fa0f4457ae00af9ae05e1ca4cb8e2cb83e3a227))
19
-
20
- # [1.3.0](https://github.com/LottieFiles/lottie-player/compare/v1.2.1...v1.3.0) (2021-12-16)
21
-
22
-
23
- ### Bug Fixes
24
-
25
- * **add web worker:** add web worker ([a7f9491](https://github.com/LottieFiles/lottie-player/commit/a7f9491a151478aafd9b165a2a323ed1c8e84950))
26
- * **count off by 1:** count adds an extra 1 as it starts from 0 ([f4efda4](https://github.com/LottieFiles/lottie-player/commit/f4efda485f3e0c5050aa9766dcb757fa328fd5c7))
27
- * **css changes:** positioning issues fixed where lottie was overflowing out of container ([965823c](https://github.com/LottieFiles/lottie-player/commit/965823c29b4434d1edfdaf0fc4e413ed63e6a3d3))
28
- * **css fix:** safari glitch error fix ([39dad7b](https://github.com/LottieFiles/lottie-player/commit/39dad7bfb0369e6cca54eb029a08c77b90cd57bd))
29
- * **height calculation fic:** height calculation should happen only if controls are keyed in. bugfix ([7ac35d2](https://github.com/LottieFiles/lottie-player/commit/7ac35d2b062e464419d9f06eed4ac7f8cc1f5978))
30
- * **missing build file:** missing build file. tgs player.js ([be764ec](https://github.com/LottieFiles/lottie-player/commit/be764ec04a0848bbf080782e61c4ffc0a3c15908))
31
- * **small updates:** changelog, tests for interactivity lib breakage, lang added to aria labels ([f1c0543](https://github.com/LottieFiles/lottie-player/commit/f1c0543136fe59e043aa45b2d30e085c0c2124c1))
32
- * **version bump:** version bump ([4edc7c4](https://github.com/LottieFiles/lottie-player/commit/4edc7c4065880358a3cf2a5592cea1e889052178))
33
- * **version bump:** version bump ([49dbde2](https://github.com/LottieFiles/lottie-player/commit/49dbde2717395c548d918e0d5d3f3aec6f9e4179))
34
- * **web worker mangling issue:** web worker mangling issue ([1c2632c](https://github.com/LottieFiles/lottie-player/commit/1c2632ce8972437463c3285fd3ea96a7d05f60ad))
35
-
36
-
37
- ### Features
38
-
39
- * **a11y:** fix focus and tabindex ([0dfecbc](https://github.com/LottieFiles/lottie-player/commit/0dfecbc7a2154feb1c19f5d6f99a842bc00a00ae))
40
- * **accessibility:** added lang attribute to control buttons ([388c826](https://github.com/LottieFiles/lottie-player/commit/388c826704096d570f1b8c359f241375ffe13e15))
41
- * **add web worker prop:** added webworker prop ([8a19443](https://github.com/LottieFiles/lottie-player/commit/8a19443c16adc7430ec59bb26824da116fd5609f))
42
- * **bump lottie web:** bump lottie web version to latest ([f1f3422](https://github.com/LottieFiles/lottie-player/commit/f1f34225b53247762918d73e34ff27c5d98925df))
43
- * **player container:** added role on div container ([5dd8868](https://github.com/LottieFiles/lottie-player/commit/5dd88688df6df496c3bd2370d47c57da07976b54))
44
- * **web worker:** web worker bundling ([c1c09da](https://github.com/LottieFiles/lottie-player/commit/c1c09daa68f3212b544ee211d5202e106daab46d))
45
-
46
- # Changelog
47
-
48
- All notable changes to this project will be documented in this file.
49
- 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).
50
-
51
- ## 1.5.4
52
-
53
- - Fix focus with a css outline on button
54
- - Fix tabindex when you have multiple animation on the same page
55
- - Hide svg element from focus list
56
- - Add a way to hide the slider for some animation
57
- - add role to div container to prevent lighthouse warnings
58
-
59
- ## 1.5.3
60
-
61
- ### Bug Fixes
62
-
63
- - Missing tgs player.js file added
64
-
65
- ## 1.5.2
66
-
67
- ### Bug Fixes
68
-
69
- - Lang tag added, tests added to test for breakage of interactivity library.
70
-
71
- ## 1.5.1
72
-
73
- ### Bug Fixes
74
-
75
- - **web-worker:** fixed web worker prop to work correctly with proper bundling adjustments.
76
-
77
- ## 1.5.0
78
-
79
- ### Bug Fixes
80
-
81
- - **web-worker:** added web worker prop.
82
-
83
- ## 1.4.5
84
-
85
- ### Bug Fixes
86
-
87
- - **loop:** loop counter started at zero. changed to 1 instead.
88
-
89
- ## 1.4.4
90
-
91
- ### Bug Fixes
92
-
93
- - **resize:** fixed width and height responsiveness issues
94
-
95
- ## 1.4.3
96
-
97
- ### Bug Fixes
98
-
99
- - **safari:** fixed safari glitching animation issue (used flex for controls placement instead of grid system)
100
-
101
- ## 1.4.2
102
-
103
- ### Bug Fixes
104
-
105
- - **code:** fixed typescript errors with type assertions and restructuring of code
106
-
107
- ## 1.4.1
108
-
109
- ### Bug Fixes
110
-
111
- - **code:** fixed typescript errors with type assertions and restructuring of code
112
- - **container:** added width and height inheritence to animation container
113
-
114
- ## 1.4.0
115
-
116
- ### Features
117
-
118
- - **event listeners:** added event listeners before json error check
119
- - **cleanup:** added a destroy method for cleanup of dom
120
-
121
- ## 1.3.1
122
-
123
- ### Chore
124
-
125
- - **rollback:** rollback previous changes
126
-
127
- ## 1.3.0
128
-
129
- ### Bug Fixes
130
-
131
- - **network call fix:** attempt to fix dual network call
132
-
133
- ## [1.2.1](https://github.com/LottieFiles/lottie-player/compare/v1.2.0...v1.2.1) (2021-09-30)
134
-
135
- ### Bug Fixes
136
-
137
- - **safari fix:** safari height width inherit to container, eslint error fixes ([8c96be5](https://github.com/LottieFiles/lottie-player/commit/8c96be586d3128833d264f2c75511b4d03e95289))
138
-
139
- # [1.2.0](https://github.com/LottieFiles/lottie-player/compare/v1.1.4...v1.2.0) (2021-09-21)
140
-
141
- ### Features
142
-
143
- - **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))
144
-
145
- ## [1.1.4](https://github.com/LottieFiles/lottie-player/compare/v1.1.3...v1.1.4) (2021-09-02)
146
-
147
- ### Bug Fixes
148
-
149
- - **rollback:** rollback due to race condition issues ([556307f](https://github.com/LottieFiles/lottie-player/commit/556307fc57a807c03ad1b3639c3e464d73cd87be))
150
-
151
- ## [1.1.3](https://github.com/LottieFiles/lottie-player/compare/v1.1.2...v1.1.3) (2021-09-02)
152
-
153
- ### Bug Fixes
154
-
155
- - **asset path bug fix:** asset path bug fix ([27d24e7](https://github.com/LottieFiles/lottie-player/commit/27d24e731b7203f849171657eae190bf55d59be8))
156
-
157
- ## [1.1.2](https://github.com/LottieFiles/lottie-player/compare/v1.1.1...v1.1.2) (2021-09-01)
158
-
159
- ### Bug Fixes
160
-
161
- - **cleanup:** cleanup ([339c0cb](https://github.com/LottieFiles/lottie-player/commit/339c0cb9396a6a0e5b5264769ac8d7b6498d163c))
162
- - **network calls:** removed redundant network call to json url ([8726536](https://github.com/LottieFiles/lottie-player/commit/8726536f12403694e5213c70189d877cc9fdec6a))
163
-
164
- ## [1.1.1](https://github.com/LottieFiles/lottie-player/compare/v1.1.0...v1.1.1) (2021-07-06)
165
-
166
- ### Bug Fixes
167
-
168
- - **player.ts:** race condition bug fix ([3a57dba](https://github.com/LottieFiles/lottie-player/commit/3a57dba10c043ec9549dc790e6a83398b0253094))
169
-
170
- # [1.1.0](https://github.com/LottieFiles/lottie-player/compare/v1.0.0...v1.1.0) (2021-07-05)
171
-
172
- ### Bug Fixes
173
-
174
- - **duplicate method:** duplicate method bug fix ([7b09f39](https://github.com/LottieFiles/lottie-player/commit/7b09f39d32211575257f873b0219809639a4a1ae))
175
-
176
- ### Features
177
-
178
- - **err handling:** err handling ([8ac685f](https://github.com/LottieFiles/lottie-player/commit/8ac685f0f9ca33bc1e36593edec16080a6197aa9))
179
-
180
- # 1.0.0 (2021-06-22)
181
-
182
- ### Bug Fixes
183
-
184
- - **player.tsx:** race condition fix ([9ec58ef](https://github.com/LottieFiles/lottie-player/commit/9ec58ef4a7ac185a20fc93203fb2409e05178223))
185
-
186
- ### Features
187
-
188
- - **accessibility:** added aria labels, and roles needed for voiceover tools,added keyboard ctrls ([1a76011](https://github.com/LottieFiles/lottie-player/commit/1a76011a2e908437f25ef9057307bf1bf9431461))
189
- - added basic sanity checks/tests ([e6ebe61](https://github.com/LottieFiles/lottie-player/commit/e6ebe616665000ce57e995e242bfee0435e8e71f))
190
- - added lerna, sample project using local dependency ([59d0bc0](https://github.com/LottieFiles/lottie-player/commit/59d0bc0f4cb94cd565cd590563c41673b9e43ed9))
191
- - fix tests, add sample lottie ([823a104](https://github.com/LottieFiles/lottie-player/commit/823a104094e49e34fb2f851a9ad6d34aebc5d9bf))
192
- - **package bump:** lottie web version bump ([71d5339](https://github.com/LottieFiles/lottie-player/commit/71d53399c291b2af30fd7abfad7e35a90efef9d9))
193
- - **packages:** lottie web engine bump to 5.7.8 ([f4e1a94](https://github.com/LottieFiles/lottie-player/commit/f4e1a94b61e034aeeb91bb2d4c6f339cb8b16647))