Skip to content

Commit

Permalink
Release 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa8626 committed Apr 27, 2021
1 parent de58b47 commit 05813f4
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,6 +4,15 @@ 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.7.2](https://github.com/openplayerjs/openplayerjs/compare/v2.7.1...v2.7.2)

> 27 April 2021
- fix: upgrade core-js from 3.10.2 to 3.11.0 [`#231`](https://github.com/openplayerjs/openplayerjs/pull/231)
- fix: upgrade core-js from 3.10.1 to 3.10.2 [`#229`](https://github.com/openplayerjs/openplayerjs/pull/229)
- feat(player): Added new option to disable automatic pause for multiple instances of player [`de58b47`](https://github.com/openplayerjs/openplayerjs/commit/de58b47b617c249ee82fd9231dcfb011ecd71b42)
- fix(player): Allowed main `load` method to return a Promise [`e627846`](https://github.com/openplayerjs/openplayerjs/commit/e627846d65564bd4582d2ae8aa7cd594ed98faef)

#### [v2.7.1](https://github.com/openplayerjs/openplayerjs/compare/v2.6.1...v2.7.1)

> 16 April 2021
Expand All @@ -17,7 +26,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix(player): Reduced width in mute icon to avoid messing with whole controls height; fixes #217 [`#217`](https://github.com/openplayerjs/openplayerjs/issues/217)
- feat(player): Added packages to start unit tests for each individual file and check coverage; fixed issues caught by unit tests [`20d0300`](https://github.com/openplayerjs/openplayerjs/commit/20d030040eb15645e79035c798ce4971fa9e0aac)
- fix(player): Removed unnecessary conditional to dispatch error when no more Ads are left to process; fixed typo when replacing private variables, and removed unnecesary condtionals [`1f4fb5b`](https://github.com/openplayerjs/openplayerjs/commit/1f4fb5b0203519a0aa3ed8d75b46cfc9de1aa0c1)
- fix(player): Fixed range input issue with mobile devices [`39df154`](https://github.com/openplayerjs/openplayerjs/commit/39df154671f354a901608e87f32853c1ba23f393)
- Release 2.7.1 [`5ac914e`](https://github.com/openplayerjs/openplayerjs/commit/5ac914e2a12a5dcc1f435d3ecaf54870e2fda12c)

#### [v2.6.1](https://github.com/openplayerjs/openplayerjs/compare/v2.6.0...v2.6.1)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -86,7 +86,7 @@ If you need a reference on how to use OpenPlayerJS in some of the most common sc
12. [Ads playlist (multiple URLs)](https://codepen.io/rafa8626/pen/wvvxbMN)
13. [Retrieve data from audio streaming (HLS)](https://codepen.io/rafa8626/pen/abbjrBW)
14. [YouTube video (using plugin)](https://codepen.io/rafa8626/pen/wvvOYpg)
15. [Addition of a custom control](https://codepen.io/rafa8626/pen/oNXmEza)
15. [Seamless transitions using custom control](https://codepen.io/rafa8626/pen/oNXmEza)
16. [OpenPlayerJS with Next.js](https://codesandbox.io/s/vigorous-almeida-71gln)
17. [Using `Levels` and setting width/height](https://codepen.io/rafa8626/pen/ExxXvZx)
18. [Trigger Ad manually](https://codepen.io/rafa8626/pen/abZNgoY)
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.7.1",
"version": "2.7.2",
"homepage": "https://www.openplayerjs.com/",
"author": {
"name": "Rafael Miranda",
Expand Down

0 comments on commit 05813f4

Please sign in to comment.