Skip to content

Commit

Permalink
Release 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa8626 committed Jan 22, 2021
1 parent 65f0565 commit ba39361
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,12 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v2.4.1](https://github.com/openplayerjs/openplayerjs/compare/v2.4.0...v2.4.1)

> 22 January 2021
- fix: upgrade core-js from 3.8.2 to 3.8.3 [`#202`](https://github.com/openplayerjs/openplayerjs/pull/202)
- fix(player): Added conditionals to set width/height values correctly after going off fullscreen; fixed #201 [`#201`](https://github.com/openplayerjs/openplayerjs/issues/201)

#### [v2.4.0](https://github.com/openplayerjs/openplayerjs/compare/v2.3.0...v2.4.0)

> 8 January 2021
- feat(player): Added new `forceNative` configuration to allow player to use hls.js or not by default; added missing workflow to switch to hls.js and obtain levels when using mobile and removed code that deleted Unmute button; fixed #196 [`#196`](https://github.com/openplayerjs/openplayerjs/issues/196)
- fix(ads): Removed conditional to resume media correctly in mobile devices [`5f91df3`](https://github.com/openplayerjs/openplayerjs/commit/5f91df3211aefd1ae3c84f1f23fd437898dbe7d9)
- Release 2.4.0 [`1140097`](https://github.com/openplayerjs/openplayerjs/commit/1140097f347a8d60b8ca08a38d034611cbe6f907)
- fix(ads): Added missing conditional to resume media correctly after Ad error [`8b12a2c`](https://github.com/openplayerjs/openplayerjs/commit/8b12a2cabf9231b6579b9e81d8b69fabfc2595f8)

#### [v2.3.0](https://github.com/openplayerjs/openplayerjs/compare/v2.2.4...v2.3.0)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "openplayerjs",
"version": "2.4.0",
"version": "2.4.1",
"homepage": "https://www.openplayerjs.com/",
"author": {
"name": "Rafael Miranda",
Expand Down

0 comments on commit ba39361

Please sign in to comment.