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