@aarsteinmedia/dotlottie-player 5.1.13 → 5.2.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 +17 -0
- package/dist/unpkg.js +7 -7
- package/package.json +3 -2
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.2.1] - 08-06-2025
|
|
11
|
+
|
|
12
|
+
- Fixed runtime bug where minification caused some functionality to break
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
|
|
16
|
+
- Fixed several issues with Canvas renderer.
|
|
17
|
+
- Removed Hybrid rendere1
|
|
18
|
+
|
|
19
|
+
## [5.2.0] - 07-06-2025
|
|
20
|
+
|
|
21
|
+
### Changed
|
|
22
|
+
|
|
23
|
+
- Fixed several issues with Canvas renderer.
|
|
24
|
+
- Removed Hybrid renderer
|
|
25
|
+
|
|
10
26
|
## [5.1.13] - 06-06-2025
|
|
11
27
|
|
|
12
28
|
### Changed
|
|
@@ -265,6 +281,7 @@ Changelog was only added since [3.2.3], so it's not exhaustive. [Please report a
|
|
|
265
281
|
- Removed dependencies
|
|
266
282
|
- `@lit`
|
|
267
283
|
|
|
284
|
+
[5.2.0]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/5.2.0
|
|
268
285
|
[5.1.13]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/5.1.13
|
|
269
286
|
[5.1.11]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/5.1.11
|
|
270
287
|
[5.1.10]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/5.1.10
|