@aarsteinmedia/dotlottie-player 5.3.1 → 6.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 +8 -1
- package/custom-elements.json +1 -696
- package/dist/{index.d.ts → full.d.ts} +64 -23
- package/dist/{index.js → full.js} +102 -66
- package/dist/light.d.ts +234 -0
- package/dist/light.js +1485 -0
- package/dist/unpkg-full.js +70 -0
- package/dist/unpkg-light.js +68 -0
- package/package.json +18 -12
- package/dist/unpkg.js +0 -70
package/CHANGELOG.md
CHANGED
|
@@ -7,7 +7,13 @@ 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
|
-
## [
|
|
10
|
+
## [6.0.0] - 22-06-2025
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Refactored code to export both full and light version from this package, thereby deprecating `@aarsteinmedia/dotlottie-player-light`. To import light version use `@aarsteinmedia/dotlottie-player/light`.
|
|
15
|
+
|
|
16
|
+
## [5.3.2] - 21-06-2025
|
|
11
17
|
|
|
12
18
|
### Changed
|
|
13
19
|
|
|
@@ -299,6 +305,7 @@ Changelog was only added since [3.2.3], so it's not exhaustive. [Please report a
|
|
|
299
305
|
- Removed dependencies
|
|
300
306
|
- `@lit`
|
|
301
307
|
|
|
308
|
+
[5.3.2]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/5.3.2
|
|
302
309
|
[5.2.4]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/5.2.4
|
|
303
310
|
[5.2.0]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/5.2.0
|
|
304
311
|
[5.1.13]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/5.1.13
|