Skip to content

Commit 592b7e5

Browse files
committed
Update changelog and bump verisons for v2.5.1
Change-Id: I8db5ece05e71e3373ed8a6d83dc6cf04bbbb5a04
1 parent 6043924 commit 592b7e5

File tree

3 files changed

+49
-2
lines changed

3 files changed

+49
-2
lines changed

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,50 @@
1+
## 2.5.1 (2019-05-20)
2+
3+
New Features:
4+
- Inline external CSS for quicker load
5+
- You no longer need to include Material Design Icons font in your app
6+
- Use clean-css plugin in less.js to minify CSS
7+
8+
Bugfixes:
9+
- Deprecate ui.getPlayer for controls.getPlayer
10+
- https://github.com/google/shaka-player/issues/1941
11+
- Fix switching text displayer mid-playback
12+
- Improve french translations
13+
- https://github.com/google/shaka-player/pull/1944
14+
- Improve logic for aborting network requests
15+
- Fix initial bandwidth estimate on Chrome
16+
- Upgrade mux.js and use minified version
17+
- Fix exception on network retry
18+
- https://github.com/google/shaka-player/issues/1930
19+
- Fix API-based UI setup with default config
20+
- Allow two-argument configure() calls for UI and offline
21+
- Add missing export on ui.Overlay.getConfiguration
22+
- Various improvements in test reliability
23+
- Various fixes for compatibility with newer compiler versions
24+
25+
Demo App:
26+
- Fix asset card highlight on reload
27+
- Fix reconnection to cast sessions on reload
28+
- https://github.com/google/shaka-player/issues/1948
29+
- Fix handling of error events
30+
- Fix centering of asset card titles
31+
- Move download button to the corner of asset cards
32+
- Add WebP variants for asset icons to reduce size by 88%
33+
- Optimize app load time by pre-connecting to external origins
34+
- Defer creating tab contents until shown
35+
- Make name field in custom assets more permissive
36+
- Add link to support page in footer
37+
- Allow demo to load custom assets from hash
38+
- Do not disable controls on startup
39+
- Added missing config values
40+
- Catch certificate errors in demo
41+
- https://github.com/google/shaka-player/issues/1914
42+
- Let demo load even if storage fails to load
43+
- https://github.com/google/shaka-player/issues/1925
44+
- Re-load current asset if page reloads
45+
- Fix unsupported button tooltips
46+
47+
148
## 2.5.0 (2019-05-08)
249

350
**The UI is now out of beta! Use shaka-player.ui.js and see the UI tutorials.**

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.0-uncompiled';
432+
shaka.Player.version = 'v2.5.1-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.0",
4+
"version": "2.5.1",
55
"homepage": "https://github.com/google/shaka-player",
66
"author": "Google",
77
"maintainers": [

0 commit comments

Comments
 (0)