Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cookpete/react-player
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.1
Choose a base ref
...
head repository: cookpete/react-player
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.13.0
Choose a head ref
  • 14 commits
  • 16 files changed
  • 5 contributors

Commits on Nov 19, 2016

  1. Bump packages

    cookpete committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    ba50056 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2016

  1. Use node 6 on travis

    Version 6 is the current LTS branch: https://github.com/nodejs/LTS#lts-schedule
    nikolas authored Nov 30, 2016
    Configuration menu
    Copy the full SHA
    18620eb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #130 from nikolas/patch-1

    Use node 6 on travis
    cookpete authored Nov 30, 2016
    Configuration menu
    Copy the full SHA
    5a5dc7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec078d1 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2016

  1. Add additional audio file extensions to regex

    Based on [this
    list](https://en.wikipedia.org/wiki/HTML5_Audio#Supported_audio_coding_formats)
    of support for audio format by the `<audio>` element.
    pcalves committed Dec 2, 2016
    Configuration menu
    Copy the full SHA
    ae54bf9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #131 from creativesterminal/master

    Add additional audio file extensions to regex
    cookpete authored Dec 2, 2016
    Configuration menu
    Copy the full SHA
    397fc3b View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2016

  1. Configuration menu
    Copy the full SHA
    b6f5293 View commit details
    Browse the repository at this point in the history
  2. Fix incorrect duration calculation in demo app.

    Demo app used Date for convert total seconds to hours, minutes and seconds.
    It set Date in UTC format but read in local time zone.
    As result localtime zone hours count added to output.
    tarhan authored and cookpete committed Dec 6, 2016
    1 Configuration menu
    Copy the full SHA
    4114677 View commit details
    Browse the repository at this point in the history
  3. [feature] Change PlaybackRate

    nyunyu95 authored and cookpete committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    d28c309 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2016

  1. Merge pull request #127 from tarhan/master

    Fix onProgress non-reporting if playing prop is not set.
    cookpete committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    ac59b10 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #123 from llopez95/master

    PlaybackRate change feature
    cookpete committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    1d660ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b674882 View commit details
    Browse the repository at this point in the history
  4. Add typescript definition file

    Fixes #134
    cookpete committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    5f48260 View commit details
    Browse the repository at this point in the history
  5. 0.13.0

    cookpete committed Dec 12, 2016
    Configuration menu
    Copy the full SHA
    b158104 View commit details
    Browse the repository at this point in the history
Loading