All Versions
60
Latest Version
Avg Release Cycle
74 days
Latest Release
505 days ago

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
  • v0.2.1 Changes

    November 13, 2016
    • ๐Ÿ†• New components:
      • CurrentTimeDisplay
      • DurationDisplay
      • RemainingTimeDisplay
      • TimeDivider
      • VolumeMenuButton
      • PlaybackRate
    • ๐Ÿ†• New example on how to customize
  • 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.