@aarsteinmedia/dotlottie-player 5.1.1 → 5.1.3
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 +4 -2
- package/dist/unpkg.js +5 -5
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,11 +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.
|
|
10
|
+
## [5.1.3] - 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
|
|
16
|
+
- Added missing global variables from scoped expressions function
|
|
15
17
|
|
|
16
18
|
## [5.1.0] - 02-06-2025
|
|
17
19
|
|
|
@@ -235,7 +237,7 @@ Changelog was only added since [3.2.3], so it's not exhaustive. [Please report a
|
|
|
235
237
|
- Removed dependencies
|
|
236
238
|
- `@lit`
|
|
237
239
|
|
|
238
|
-
[5.1.
|
|
240
|
+
[5.1.3]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/5.1.3
|
|
239
241
|
[5.1.0]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/5.1.0
|
|
240
242
|
[5.0.4]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/5.0.4
|
|
241
243
|
[5.0.3]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/5.0.3
|