@aarsteinmedia/dotlottie-player 4.0.13 → 5.0.0
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 +2310 -187
- package/dist/index.d.ts +22 -7
- package/dist/index.js +1777 -2
- package/dist/unpkg/index.js +2 -0
- package/package.json +25 -24
- package/dist/cjs/index.js +0 -1804
- package/dist/esm/index.js +0 -1777
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,22 @@ 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.0] - 25-02-2025
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Added TypeScript compatibility with React 19 JSX
|
|
15
|
+
- BREAKING CHANGE:
|
|
16
|
+
- Dropped support for CommonJS
|
|
17
|
+
- Set ESM Module as main script, and moved IIFE to unpkg-folder
|
|
18
|
+
|
|
19
|
+
## [4.0.14] - 21-02-2025
|
|
20
|
+
|
|
21
|
+
### Changed
|
|
22
|
+
|
|
23
|
+
- Fixed CSS bug
|
|
24
|
+
- Updated backend script
|
|
25
|
+
|
|
10
26
|
## [4.0.13] - 05-02-2025
|
|
11
27
|
|
|
12
28
|
### Changed
|
|
@@ -189,6 +205,8 @@ Changelog was only added since [3.2.3], so it's not exhaustive. [Please report a
|
|
|
189
205
|
- Removed dependencies
|
|
190
206
|
- `@lit`
|
|
191
207
|
|
|
208
|
+
[5.0.0]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/5.0.0
|
|
209
|
+
[4.0.14]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/4.0.14
|
|
192
210
|
[4.0.13]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/4.0.13
|
|
193
211
|
[4.0.12]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/4.0.12
|
|
194
212
|
[4.0.11]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/4.0.11
|