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: v1.13.0
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: v1.14.0
Choose a head ref
  • 8 commits
  • 19 files changed
  • 4 contributors

Commits on Sep 23, 2019

  1. Properly delete SDK requests (#718)

    * Properly reset requests in getSDK
    
    We test for 'requests[url]' which is true for an
    empty array, so reset it to null after a failed
    fetch.
    
    * Activate getSDK tests, don't run them concurrently
    
    As we use shared global variables in getSDK
    the tests can't be run concurrently, which
    is the default for AVA.
    
    * Add a test for SDK fetch after failed fetch
    bastei authored and cookpete committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    df43f46 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2019

  1. Add PIP support for Safari (#716)

    * PIP support for Safari
    
    * Move inside block
    
    * Check for mobile safari
    Mobile safari "supports" PiP, however does not function
    
    * Add another check for current mode
    destruc7i0n authored and cookpete committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    1e41ce5 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. fixes #733 (#736)

    controls property for twitch player must be true if url is for a channel. Otherwise, video will not load in iframe.
    jackhenry authored and cookpete committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    8c8d00f View commit details
    Browse the repository at this point in the history
  2. Add playIcon prop

    Fixes #730
    cookpete committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    5689e8f View commit details
    Browse the repository at this point in the history
  3. Use https SDK urls by default

    Fixes #728
    cookpete committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    9dd587e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09b47a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    987a18b View commit details
    Browse the repository at this point in the history
  6. 1.14.0

    cookpete committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    6d57ef3 View commit details
    Browse the repository at this point in the history
Loading