@aarsteinmedia/dotlottie-player 4.0.14 → 5.0.1
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 +18 -0
- package/custom-elements.json +273 -188
- package/dist/index.d.ts +38 -93
- package/dist/index.js +1811 -2
- package/dist/unpkg/index.js +2 -0
- package/package.json +40 -41
- package/dist/cjs/index.js +0 -1804
- package/dist/esm/index.js +0 -1777
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,21 @@ 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.1] - 23-05-2025
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Added support for abbreviated (optimized) Lottie format.
|
|
15
|
+
|
|
16
|
+
## [5.0.0] - 25-02-2025
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
|
|
20
|
+
- Added TypeScript compatibility with React 19 JSX
|
|
21
|
+
- BREAKING CHANGE:
|
|
22
|
+
- Dropped support for CommonJS
|
|
23
|
+
- Set ESM Module as main script, and moved IIFE to unpkg-folder
|
|
24
|
+
|
|
10
25
|
## [4.0.14] - 21-02-2025
|
|
11
26
|
|
|
12
27
|
### Changed
|
|
@@ -196,6 +211,9 @@ Changelog was only added since [3.2.3], so it's not exhaustive. [Please report a
|
|
|
196
211
|
- Removed dependencies
|
|
197
212
|
- `@lit`
|
|
198
213
|
|
|
214
|
+
[5.0.1]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/5.0.1
|
|
215
|
+
[5.0.0]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/5.0.0
|
|
216
|
+
[4.0.14]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/4.0.14
|
|
199
217
|
[4.0.13]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/4.0.13
|
|
200
218
|
[4.0.12]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/4.0.12
|
|
201
219
|
[4.0.11]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/4.0.11
|