react-lottie
Advanced tools
Comparing version 1.2.5 to 1.2.6
@@ -1,5 +0,12 @@ | ||
# Change Log | ||
# Changelog | ||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
### [1.2.6](https://github.com/chenqingspring/react-lottie/compare/v1.2.5...v1.2.6) (2024-11-16) | ||
### Features | ||
* update lottie-web to latest ([8018d02](https://github.com/chenqingspring/react-lottie/commit/8018d02c0c5a42b315d3f1e3e4d2edb9572e5d46)) | ||
<a name="1.2.5"></a> | ||
@@ -6,0 +13,0 @@ ## [1.2.5](https://github.com/chenqingspring/react-lottie/compare/v1.2.4...v1.2.5) (2024-11-16) |
@@ -97,2 +97,4 @@ 'use strict'; | ||
this.registerEvents(eventListeners); | ||
this.setSpeed(); | ||
} | ||
@@ -266,3 +268,3 @@ }, { | ||
title: _propTypes2.default.string, | ||
style: _propTypes2.default.string | ||
style: _propTypes2.default.object | ||
}; | ||
@@ -269,0 +271,0 @@ |
{ | ||
"name": "react-lottie", | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "lottie animation view for React", | ||
@@ -41,3 +41,2 @@ "repository": { | ||
"mocha": "^5.2.0", | ||
"prop-types": "^15.6.1", | ||
"react": "^15.6.2", | ||
@@ -47,3 +46,3 @@ "react-addons-test-utils": "^15.6.2", | ||
"sinon": "^1.17.6", | ||
"standard-version": "^4.4.0" | ||
"standard-version": "^9.5.0" | ||
}, | ||
@@ -55,5 +54,6 @@ "peerDependencies": { | ||
"babel-runtime": "^6.26.0", | ||
"lottie-web": "^5.1.3" | ||
"prop-types": "^15.6.1", | ||
"lottie-web": "^5.12.2" | ||
}, | ||
"main": "dist/index.js" | ||
} |
@@ -36,3 +36,3 @@ # Lottie Animation View for React ([Angular](https://github.com/chenqingspring/ng-lottie), [Vue](https://github.com/chenqingspring/vue-lottie)) | ||
Import pinjump.json.json as animation data | ||
Import pinjump.json as animation data | ||
@@ -118,2 +118,5 @@ ```jsx | ||
**isClickToPauseDisabled** *optional* [default: `false`] | ||
When this props is left unspecified or is set to `false` animations are paused or resumed when a user clicks or taps them. If you do not want this behaviour set this prop to `true`. | ||
## Related Projects | ||
@@ -120,0 +123,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23
277
135
26391
4
20
+ Addedprop-types@^15.6.1
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedprop-types@15.8.1(transitive)
+ Addedreact-is@16.13.1(transitive)
Updatedlottie-web@^5.12.2