video-react
Advanced tools
Comparing version 0.11.0 to 0.11.1
@@ -0,1 +1,11 @@ | ||
<a name="0.11.1"></a> | ||
## [0.11.1](https://github.com/video-react/video-react/compare/0.11.0...0.11.1) (2018-06-07) | ||
### Bug Fixes | ||
* Fixed clickable issue ([9a9a218](https://github.com/video-react/video-react/commit/9a9a218)) | ||
<a name="0.11.0"></a> | ||
@@ -2,0 +12,0 @@ # [0.11.0](https://github.com/video-react/video-react/compare/0.10.9...0.11.0) (2018-06-07) |
@@ -325,3 +325,3 @@ 'use strict'; | ||
if (!this.canBeClicked(player, e) && clickable) { | ||
if (!this.canBeClicked(player, e) || !clickable) { | ||
return; | ||
@@ -340,3 +340,3 @@ } | ||
if (!this.canBeClicked(player, e) && dblclickable) { | ||
if (!this.canBeClicked(player, e) || !dblclickable) { | ||
return; | ||
@@ -343,0 +343,0 @@ } |
{ | ||
"name": "video-react", | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"description": "Video-React is a web video player built from the ground up for an HTML5 world using React library.", | ||
@@ -16,2 +16,5 @@ "main": "lib/index.js", | ||
"create-release": "npm test && sh ./scripts/release", | ||
"create-major": "sh ./scripts/release major", | ||
"create-minor": "sh ./scripts/release minor", | ||
"create-patch": "sh ./scripts/release patch", | ||
"publish-release": "npm test && sh ./scripts/publish", | ||
@@ -18,0 +21,0 @@ "lint": "eslint src" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
2179880