@aarsteinmedia/dotlottie-player 5.1.2 → 5.1.4
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 +10 -2
- package/dist/unpkg.js +5 -5
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -7,12 +7,19 @@ 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.4] - 03-06-2025
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Minor bugfix to expression handlers
|
|
15
|
+
|
|
16
|
+
## [5.1.3] - 02-06-2025
|
|
11
17
|
|
|
12
18
|
### Changed
|
|
13
19
|
|
|
14
20
|
- Added button to convert dotLottie to JSON. Helpful when debugging animations.
|
|
15
21
|
- Fixed issue with modifiers not being rendered correctly
|
|
22
|
+
- Added missing global variables from scoped expressions function
|
|
16
23
|
|
|
17
24
|
## [5.1.0] - 02-06-2025
|
|
18
25
|
|
|
@@ -236,7 +243,8 @@ Changelog was only added since [3.2.3], so it's not exhaustive. [Please report a
|
|
|
236
243
|
- Removed dependencies
|
|
237
244
|
- `@lit`
|
|
238
245
|
|
|
239
|
-
[5.1.
|
|
246
|
+
[5.1.4]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/5.1.4
|
|
247
|
+
[5.1.3]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/5.1.3
|
|
240
248
|
[5.1.0]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/5.1.0
|
|
241
249
|
[5.0.4]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/5.0.4
|
|
242
250
|
[5.0.3]: https://www.npmjs.com/package/@aarsteinmedia/dotlottie-player/v/5.0.3
|