|
| 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 | + |
1 | 48 | ## 2.5.0 (2019-05-08) |
2 | 49 |
|
3 | 50 | **The UI is now out of beta! Use shaka-player.ui.js and see the UI tutorials.** |
|
0 commit comments