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.8.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: v0.9.0
Choose a head ref
  • 5 commits
  • 12 files changed
  • 1 contributor

Commits on Aug 4, 2016

  1. Add style prop

    Resolves #92
    cookpete committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    c788dde View commit details
    Browse the repository at this point in the history
  2. Fix looping behaviour

    Switched from relying on the `ended` event (which seems unreliable in Safari) to using the native `loop` attribute for FilePlayer and SoundCloud tracks
    Fixes #91
    cookpete committed Aug 4, 2016
    Configuration menu
    Copy the full SHA
    8de750a View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2016

  1. Configuration menu
    Copy the full SHA
    9ed363a View commit details
    Browse the repository at this point in the history
  2. Skip tests before versioning

    The karma tests have become unreliable (at least on my local machine) so this reduces friction when releasing new version
    cookpete committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    ed6cab0 View commit details
    Browse the repository at this point in the history
  3. 0.9.0

    cookpete committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    7ebc3ae View commit details
    Browse the repository at this point in the history
Loading