@aarsteinmedia/dotlottie-player 5.1.1 → 5.1.2
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 +3 -2
- package/dist/unpkg.js +3 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,11 +7,12 @@ 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.
|
|
10
|
+
## [5.1.2] - 02-06-2025
|
|
11
11
|
|
|
12
12
|
### Changed
|
|
13
13
|
|
|
14
14
|
- Added button to convert dotLottie to JSON. Helpful when debugging animations.
|
|
15
|
+
- Fixed issue with modifiers not being rendered correctly
|
|
15
16
|
|
|
16
17
|
## [5.1.0] - 02-06-2025
|
|
17
18
|
|
|
@@ -235,7 +236,7 @@ Changelog was only added since [3.2.3], so it's not exhaustive. [Please report a
|
|
|
235
236
|
- Removed dependencies
|
|
236
237
|
- `@lit`
|
|
237
238
|
|
|
238
|
-
[5.1.
|
|
239
|
+
[5.1.2]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/5.1.2
|
|
239
240
|
[5.1.0]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/5.1.0
|
|
240
241
|
[5.0.4]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/5.0.4
|
|
241
242
|
[5.0.3]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/5.0.3
|