Skip to content

Commit 483e6e1

Browse files
authored
chore(v5.0.x): release 5.0.7 (#9845)
1 parent dad983b commit 483e6e1

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.0.6"
2+
".": "5.0.7"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [5.0.7](https://github.com/shaka-project/shaka-player/compare/v5.0.6...v5.0.7) (2026-03-19)
4+
5+
6+
### Bug Fixes
7+
8+
* **LCEVC:** Fix live support when using DASH dual track ([#9841](https://github.com/shaka-project/shaka-player/issues/9841)) ([b3cfa4c](https://github.com/shaka-project/shaka-player/commit/b3cfa4c632d5757f3fa7e42d746ec7ee6d435c54))
9+
* **LCEVC:** Fix multi-period VOD support ([#9837](https://github.com/shaka-project/shaka-player/issues/9837)) ([7d88692](https://github.com/shaka-project/shaka-player/commit/7d88692720c2563dfb085e2ecf8c224e0e6d9b1b))
10+
* **MSF:** Improve buffer management ([#9831](https://github.com/shaka-project/shaka-player/issues/9831)) ([631369c](https://github.com/shaka-project/shaka-player/commit/631369c7bfc2fadb4a84e971d8a8cd1c26670a33))
11+
* Prevent live stream infinite buffering when isAudioMuxedInVideo is present ([#9835](https://github.com/shaka-project/shaka-player/issues/9835)) ([924ce61](https://github.com/shaka-project/shaka-player/commit/924ce6143f313da97d10033318846a61a8a34558))
12+
* **UI:** Close overflow and settings menus when user seeks ([#9834](https://github.com/shaka-project/shaka-player/issues/9834)) ([47f40f4](https://github.com/shaka-project/shaka-player/commit/47f40f4c5dc3df84e0d773204144870c94858b75))
13+
* **UI:** Fix delay updating the styles after seeks ([#9846](https://github.com/shaka-project/shaka-player/issues/9846)) ([dad983b](https://github.com/shaka-project/shaka-player/commit/dad983be2f2a77476da96b3eb6abb74cbd7864bd))
14+
* **UI:** sync seekbar on timestamp position value between mousemove and onChange in firefox ([#9840](https://github.com/shaka-project/shaka-player/issues/9840)) ([0b06e89](https://github.com/shaka-project/shaka-player/commit/0b06e89d39eba3596836759809468b8201863a27))
15+
316
## [5.0.6](https://github.com/shaka-project/shaka-player/compare/v5.0.5...v5.0.6) (2026-03-16)
417

518

lib/player.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9051,7 +9051,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
90519051
* @export
90529052
*/
90539053
// eslint-disable-next-line no-useless-concat
9054-
shaka.Player.version = 'v5.0.6' + '-uncompiled'; // x-release-please-version
9054+
shaka.Player.version = 'v5.0.7' + '-uncompiled'; // x-release-please-version
90559055

90569056
// Initialize the deprecation system using the version string we just set
90579057
// on the player.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "shaka-player",
33
"description": "DASH/EME video player library",
4-
"version": "5.0.6",
4+
"version": "5.0.7",
55
"homepage": "https://github.com/shaka-project/shaka-player",
66
"author": "Google",
77
"maintainers": [

0 commit comments

Comments
 (0)