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