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.7.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.7.1
Choose a head ref
  • 5 commits
  • 11 files changed
  • 1 contributor

Commits on Nov 17, 2018

  1. Update npmignore

    cookpete committed Nov 17, 2018
    Configuration menu
    Copy the full SHA
    32e8286 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2018

  1. Fix dist build

    Adding the named exports in c15f1cd seems to have broken the dist build. Fortunately webpack's `output.libraryExport` solves this for us
    cookpete committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    29fb971 View commit details
    Browse the repository at this point in the history
  2. Loop youtube playlists correctly

    Fixes #530
    Instead of setting the `loopOnEnded` static and letting Player loop for us, we
    want to manually loop within the Youtube player to ensure that we are _not_
    playing a playlist when the video ends, which would loop a single video.
    Instead we use `player.setLoop` to ensure playlists loop
    cookpete committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    8924549 View commit details
    Browse the repository at this point in the history
  3. Parse youtube playlist from URL list param

    Properly fixes #318
    Instead of having to use `playerVars` to play playlists, you can now just pass
    in URLs, such as https://www.youtube.com/watch?v=4l8Wkrb5JNw&list=PLSmhG8yDCXaFj04Rag9btia4G3nN3hFRn
    cookpete committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    b6b6c8d View commit details
    Browse the repository at this point in the history
  4. 1.7.1

    cookpete committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    05a7040 View commit details
    Browse the repository at this point in the history
Loading