@aarsteinmedia/dotlottie-player 4.0.11 → 4.0.13
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 +15 -0
- package/custom-elements.json +650 -2
- package/dist/cjs/index.js +91 -83
- package/dist/esm/index.js +92 -84
- package/dist/index.js +2 -2
- package/package.json +32 -30
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,19 @@ 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
|
+
## [4.0.13] - 05-02-2025
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Changed from ES2021 to ES2022
|
|
15
|
+
|
|
16
|
+
## [4.0.12] - 26-01-2025
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
|
|
20
|
+
- Dropped scss
|
|
21
|
+
- Flat Config Eslint
|
|
22
|
+
|
|
10
23
|
## [4.0.11] - 02-12-2024
|
|
11
24
|
|
|
12
25
|
### Changed
|
|
@@ -176,6 +189,8 @@ Changelog was only added since [3.2.3], so it's not exhaustive. [Please report a
|
|
|
176
189
|
- Removed dependencies
|
|
177
190
|
- `@lit`
|
|
178
191
|
|
|
192
|
+
[4.0.13]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/4.0.13
|
|
193
|
+
[4.0.12]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/4.0.12
|
|
179
194
|
[4.0.11]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/4.0.11
|
|
180
195
|
[4.0.10]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/4.0.10
|
|
181
196
|
[4.0.9]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/4.0.9
|