@aarsteinmedia/dotlottie-player 5.0.0 → 5.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/custom-elements.json +242 -2327
- package/dist/index.d.ts +137 -198
- package/dist/index.js +1329 -1218
- package/dist/unpkg.js +2 -0
- package/package.json +40 -45
- package/dist/unpkg/index.js +0 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
Changelog was only added since [3.2.3], so it's not exhaustive. [Please report any missing noteable changes to us](https://github.com/aarsteinmedia/dotlottie-player/issues), and we'll add them promptly.
|
|
9
9
|
|
|
10
|
+
## [5.0.2] - 23-05-2025
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Improved dotLottie parsing and generation to keep expressions from being mangled by compression.
|
|
15
|
+
|
|
16
|
+
## [5.0.1] - 23-05-2025
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
|
|
20
|
+
- Added support for abbreviated (optimized) Lottie format.
|
|
21
|
+
|
|
10
22
|
## [5.0.0] - 25-02-2025
|
|
11
23
|
|
|
12
24
|
### Changed
|
|
@@ -205,6 +217,7 @@ Changelog was only added since [3.2.3], so it's not exhaustive. [Please report a
|
|
|
205
217
|
- Removed dependencies
|
|
206
218
|
- `@lit`
|
|
207
219
|
|
|
220
|
+
[5.0.1]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/5.0.1
|
|
208
221
|
[5.0.0]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/5.0.0
|
|
209
222
|
[4.0.14]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/4.0.14
|
|
210
223
|
[4.0.13]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/4.0.13
|