Skip to content

Commit dffc9ce

Browse files
author
Rafael Miranda
committed
Release 2.14.5
1 parent f1a8219 commit dffc9ce

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file. Dates are d
44

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

7+
#### [v2.14.5](https://github.com/openplayerjs/openplayerjs/compare/v2.14.4...v2.14.5)
8+
9+
- fix(player): Removed crypto alias to favor Web Crypto API; upgraded package. Fixes #424 [`#424`](https://github.com/openplayerjs/openplayerjs/issues/424)
10+
- chore: Upgraded packages and fixed global interface for network connection [`f1a8219`](https://github.com/openplayerjs/openplayerjs/commit/f1a8219e9029bc698541e9771c6d9456ffcc22fe)
11+
712
#### [v2.14.4](https://github.com/openplayerjs/openplayerjs/compare/v2.14.3...v2.14.4)
813

14+
> 21 May 2024
15+
916
- fix(player): Added missing workflows to show/hide captions correctly in multiple scenarios; set default value to force native HLS to false; added new GitHub action to process coveralls command [`7f97fd5`](https://github.com/openplayerjs/openplayerjs/commit/7f97fd57ac6b03cc3b4619ef4be72444231df543)
1017
- fix(captions): Added missing workflow to set active cue text properly when switching to a different one [`4420189`](https://github.com/openplayerjs/openplayerjs/commit/442018912a2fe2e183ef55719c50743264d2ccb4)
1118
- fix(hls): Changed way to create smooth quality switching by using different HLS method [`83f2a06`](https://github.com/openplayerjs/openplayerjs/commit/83f2a06768df503279549e502ba4274bfc34eef6)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openplayerjs",
3-
"version": "2.14.4",
3+
"version": "2.14.5",
44
"homepage": "https://www.openplayerjs.com/",
55
"author": {
66
"name": "Rafael Miranda",

0 commit comments

Comments
 (0)