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: videojs/video.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: videojs/video.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.6.x
Choose a head ref
  • 4 commits
  • 9 files changed
  • 2 contributors

Commits on Sep 5, 2019

  1. fix: ensure the default ID of the first player is 'vjs_video_3' as so…

    …me people have relied on this (#6216)
    
    When a player is created without an id on the embed code, Video.js automatically assigns it one based on an auto-incrementing number (a.k.a. a GUID). For the longest time, this has happened to result in the default id of the first player being vjs_video_3.
    
    It was never intended for users to rely on this value being consistent, but users do strange and inadvisable things.
    
    PR #6103 had an unintended side effect in that it changed the default id to vjs_video_2, which we worry could affect some users of Video.js.
    misteroneill authored and gkatsev committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    5ff5569 View commit details
    Browse the repository at this point in the history
  2. 7.6.5

    gkatsev committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    de21baf View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. fix: bring back Android 4.x support (#6289)

    Use a WeakMap and Set shams for browsers that don't support it.
    gkatsev authored Nov 7, 2019
    Configuration menu
    Copy the full SHA
    bacd2b2 View commit details
    Browse the repository at this point in the history
  2. 7.6.6

    gkatsev committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    b393b2b View commit details
    Browse the repository at this point in the history
Loading