Skip to content

Commit

Permalink
chore: Release v3.3.0
Browse files Browse the repository at this point in the history
Change-Id: I7000123810cbce38088c0111e3bc723d37327df1
  • Loading branch information
joeyparrish committed Jan 7, 2022
1 parent eafc247 commit b9dd0a1
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 2 deletions.
54 changes: 54 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,57 @@
## 3.3.0 (2022-01-07)

New Features:
- Adds singleClickForPlayAndPause config
- https://github.com/google/shaka-player/issues/3821
- Add media quality change events
- https://github.com/google/shaka-player/pull/3700
- Add Common Media Client Data (CMCD) logging support
- https://github.com/google/shaka-player/issues/3619
- https://github.com/google/shaka-player/pull/3662
- Adds advanced ABR config options
- https://github.com/google/shaka-player/issues/3422
- https://github.com/google/shaka-player/pull/3706
- Integrate with non-linear IMA CS ads
- https://github.com/google/shaka-player/pull/3639
- Add a config to dispatch all emsg boxes
- https://github.com/google/shaka-player/issues/3348
- https://github.com/google/shaka-player/pull/3653
- Added Loop and PIP to context menu, and Statistics to overflow menu
- https://github.com/google/shaka-player/pull/3578
- Export LanguageUtils
- https://github.com/google/shaka-player/issues/3692
- Add randomUUID polyfill
- https://github.com/google/shaka-player/pull/3669
- Export individual polyfill install methods
- https://github.com/google/shaka-player/pull/3660
- Make default HLS audio/video codecs configurable
- https://github.com/google/shaka-player/pull/3651
- Add response HTTP status to Networking engine responses
- https://github.com/google/shaka-player/issues/3640
- https://github.com/google/shaka-player/pull/3641
- Create segment index only when used
- Partially support tts:textOutline
- https://github.com/google/shaka-player/issues/3612
- Add tooltips to control panel buttons
- https://github.com/google/shaka-player/pull/3572
- Add configurable rates
- https://github.com/google/shaka-player/pull/3579
- Add blob-url support
- https://github.com/google/shaka-player/issues/1481
- https://github.com/google/shaka-player/pull/3583
- Add updateStartTime method to play
- https://github.com/google/shaka-player/pull/3491
- Add right-click context menu, statistics button
- https://github.com/google/shaka-player/issues/2607
- https://github.com/google/shaka-player/pull/3548
- Added events for download lifecycle
- https://github.com/google/shaka-player/issues/3533
- Add Quality, Language, Playback, Captions buttons to control panel
- https://github.com/google/shaka-player/pull/3465
- Add goToLive method
- https://github.com/google/shaka-player/pull/3527


## 3.2.2 (2022-01-06)

Bugfixes:
Expand Down
2 changes: 1 addition & 1 deletion lib/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -6530,7 +6530,7 @@ shaka.Player.TYPICAL_BUFFERING_THRESHOLD_ = 0.5;
* @define {string} A version number taken from git at compile time.
* @export
*/
shaka.Player.version = 'v3.3.0-pre-uncompiled';
shaka.Player.version = 'v3.3.0-uncompiled';

// Initialize the deprecation system using the version string we just set
// on the player.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shaka-player",
"description": "DASH/EME video player library",
"version": "3.3.0-pre",
"version": "3.3.0",
"homepage": "https://github.com/google/shaka-player",
"author": "Google",
"maintainers": [
Expand Down

0 comments on commit b9dd0a1

Please sign in to comment.