Skip to content

Commit

Permalink
Release 2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa8626 committed May 13, 2021
1 parent 79e8731 commit 3771ed4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,13 +4,29 @@ 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.3](https://github.com/openplayerjs/openplayerjs/compare/v2.7.2...v2.7.3)

> 13 May 2021
- build(deps-dev): bump postcss from 7.0.35 to 8.2.10 [`#241`](https://github.com/openplayerjs/openplayerjs/pull/241)
- fix: upgrade core-js from 3.12.0 to 3.12.1 [`#239`](https://github.com/openplayerjs/openplayerjs/pull/239)
- fix: upgrade core-js from 3.11.3 to 3.12.0 [`#238`](https://github.com/openplayerjs/openplayerjs/pull/238)
- fix: upgrade core-js from 3.11.2 to 3.11.3 [`#237`](https://github.com/openplayerjs/openplayerjs/pull/237)
- fix: upgrade core-js from 3.11.1 to 3.11.2 [`#236`](https://github.com/openplayerjs/openplayerjs/pull/236)
- fix: upgrade core-js from 3.11.0 to 3.11.1 [`#234`](https://github.com/openplayerjs/openplayerjs/pull/234)
- fix(player): Supported server-side rendering by using properly element-closest library, and added data for events in HLS and FLV properly; fixes #119 and #242 [`#119`](https://github.com/openplayerjs/openplayerjs/issues/119)
- feat(player): Added new samples for React and Vue; added section to use OpenPlayerJS with Vue.js [`498b232`](https://github.com/openplayerjs/openplayerjs/commit/498b2325d5c2575a79ed252af3146db2a44f8c75)
- fix(player): Added missing documentation about how to obtain event data [`79e8731`](https://github.com/openplayerjs/openplayerjs/commit/79e8731de444c05847e2ad9b31b177e8d30454b8)
- fix(player): Added data for events in DASH properly [`9805e33`](https://github.com/openplayerjs/openplayerjs/commit/9805e3380a25166b475e586abfb7d03ac00e491e)

#### [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)
- Release 2.7.2 [`05813f4`](https://github.com/openplayerjs/openplayerjs/commit/05813f48f1fa179d9072b91fd3c5b5f1f08cb64c)
- 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)
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.2",
"version": "2.7.3",
"homepage": "https://www.openplayerjs.com/",
"author": {
"name": "Rafael Miranda",
Expand Down

0 comments on commit 3771ed4

Please sign in to comment.