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 Loading
base: v8.14.1
Choose a base ref
...
head repository: videojs/video.js Loading
compare: v8.15.0
Choose a head ref
  • 3 commits
  • 5 files changed
  • 3 contributors

Commits on Jun 1, 2024

  1. fix: removes duplicate id in text track settings (#8755)

    ## Description
    Prevents a duplicate id in text track settings.
    Fixes #8754
    
    ## Specific Changes proposed
    The text edge settings were erroneously duplicating the id generated for
    the background colour. Changes to a unique name.
    Adds a general test for duplicate ids.
    
    ## Requirements Checklist
    - [x] Feature implemented / Bug fixed
    - [ ] If necessary, more likely in a feature request than a bug fix
    - [x] Change has been verified in an actual browser (Chrome, Firefox,
    IE)
      - [x] Unit Tests updated or fixed
      - [ ] Docs/guides updated
    - [ ] Example created ([starter template on
    JSBin](https://codepen.io/gkatsev/pen/GwZegv?editors=1000#0))
    - [x] Has no DOM changes which impact accessiblilty or trigger warnings
    (e.g. Chrome issues tab)
      - [x] Has no changes to JSDoc which cause `npm run docs:api` to error
    - [ ] Reviewed by Two Core Contributors
    mister-ben committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    a10d258 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. feat: update xhr (#8757)

    update xhr to 2.7.0
    
    Co-authored-by: Dzianis Dashkevich <ddashkevich@brightcove.com>
    dzianis-dashkevich and Dzianis Dashkevich committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    8cfd6c4 View commit details
    Browse the repository at this point in the history
  2. 8.15.0

    Dzianis Dashkevich committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    fc1f7a6 View commit details
    Browse the repository at this point in the history
Loading