mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-25 17:45:03 +03:00
chore(v5.1.x): release 5.1.6 (#10123)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
{
|
||||
".": "5.1.5"
|
||||
".": "5.1.6"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# Changelog
|
||||
|
||||
## [5.1.6](https://github.com/shaka-project/shaka-player/compare/v5.1.5...v5.1.6) (2026-05-25)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Fix XML node attribute externs ([#10111](https://github.com/shaka-project/shaka-player/issues/10111)) ([7d1bec3](https://github.com/shaka-project/shaka-player/commit/7d1bec38e98bba1d65b599db26f634e33e56889b))
|
||||
* Map the "audio/x-mpegurl" MIME type as HLS ([#10114](https://github.com/shaka-project/shaka-player/issues/10114)) ([6dcf8ba](https://github.com/shaka-project/shaka-player/commit/6dcf8ba46372056f7c0bce2d7cebbca3449374f2))
|
||||
* **UI:** Fix blurry seek bar marks ([#10097](https://github.com/shaka-project/shaka-player/issues/10097)) ([a930801](https://github.com/shaka-project/shaka-player/commit/a930801fe8bb22f90f53b8dbf8532711eedeac9a))
|
||||
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* **transmuxer:** Write nalu lengths directly into combined buffer in h265 ([#10119](https://github.com/shaka-project/shaka-player/issues/10119)) ([21f7ad8](https://github.com/shaka-project/shaka-player/commit/21f7ad8e36a0408403cf7184e2a76cb86816cc44))
|
||||
|
||||
## [5.1.5](https://github.com/shaka-project/shaka-player/compare/v5.1.4...v5.1.5) (2026-05-18)
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -9442,7 +9442,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
|
||||
* @export
|
||||
*/
|
||||
// eslint-disable-next-line no-useless-concat
|
||||
shaka.Player.version = 'v5.1.5' + '-uncompiled'; // x-release-please-version
|
||||
shaka.Player.version = 'v5.1.6' + '-uncompiled'; // x-release-please-version
|
||||
|
||||
// Initialize the deprecation system using the version string we just set
|
||||
// on the player.
|
||||
|
||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "shaka-player",
|
||||
"version": "5.1.5",
|
||||
"version": "5.1.6",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "shaka-player",
|
||||
"version": "5.1.5",
|
||||
"version": "5.1.6",
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.17.5",
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "shaka-player",
|
||||
"description": "DASH/EME video player library",
|
||||
"version": "5.1.5",
|
||||
"version": "5.1.6",
|
||||
"homepage": "https://github.com/shaka-project/shaka-player",
|
||||
"author": "Google",
|
||||
"maintainers": [
|
||||
|
||||
Reference in New Issue
Block a user