cueplayer-react
Advanced tools
Comparing version 0.3.19 to 0.3.20
@@ -0,1 +1,6 @@ | ||
<a name="0.3.20"></a> | ||
## [0.3.20](https://github.com/joelhooks/cueplayer-react/compare/0.0.6...0.3.20) (2021-07-06) | ||
<a name="0.3.19"></a> | ||
@@ -2,0 +7,0 @@ ## [0.3.19](https://github.com/joelhooks/cueplayer-react/compare/0.0.6...0.3.19) (2021-07-06) |
@@ -40,3 +40,4 @@ "use strict"; | ||
className: _propTypes["default"].string, | ||
fullscreenElement: _propTypes["default"].any | ||
fullscreenElement: _propTypes["default"].any, | ||
onFullscreenChange: _propTypes["default"].func | ||
}; | ||
@@ -74,3 +75,4 @@ | ||
fullscreenElement = _this$props.fullscreenElement, | ||
actions = _this$props.actions; | ||
actions = _this$props.actions, | ||
onFullscreenChange = _this$props.onFullscreenChange; | ||
@@ -80,2 +82,6 @@ if (event.target === fullscreenElement) { | ||
} | ||
if (onFullscreenChange) { | ||
onFullscreenChange(_fullscreen["default"].isFullscreen); | ||
} | ||
} | ||
@@ -82,0 +88,0 @@ }, { |
{ | ||
"name": "cueplayer-react", | ||
"version": "0.3.19", | ||
"version": "0.3.20", | ||
"description": "cueplayer-react is a web video player built from the ground up for an HTML5 world using React library.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
4111389
34649