Skip to content

Commit 4615a0b

Browse files
committed
Update changelog and bump versions for v2.5.5
Change-Id: Idc87567fea3a3d7df936e82eb41f6e44525c3a90
1 parent 67240a6 commit 4615a0b

File tree

3 files changed

+58
-2
lines changed

3 files changed

+58
-2
lines changed

CHANGELOG.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,59 @@
1+
## 2.5.5 (2019-08-23)
2+
3+
New Features:
4+
- Conditionally remove FairPlay formatting
5+
- https://github.com/google/shaka-player/issues/1951
6+
- Add sessionId field to network request
7+
- Make it easier to add custom overflow menu items
8+
- https://github.com/google/shaka-player/issues/2091
9+
- Add clearBufferOnQualityChange field to UI config
10+
- https://github.com/google/shaka-player/issues/1733
11+
- Allow filtering out failed HLS text tracks
12+
- https://github.com/google/shaka-player/issues/2065
13+
- Parse Accessibility tag into text "kind"
14+
- https://github.com/google/shaka-player/issues/2060
15+
- Re-add MediaSession API
16+
- https://github.com/google/shaka-player/issues/1934
17+
- Skip WebM streams in HLS instead of throwing
18+
- https://github.com/google/shaka-player/issues/2108
19+
- Convert `<mspr:pro>` elements to `pssh` init data
20+
- https://github.com/google/shaka-player/pull/2106
21+
- https://github.com/google/shaka-player/issues/2058
22+
23+
Bugfixes:
24+
- Fix duplicate resolution entries in UI menu
25+
- https://github.com/google/shaka-player/issues/2085
26+
- Fix missing tracks, race on time during startup
27+
- https://github.com/google/shaka-player/issues/2045
28+
- Fix spinner position on IE11
29+
- https://github.com/google/shaka-player/issues/2084
30+
- Fix seek bar coloring when nothing buffered
31+
- Fix scroll behavior on page load
32+
- https://github.com/google/shaka-player/issues/2063
33+
- Don't create a UI if the app already has one
34+
- https://github.com/google/shaka-player/issues/2073
35+
- Fix text display styling when fullscreen
36+
- https://github.com/google/shaka-player/issues/2051
37+
- Don't enter fullscreen on double click on bottom bar
38+
- https://github.com/google/shaka-player/issues/2053
39+
- Avoid errors when video ends
40+
- https://github.com/google/shaka-player/issues/2050
41+
- Fix fullscreen behavior on double click and rotate
42+
- https://github.com/google/shaka-player/issues/2043
43+
- Fix bug when clicking PIP button while casting
44+
- https://github.com/google/shaka-player/issues/2044
45+
- Fix CEA captions with multi-Period content
46+
- https://github.com/google/shaka-player/issues/2075
47+
- https://github.com/google/shaka-player/issues/2094
48+
49+
Demo App:
50+
- Added more HLS demo assets
51+
- https://github.com/google/shaka-player/issues/2035
52+
- Exit PIP on unload in the demo
53+
- https://github.com/google/shaka-player/issues/2055
54+
- Re-added hidden 'noinput' param to demo
55+
56+
157
## 2.5.4 (2019-07-19)
258

359
Bugfixes:

lib/player.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ shaka.Player.prototype.destroy = async function() {
429429
* @define {string} A version number taken from git at compile time.
430430
* @export
431431
*/
432-
shaka.Player.version = 'v2.5.4-uncompiled';
432+
shaka.Player.version = 'v2.5.5-uncompiled';
433433

434434
// Initialize the deprecation system using the version string we just set
435435
// on the player.

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": "2.5.4",
4+
"version": "2.5.5",
55
"homepage": "https://github.com/google/shaka-player",
66
"author": "Google",
77
"maintainers": [

0 commit comments

Comments
 (0)