|
1 | 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 | 2 |
|
| 3 | +## 2.0.0 |
5 | 4 |
|
6 | | -# [1.6.0](https://github.com/LottieFiles/lottie-player/compare/v1.5.8...v1.6.0) (2022-12-01) |
| 5 | +### Major Changes |
| 6 | + |
| 7 | +- cec4885: uses the lottie_worker script and deprecates html renderer All notable changes to this project will be |
| 8 | + documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this |
| 9 | + project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), enforced with |
| 10 | + [semantic-release](https://github.com/semantic-release/semantic-release). |
7 | 11 |
|
| 12 | +# [1.6.0](https://github.com/LottieFiles/lottie-player/compare/v1.5.8...v1.6.0) (2022-12-01) |
8 | 13 |
|
9 | 14 | ### Features |
10 | 15 |
|
11 | | -* added disable check prop ([860771f](https://github.com/LottieFiles/lottie-player/commit/860771f3daa9a3654a37d311143ae9a0c7653a4f)) |
| 16 | +- added disable check prop |
| 17 | + ([860771f](https://github.com/LottieFiles/lottie-player/commit/860771f3daa9a3654a37d311143ae9a0c7653a4f)) |
12 | 18 |
|
13 | 19 | ## [1.5.8](https://github.com/LottieFiles/lottie-player/compare/v1.5.7...v1.5.8) (2022-10-24) |
14 | 20 |
|
15 | | - |
16 | 21 | ### Bug Fixes |
17 | 22 |
|
18 | | -* **package update:** package update ([f108f46](https://github.com/LottieFiles/lottie-player/commit/f108f468f33c3a4fe5bdf554187664d766c4e690)) |
| 23 | +- **package update:** package update |
| 24 | + ([f108f46](https://github.com/LottieFiles/lottie-player/commit/f108f468f33c3a4fe5bdf554187664d766c4e690)) |
19 | 25 |
|
20 | 26 | ## [1.5.7](https://github.com/LottieFiles/lottie-player/compare/v1.5.6...v1.5.7) (2022-04-25) |
21 | 27 |
|
22 | | - |
23 | 28 | ### Bug Fixes |
24 | 29 |
|
25 | | -* **player:** add isConnected check to disconnectedCallback ([496dc8f](https://github.com/LottieFiles/lottie-player/commit/496dc8f554df392924c3aa668ac6119729afed61)) |
| 30 | +- **player:** add isConnected check to disconnectedCallback |
| 31 | + ([496dc8f](https://github.com/LottieFiles/lottie-player/commit/496dc8f554df392924c3aa668ac6119729afed61)) |
26 | 32 |
|
27 | 33 | ## [1.3.1](https://github.com/LottieFiles/lottie-player/compare/v1.3.0...v1.3.1) (2022-02-22) |
28 | 34 |
|
29 | | - |
30 | 35 | ### Bug Fixes |
31 | 36 |
|
32 | | -* fixed reversed playback, fixed bounce autoplay, updated readme with missing property ([1fa0f44](https://github.com/LottieFiles/lottie-player/commit/1fa0f4457ae00af9ae05e1ca4cb8e2cb83e3a227)) |
| 37 | +- fixed reversed playback, fixed bounce autoplay, updated readme with missing property |
| 38 | + ([1fa0f44](https://github.com/LottieFiles/lottie-player/commit/1fa0f4457ae00af9ae05e1ca4cb8e2cb83e3a227)) |
33 | 39 |
|
34 | 40 | # [1.3.0](https://github.com/LottieFiles/lottie-player/compare/v1.2.1...v1.3.0) (2021-12-16) |
35 | 41 |
|
36 | | - |
37 | 42 | ### Bug Fixes |
38 | 43 |
|
39 | | -* **add web worker:** add web worker ([a7f9491](https://github.com/LottieFiles/lottie-player/commit/a7f9491a151478aafd9b165a2a323ed1c8e84950)) |
40 | | -* **count off by 1:** count adds an extra 1 as it starts from 0 ([f4efda4](https://github.com/LottieFiles/lottie-player/commit/f4efda485f3e0c5050aa9766dcb757fa328fd5c7)) |
41 | | -* **css changes:** positioning issues fixed where lottie was overflowing out of container ([965823c](https://github.com/LottieFiles/lottie-player/commit/965823c29b4434d1edfdaf0fc4e413ed63e6a3d3)) |
42 | | -* **css fix:** safari glitch error fix ([39dad7b](https://github.com/LottieFiles/lottie-player/commit/39dad7bfb0369e6cca54eb029a08c77b90cd57bd)) |
43 | | -* **height calculation fic:** height calculation should happen only if controls are keyed in. bugfix ([7ac35d2](https://github.com/LottieFiles/lottie-player/commit/7ac35d2b062e464419d9f06eed4ac7f8cc1f5978)) |
44 | | -* **missing build file:** missing build file. tgs player.js ([be764ec](https://github.com/LottieFiles/lottie-player/commit/be764ec04a0848bbf080782e61c4ffc0a3c15908)) |
45 | | -* **small updates:** changelog, tests for interactivity lib breakage, lang added to aria labels ([f1c0543](https://github.com/LottieFiles/lottie-player/commit/f1c0543136fe59e043aa45b2d30e085c0c2124c1)) |
46 | | -* **version bump:** version bump ([4edc7c4](https://github.com/LottieFiles/lottie-player/commit/4edc7c4065880358a3cf2a5592cea1e889052178)) |
47 | | -* **version bump:** version bump ([49dbde2](https://github.com/LottieFiles/lottie-player/commit/49dbde2717395c548d918e0d5d3f3aec6f9e4179)) |
48 | | -* **web worker mangling issue:** web worker mangling issue ([1c2632c](https://github.com/LottieFiles/lottie-player/commit/1c2632ce8972437463c3285fd3ea96a7d05f60ad)) |
49 | | - |
| 44 | +- **add web worker:** add web worker |
| 45 | + ([a7f9491](https://github.com/LottieFiles/lottie-player/commit/a7f9491a151478aafd9b165a2a323ed1c8e84950)) |
| 46 | +- **count off by 1:** count adds an extra 1 as it starts from 0 |
| 47 | + ([f4efda4](https://github.com/LottieFiles/lottie-player/commit/f4efda485f3e0c5050aa9766dcb757fa328fd5c7)) |
| 48 | +- **css changes:** positioning issues fixed where lottie was overflowing out of container |
| 49 | + ([965823c](https://github.com/LottieFiles/lottie-player/commit/965823c29b4434d1edfdaf0fc4e413ed63e6a3d3)) |
| 50 | +- **css fix:** safari glitch error fix |
| 51 | + ([39dad7b](https://github.com/LottieFiles/lottie-player/commit/39dad7bfb0369e6cca54eb029a08c77b90cd57bd)) |
| 52 | +- **height calculation fic:** height calculation should happen only if controls are keyed in. bugfix |
| 53 | + ([7ac35d2](https://github.com/LottieFiles/lottie-player/commit/7ac35d2b062e464419d9f06eed4ac7f8cc1f5978)) |
| 54 | +- **missing build file:** missing build file. tgs player.js |
| 55 | + ([be764ec](https://github.com/LottieFiles/lottie-player/commit/be764ec04a0848bbf080782e61c4ffc0a3c15908)) |
| 56 | +- **small updates:** changelog, tests for interactivity lib breakage, lang added to aria labels |
| 57 | + ([f1c0543](https://github.com/LottieFiles/lottie-player/commit/f1c0543136fe59e043aa45b2d30e085c0c2124c1)) |
| 58 | +- **version bump:** version bump |
| 59 | + ([4edc7c4](https://github.com/LottieFiles/lottie-player/commit/4edc7c4065880358a3cf2a5592cea1e889052178)) |
| 60 | +- **version bump:** version bump |
| 61 | + ([49dbde2](https://github.com/LottieFiles/lottie-player/commit/49dbde2717395c548d918e0d5d3f3aec6f9e4179)) |
| 62 | +- **web worker mangling issue:** web worker mangling issue |
| 63 | + ([1c2632c](https://github.com/LottieFiles/lottie-player/commit/1c2632ce8972437463c3285fd3ea96a7d05f60ad)) |
50 | 64 |
|
51 | 65 | ### Features |
52 | 66 |
|
53 | | -* **a11y:** fix focus and tabindex ([0dfecbc](https://github.com/LottieFiles/lottie-player/commit/0dfecbc7a2154feb1c19f5d6f99a842bc00a00ae)) |
54 | | -* **accessibility:** added lang attribute to control buttons ([388c826](https://github.com/LottieFiles/lottie-player/commit/388c826704096d570f1b8c359f241375ffe13e15)) |
55 | | -* **add web worker prop:** added webworker prop ([8a19443](https://github.com/LottieFiles/lottie-player/commit/8a19443c16adc7430ec59bb26824da116fd5609f)) |
56 | | -* **bump lottie web:** bump lottie web version to latest ([f1f3422](https://github.com/LottieFiles/lottie-player/commit/f1f34225b53247762918d73e34ff27c5d98925df)) |
57 | | -* **player container:** added role on div container ([5dd8868](https://github.com/LottieFiles/lottie-player/commit/5dd88688df6df496c3bd2370d47c57da07976b54)) |
58 | | -* **web worker:** web worker bundling ([c1c09da](https://github.com/LottieFiles/lottie-player/commit/c1c09daa68f3212b544ee211d5202e106daab46d)) |
| 67 | +- **a11y:** fix focus and tabindex |
| 68 | + ([0dfecbc](https://github.com/LottieFiles/lottie-player/commit/0dfecbc7a2154feb1c19f5d6f99a842bc00a00ae)) |
| 69 | +- **accessibility:** added lang attribute to control buttons |
| 70 | + ([388c826](https://github.com/LottieFiles/lottie-player/commit/388c826704096d570f1b8c359f241375ffe13e15)) |
| 71 | +- **add web worker prop:** added webworker prop |
| 72 | + ([8a19443](https://github.com/LottieFiles/lottie-player/commit/8a19443c16adc7430ec59bb26824da116fd5609f)) |
| 73 | +- **bump lottie web:** bump lottie web version to latest |
| 74 | + ([f1f3422](https://github.com/LottieFiles/lottie-player/commit/f1f34225b53247762918d73e34ff27c5d98925df)) |
| 75 | +- **player container:** added role on div container |
| 76 | + ([5dd8868](https://github.com/LottieFiles/lottie-player/commit/5dd88688df6df496c3bd2370d47c57da07976b54)) |
| 77 | +- **web worker:** web worker bundling |
| 78 | + ([c1c09da](https://github.com/LottieFiles/lottie-player/commit/c1c09daa68f3212b544ee211d5202e106daab46d)) |
59 | 79 |
|
60 | 80 | # Changelog |
61 | 81 |
|
62 | | -All notable changes to this project will be documented in this file. |
63 | | -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). |
| 82 | +All notable changes to this project will be documented in this file. The format is based on |
| 83 | +[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to |
| 84 | +[Semantic Versioning](https://semver.org/spec/v2.0.0.html), enforced with |
| 85 | +[semantic-release](https://github.com/semantic-release/semantic-release). |
64 | 86 |
|
65 | 87 | ## 1.5.4 |
66 | 88 |
|
@@ -148,60 +170,76 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) |
148 | 170 |
|
149 | 171 | ### Bug Fixes |
150 | 172 |
|
151 | | -- **safari fix:** safari height width inherit to container, eslint error fixes ([8c96be5](https://github.com/LottieFiles/lottie-player/commit/8c96be586d3128833d264f2c75511b4d03e95289)) |
| 173 | +- **safari fix:** safari height width inherit to container, eslint error fixes |
| 174 | + ([8c96be5](https://github.com/LottieFiles/lottie-player/commit/8c96be586d3128833d264f2c75511b4d03e95289)) |
152 | 175 |
|
153 | 176 | # [1.2.0](https://github.com/LottieFiles/lottie-player/compare/v1.1.4...v1.2.0) (2021-09-21) |
154 | 177 |
|
155 | 178 | ### Features |
156 | 179 |
|
157 | | -- **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)) |
| 180 | +- **events and cleanup:** added event listeners before json error check and added a destroy method for cleanup |
| 181 | + ([646d63b](https://github.com/LottieFiles/lottie-player/commit/646d63b14e89a2c0079ddc9224fc8d8e97d84806)) |
158 | 182 |
|
159 | 183 | ## [1.1.4](https://github.com/LottieFiles/lottie-player/compare/v1.1.3...v1.1.4) (2021-09-02) |
160 | 184 |
|
161 | 185 | ### Bug Fixes |
162 | 186 |
|
163 | | -- **rollback:** rollback due to race condition issues ([556307f](https://github.com/LottieFiles/lottie-player/commit/556307fc57a807c03ad1b3639c3e464d73cd87be)) |
| 187 | +- **rollback:** rollback due to race condition issues |
| 188 | + ([556307f](https://github.com/LottieFiles/lottie-player/commit/556307fc57a807c03ad1b3639c3e464d73cd87be)) |
164 | 189 |
|
165 | 190 | ## [1.1.3](https://github.com/LottieFiles/lottie-player/compare/v1.1.2...v1.1.3) (2021-09-02) |
166 | 191 |
|
167 | 192 | ### Bug Fixes |
168 | 193 |
|
169 | | -- **asset path bug fix:** asset path bug fix ([27d24e7](https://github.com/LottieFiles/lottie-player/commit/27d24e731b7203f849171657eae190bf55d59be8)) |
| 194 | +- **asset path bug fix:** asset path bug fix |
| 195 | + ([27d24e7](https://github.com/LottieFiles/lottie-player/commit/27d24e731b7203f849171657eae190bf55d59be8)) |
170 | 196 |
|
171 | 197 | ## [1.1.2](https://github.com/LottieFiles/lottie-player/compare/v1.1.1...v1.1.2) (2021-09-01) |
172 | 198 |
|
173 | 199 | ### Bug Fixes |
174 | 200 |
|
175 | | -- **cleanup:** cleanup ([339c0cb](https://github.com/LottieFiles/lottie-player/commit/339c0cb9396a6a0e5b5264769ac8d7b6498d163c)) |
176 | | -- **network calls:** removed redundant network call to json url ([8726536](https://github.com/LottieFiles/lottie-player/commit/8726536f12403694e5213c70189d877cc9fdec6a)) |
| 201 | +- **cleanup:** cleanup |
| 202 | + ([339c0cb](https://github.com/LottieFiles/lottie-player/commit/339c0cb9396a6a0e5b5264769ac8d7b6498d163c)) |
| 203 | +- **network calls:** removed redundant network call to json url |
| 204 | + ([8726536](https://github.com/LottieFiles/lottie-player/commit/8726536f12403694e5213c70189d877cc9fdec6a)) |
177 | 205 |
|
178 | 206 | ## [1.1.1](https://github.com/LottieFiles/lottie-player/compare/v1.1.0...v1.1.1) (2021-07-06) |
179 | 207 |
|
180 | 208 | ### Bug Fixes |
181 | 209 |
|
182 | | -- **player.ts:** race condition bug fix ([3a57dba](https://github.com/LottieFiles/lottie-player/commit/3a57dba10c043ec9549dc790e6a83398b0253094)) |
| 210 | +- **player.ts:** race condition bug fix |
| 211 | + ([3a57dba](https://github.com/LottieFiles/lottie-player/commit/3a57dba10c043ec9549dc790e6a83398b0253094)) |
183 | 212 |
|
184 | 213 | # [1.1.0](https://github.com/LottieFiles/lottie-player/compare/v1.0.0...v1.1.0) (2021-07-05) |
185 | 214 |
|
186 | 215 | ### Bug Fixes |
187 | 216 |
|
188 | | -- **duplicate method:** duplicate method bug fix ([7b09f39](https://github.com/LottieFiles/lottie-player/commit/7b09f39d32211575257f873b0219809639a4a1ae)) |
| 217 | +- **duplicate method:** duplicate method bug fix |
| 218 | + ([7b09f39](https://github.com/LottieFiles/lottie-player/commit/7b09f39d32211575257f873b0219809639a4a1ae)) |
189 | 219 |
|
190 | 220 | ### Features |
191 | 221 |
|
192 | | -- **err handling:** err handling ([8ac685f](https://github.com/LottieFiles/lottie-player/commit/8ac685f0f9ca33bc1e36593edec16080a6197aa9)) |
| 222 | +- **err handling:** err handling |
| 223 | + ([8ac685f](https://github.com/LottieFiles/lottie-player/commit/8ac685f0f9ca33bc1e36593edec16080a6197aa9)) |
193 | 224 |
|
194 | 225 | # 1.0.0 (2021-06-22) |
195 | 226 |
|
196 | 227 | ### Bug Fixes |
197 | 228 |
|
198 | | -- **player.tsx:** race condition fix ([9ec58ef](https://github.com/LottieFiles/lottie-player/commit/9ec58ef4a7ac185a20fc93203fb2409e05178223)) |
| 229 | +- **player.tsx:** race condition fix |
| 230 | + ([9ec58ef](https://github.com/LottieFiles/lottie-player/commit/9ec58ef4a7ac185a20fc93203fb2409e05178223)) |
199 | 231 |
|
200 | 232 | ### Features |
201 | 233 |
|
202 | | -- **accessibility:** added aria labels, and roles needed for voiceover tools,added keyboard ctrls ([1a76011](https://github.com/LottieFiles/lottie-player/commit/1a76011a2e908437f25ef9057307bf1bf9431461)) |
203 | | -- added basic sanity checks/tests ([e6ebe61](https://github.com/LottieFiles/lottie-player/commit/e6ebe616665000ce57e995e242bfee0435e8e71f)) |
204 | | -- added lerna, sample project using local dependency ([59d0bc0](https://github.com/LottieFiles/lottie-player/commit/59d0bc0f4cb94cd565cd590563c41673b9e43ed9)) |
205 | | -- fix tests, add sample lottie ([823a104](https://github.com/LottieFiles/lottie-player/commit/823a104094e49e34fb2f851a9ad6d34aebc5d9bf)) |
206 | | -- **package bump:** lottie web version bump ([71d5339](https://github.com/LottieFiles/lottie-player/commit/71d53399c291b2af30fd7abfad7e35a90efef9d9)) |
207 | | -- **packages:** lottie web engine bump to 5.7.8 ([f4e1a94](https://github.com/LottieFiles/lottie-player/commit/f4e1a94b61e034aeeb91bb2d4c6f339cb8b16647)) |
| 234 | +- **accessibility:** added aria labels, and roles needed for voiceover tools,added keyboard ctrls |
| 235 | + ([1a76011](https://github.com/LottieFiles/lottie-player/commit/1a76011a2e908437f25ef9057307bf1bf9431461)) |
| 236 | +- added basic sanity checks/tests |
| 237 | + ([e6ebe61](https://github.com/LottieFiles/lottie-player/commit/e6ebe616665000ce57e995e242bfee0435e8e71f)) |
| 238 | +- added lerna, sample project using local dependency |
| 239 | + ([59d0bc0](https://github.com/LottieFiles/lottie-player/commit/59d0bc0f4cb94cd565cd590563c41673b9e43ed9)) |
| 240 | +- fix tests, add sample lottie |
| 241 | + ([823a104](https://github.com/LottieFiles/lottie-player/commit/823a104094e49e34fb2f851a9ad6d34aebc5d9bf)) |
| 242 | +- **package bump:** lottie web version bump |
| 243 | + ([71d5339](https://github.com/LottieFiles/lottie-player/commit/71d53399c291b2af30fd7abfad7e35a90efef9d9)) |
| 244 | +- **packages:** lottie web engine bump to 5.7.8 |
| 245 | + ([f4e1a94](https://github.com/LottieFiles/lottie-player/commit/f4e1a94b61e034aeeb91bb2d4c6f339cb8b16647)) |
0 commit comments