-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Comparing changes
Open a pull request
base repository: videojs/video.js
base: v8.13.0
head repository: videojs/video.js
compare: v8.14.0
- 12 commits
- 19 files changed
- 10 contributors
Commits on Apr 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 466fa97 - Browse repository at this point
Copy the full SHA 466fa97View commit details
Commits on Apr 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cb76a24 - Browse repository at this point
Copy the full SHA cb76a24View commit details
Commits on May 3, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 3e697e9 - Browse repository at this point
Copy the full SHA 3e697e9View commit details -
* refactor: use URL API * add relative test * remove old jsdoc comment * Corrected test description
Configuration menu - View commit details
-
Copy full SHA for 992af3b - Browse repository at this point
Copy the full SHA 992af3bView commit details -
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`.
Configuration menu - View commit details
-
Copy full SHA for 31b0378 - Browse repository at this point
Copy the full SHA 31b0378View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 8050466 - Browse repository at this point
Copy the full SHA 8050466View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 9946a19 - Browse repository at this point
Copy the full SHA 9946a19View commit details
Commits on May 6, 2024
-
feat: refactor error consts (#8719)
* feat: refactor error consts * fix: add failed
Configuration menu - View commit details
-
Copy full SHA for 4dfea61 - Browse repository at this point
Copy the full SHA 4dfea61View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 3df0e9b - Browse repository at this point
Copy the full SHA 3df0e9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad3be35 - Browse repository at this point
Copy the full SHA ad3be35View commit details -
Updated translations for nb (#8650)
Co-authored-by: mister-ben <git@misterben.me>
Configuration menu - View commit details
-
Copy full SHA for b535758 - Browse repository at this point
Copy the full SHA b535758View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b0aede - Browse repository at this point
Copy the full SHA 7b0aedeView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v8.13.0...v8.14.0