All Versions
60
Latest Version
Avg Release Cycle
74 days
Latest Release
695 days ago
Changelog History
Page 6
Changelog History
Page 6
-
v0.4.4 Changes
November 29, 2016- Using base64 string for fonts in scss
-
v0.4.3 Changes
November 24, 2016- Shortcut only works when the play has focus
- Using
isVideoChild
prop to check if an element belongs to the Video. - โ Add documents for Customize
- โ Add an example on how to support HLS video source
-
v0.4.2 Changes
November 24, 2016- ๐ Fixed source issue
- ๐ Move
redux
to peerDependencies - โ Add
play()
,pause()
,load()
,addTextTrack()
,canPlayType()
methods to player. - โ Add example for
Shortcut
component - โ Add example for
Player
-
v0.4.1 Changes
November 23, 2016- Using redux to manage state
- โ Add
playsInline
property
-
v0.3.3 Changes
November 21, 2016- ๐ Fixed VolumeMenu issue that it's vertical property did not work
- โ Added
autoPlay
,startTime
properties for Player Component
-
v0.3.2 Changes
November 19, 2016๐ Fixed Issue #2: The mouse and control bar do not disappear when it's in fullscreen mode
-
v0.3.1 Changes
November 18, 2016- โ Added keyboard shortcuts
- Display bezel icon for some keyboard operations
- ๐ Fixed some issues
- โ Remove supports for React v0.14
-
v0.2.4 Changes
November 15, 2016- Filter children by
disabled
property. - 0๏ธโฃ Inherit props from default component
- โ remove ninon from dependencies
- Filter children by
-
v0.2.1 Changes
November 13, 2016- ๐ New components:
- CurrentTimeDisplay
- DurationDisplay
- RemainingTimeDisplay
- TimeDivider
- VolumeMenuButton
- PlaybackRate
- ๐ New example on how to customize
- ๐ New components:
-
v0.0.2 Changes
- Copy the project settings from reactstrap
- โ Add new tests and new components
๐ Features
- Player:
Player
is the root component of the Video-React player. All the others components should be in this component. - Video:
Video
is the React component for Html5 video, it renders the Html5 video element to embed a video. It also is the container for all video sources. If there are more then one source, it could be failed back. - LoadingSpinner: There would be a loading spinner to display before the video is loaded.
- BigPlayButton: Initial play button. Shows before the video has played. The hiding of the big play button is done via CSS and player states.
- PosterImage: The PosterImage specifies an image to be shown while the video is downloading, or until the user hits the play button. If this is not included, the first frame of the video will be used instead.