Skip to content

Commit ac0bf29

Browse files
authored
chore(v5.1.x): release 5.1.1 (#10005)
1 parent 9b32a7a commit ac0bf29

5 files changed

Lines changed: 24 additions & 5 deletions

File tree

.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.1.0"
2+
".": "5.1.1"
33
}

CHANGELOG.md

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

3+
## [5.1.1](https://github.com/shaka-project/shaka-player/compare/v5.1.0...v5.1.1) (2026-04-20)
4+
5+
6+
### Bug Fixes
7+
8+
* Avoid uncaught TypeError when destroying player during DRM key status change ([#9992](https://github.com/shaka-project/shaka-player/issues/9992)) ([0fdced6](https://github.com/shaka-project/shaka-player/commit/0fdced67255e07e4973c9e2e21055a645d9d73f5))
9+
* Clamp playback rate to 16x and improve playhead movement behavior ([#9996](https://github.com/shaka-project/shaka-player/issues/9996)) ([9692dee](https://github.com/shaka-project/shaka-player/commit/9692dee6066852c6192c8f748ba9b4bde6e7b4c7))
10+
* **demo:** Fix audio-only animated poster ([#9986](https://github.com/shaka-project/shaka-player/issues/9986)) ([18e5e25](https://github.com/shaka-project/shaka-player/commit/18e5e25e419ee08de27e9472134bad78da82c996))
11+
* **Demo:** Fix audio-only animated poster on custom content ([#9995](https://github.com/shaka-project/shaka-player/issues/9995)) ([cd2996c](https://github.com/shaka-project/shaka-player/commit/cd2996c67476d6157cfa12de088657c840757e83))
12+
* **HLS:** Fix SAMPLE-AES identity stall at waitingforkey event on track switch ([#10000](https://github.com/shaka-project/shaka-player/issues/10000)) ([1824679](https://github.com/shaka-project/shaka-player/commit/18246798135803aa35d1d7f85b28a3a2f2ccf850))
13+
* **MSF:** Fix namespace handling ([#9988](https://github.com/shaka-project/shaka-player/issues/9988)) ([ba21789](https://github.com/shaka-project/shaka-player/commit/ba21789c3d463698f98462367d1afba0e448f8c1))
14+
* **UI:** Fix wrong wheel directions on volume bar ([#10001](https://github.com/shaka-project/shaka-player/issues/10001)) ([1276f8d](https://github.com/shaka-project/shaka-player/commit/1276f8d6c6852b4fe2d590543019c486e7bc8bbc))
15+
16+
17+
### Performance Improvements
18+
19+
* **HLS:** skip merging known segments on live playlist updates ([#9998](https://github.com/shaka-project/shaka-player/issues/9998)) ([9b32a7a](https://github.com/shaka-project/shaka-player/commit/9b32a7a80092ea1e4733a3a0ed7954985c5642c4))
20+
* **UI:** Skip touch listeners when maxTouchPoints is 0 ([#9981](https://github.com/shaka-project/shaka-player/issues/9981)) ([d27b7c4](https://github.com/shaka-project/shaka-player/commit/d27b7c4f8f50fdef115caeb15a380bed31650fe8))
21+
322
## [5.1.0](https://github.com/shaka-project/shaka-player/compare/v5.0.0...v5.1.0) (2026-04-15)
423

524

lib/player.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9371,7 +9371,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
93719371
* @export
93729372
*/
93739373
// eslint-disable-next-line no-useless-concat
9374-
shaka.Player.version = 'v5.1.0' + '-uncompiled'; // x-release-please-version
9374+
shaka.Player.version = 'v5.1.1' + '-uncompiled'; // x-release-please-version
93759375

93769376
// Initialize the deprecation system using the version string we just set
93779377
// 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.1.0",
4+
"version": "5.1.1",
55
"homepage": "https://github.com/shaka-project/shaka-player",
66
"author": "Google",
77
"maintainers": [

0 commit comments

Comments
 (0)