video-react
Advanced tools
Comparing version 0.8.5 to 0.8.6
@@ -0,6 +1,11 @@ | ||
<a name="0.8.6"></a> | ||
## [0.8.6](https://github.com/video-react/video-react/compare/v0.8.5...v0.8.6) (2017-07-22) | ||
Fixed #41 BigPlayButton Arrests Keyboard | ||
<a name="0.8.5"></a> | ||
## [0.8.5](https://github.com/video-react/video-react/compare/v0.8.4...v0.8.5) (2017-06-08) | ||
Add option to always show volume control #38 by Alex Koppel (@arsduo) | ||
@@ -7,0 +12,0 @@ |
@@ -69,9 +69,8 @@ 'use strict'; | ||
if (player.hasStarted || !player.currentSrc) { | ||
return null; | ||
} | ||
return _react2.default.createElement( | ||
'button', | ||
{ | ||
className: (0, _classnames2.default)('video-react-big-play-button', 'video-react-big-play-button-' + position, this.props.className), | ||
className: (0, _classnames2.default)('video-react-big-play-button', 'video-react-big-play-button-' + position, this.props.className, { | ||
'big-play-button-hide': player.hasStarted || !player.currentSrc | ||
}), | ||
type: 'button', | ||
@@ -78,0 +77,0 @@ 'aria-live': 'polite', |
{ | ||
"name": "video-react", | ||
"version": "0.8.5", | ||
"version": "0.8.6", | ||
"description": "Video-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 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 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
2911948
20027