Skip to content

Commit 112d7ea

Browse files
authored
chore(v4.14.x): release 4.14.2 (#8296)
1 parent 68e45e4 commit 112d7ea

File tree

5 files changed

+22
-5
lines changed

5 files changed

+22
-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-
".": "4.14.1"
2+
".": "4.14.2"
33
}

CHANGELOG.md

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

3+
## [4.14.2](https://github.com/shaka-project/shaka-player/compare/v4.14.1...v4.14.2) (2025-03-19)
4+
5+
6+
### Bug Fixes
7+
8+
* **Ads:** Fix overlay interstitial when the seeked is outside of the current window ([#8288](https://github.com/shaka-project/shaka-player/issues/8288)) ([566490e](https://github.com/shaka-project/shaka-player/commit/566490e24ed1bc1da92b54f72cc7918ff32b559a))
9+
* Fix audio selection by channel count ([#8286](https://github.com/shaka-project/shaka-player/issues/8286)) ([f2e1131](https://github.com/shaka-project/shaka-player/commit/f2e113196750afcee696caed049fb62aca72abdf))
10+
* Fix destroy CastProxy on browser without Cast support ([#8294](https://github.com/shaka-project/shaka-player/issues/8294)) ([15e8147](https://github.com/shaka-project/shaka-player/commit/15e8147c8eee92452d256f1c7c59c9feb9610bee))
11+
* Text tracks with src= on Safari & UITextDisplayer are sometimes rendered natively ([#8256](https://github.com/shaka-project/shaka-player/issues/8256)) ([68e45e4](https://github.com/shaka-project/shaka-player/commit/68e45e4f25a64cf6f093e024cd36ab77d0b4ad30))
12+
* **UI:** Optimize portrait thumbnail display ([#8274](https://github.com/shaka-project/shaka-player/issues/8274)) ([ec3c545](https://github.com/shaka-project/shaka-player/commit/ec3c54581d90f5c1cfc2bae4388e11f8c0c662d2))
13+
14+
15+
### Performance Improvements
16+
17+
* AdaptationSetCriteria improvements ([#8287](https://github.com/shaka-project/shaka-player/issues/8287)) ([40f0f43](https://github.com/shaka-project/shaka-player/commit/40f0f4395ebf81f47bf93c1e90c846a6e16ee09e))
18+
* **Ads:** Improve presentation time of pre-roll interstitials ([#8284](https://github.com/shaka-project/shaka-player/issues/8284)) ([0e825c2](https://github.com/shaka-project/shaka-player/commit/0e825c2d29064f1d3ef6821e5de204671d6d69aa))
19+
320
## [4.14.1](https://github.com/shaka-project/shaka-player/compare/v4.14.0...v4.14.1) (2025-03-14)
421

522

lib/player.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8873,7 +8873,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
88738873
* @export
88748874
*/
88758875
// eslint-disable-next-line no-useless-concat
8876-
shaka.Player.version = 'v4.14.1' + '-uncompiled'; // x-release-please-version
8876+
shaka.Player.version = 'v4.14.2' + '-uncompiled'; // x-release-please-version
88778877

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

0 commit comments

Comments
 (0)