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.13.0
Choose a base ref
...
head repository: videojs/video.js Loading
compare: v8.14.0
Choose a head ref
  • 12 commits
  • 19 files changed
  • 10 contributors

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    466fa97 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    cb76a24 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. fix: progress bar sometimes is not filled on 100% (#8633)

    * fix: the seek bar shouldn't throttle the update function on the ended event.
    
    * test: add unit test
    gjanblaszczyk committed May 3, 2024
    Configuration menu
    Copy the full SHA
    3e697e9 View commit details
    Browse the repository at this point in the history
  2. refactor: use URL API (#8716)

    * refactor: use URL API
    
    * add relative test
    
    * remove old jsdoc comment
    
    * Corrected test description
    mister-ben committed May 3, 2024
    Configuration menu
    Copy the full SHA
    992af3b View commit details
    Browse the repository at this point in the history
  3. fix: prevent error for root shadow elements when restorEl is enabled (#…

    …8679)
    
    Addresses an issue where activating the `restoreEl` option for an element at the root of a shadow DOM threw a "TypeError: el.parentNode.hasAttribute is not a function". The bug was due to the `parentNode` being a shadow root, which does not have the `hasAttribute` method.
    
    The fix implemented checks for the existence of the `hasAttribute` method on `parentNode`.
    jboix committed May 3, 2024
    Configuration menu
    Copy the full SHA
    31b0378 View commit details
    Browse the repository at this point in the history
  4. fix(player): adapt player height to control bar height in audioOnly m…

    …ode (#8579)
    
    Adapts the `player.height` to the `controlBar.currentHeight` when the
    `audioOnlyMode` is `enabled`. This ensures that the player height and control
    bar height are always in sync when the player is resized.
    
    - add `updatePlayerHeightOnAudioOnlyMode_` function that will update the player
    height according to the control bar height when the player is resized
    - modify `enableAudioOnlyUI_`
      - add a `controlBarHeight` to `audioOnlyCache_` to keep track of the control
      bar height changes when the player is resized
      - add a `playerresize` listener
    - modify `disableAudioOnlyUI_` to remove the `playerresize` listener
    amtins committed May 3, 2024
    Configuration menu
    Copy the full SHA
    8050466 View commit details
    Browse the repository at this point in the history
  5. fix(dom): handle slotted parent transform position (#8158)

    * fix(dom): handle slotted parent transform position
    
    * fix(test): add test to cover getPointerPosition
    
    * run all tests
    
    ---------
    
    Co-authored-by: mister-ben <git@misterben.me>
    weiz18 and mister-ben committed May 3, 2024
    Configuration menu
    Copy the full SHA
    9946a19 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. feat: refactor error consts (#8719)

    * feat: refactor error consts
    
    * fix: add failed
    adrums86 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    4dfea61 View commit details
    Browse the repository at this point in the history
  2. chore(css): fix typo in postcss-config browserslist and update list (#…

    …8578)
    
    - s/last 3 major version/last 3 major versions/
    - sync with current browserslistrc, babelrc, rollup_config
    phloxic committed May 6, 2024
    Configuration menu
    Copy the full SHA
    3df0e9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad3be35 View commit details
    Browse the repository at this point in the history
  4. Updated translations for nb (#8650)

    Co-authored-by: mister-ben <git@misterben.me>
    emmernme and mister-ben committed May 6, 2024
    Configuration menu
    Copy the full SHA
    b535758 View commit details
    Browse the repository at this point in the history
  5. 8.14.0

    adrums86 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    7b0aede View commit details
    Browse the repository at this point in the history
Loading