@aarsteinmedia/dotlottie-player 5.1.10 → 5.1.11
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 -0
- package/dist/unpkg.js +7 -7
- package/package.json +4 -5
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +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
|
+
## [5.1.11] - 06-06-2025
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Fixed issue with interpolation of shapes, causing some renders to fail.
|
|
15
|
+
|
|
16
|
+
|
|
10
17
|
## [5.1.10] - 05-06-2025
|
|
11
18
|
|
|
12
19
|
### Changed
|
|
@@ -252,6 +259,7 @@ Changelog was only added since [3.2.3], so it's not exhaustive. [Please report a
|
|
|
252
259
|
- Removed dependencies
|
|
253
260
|
- `@lit`
|
|
254
261
|
|
|
262
|
+
[5.1.11]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/5.1.11
|
|
255
263
|
[5.1.10]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/5.1.10
|
|
256
264
|
[5.1.4]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/5.1.4
|
|
257
265
|
[5.1.3]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/5.1.3
|