Skip to content

Commit 1bccac3

Browse files
author
Rafael Miranda
committed
Release 2.14.2
1 parent 21a3a1d commit 1bccac3

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,19 @@ 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.2](https://github.com/openplayerjs/openplayerjs/compare/v2.14.1...v2.14.2)
8+
9+
- Removed debugging file [`21a3a1d`](https://github.com/openplayerjs/openplayerjs/commit/21a3a1d16b69ff50fdaf7eaeed8e7882b253adbc)
10+
711
#### [v2.14.1](https://github.com/openplayerjs/openplayerjs/compare/v2.14.0...v2.14.1)
812

13+
> 13 January 2024
14+
915
- Removed flag that prevented play to work as expected with preload="none"; fixes #403 [`#403`](https://github.com/openplayerjs/openplayerjs/issues/403)
1016
- Added alt element in subitems; reduced encoded SVG size to close #401; added validations to check if value is NaN and avoid setting it if so [`#401`](https://github.com/openplayerjs/openplayerjs/issues/401)
17+
- Release 2.14.1 [`abb8777`](https://github.com/openplayerjs/openplayerjs/commit/abb877723cd87e2d17526191d027f4815a570ae7)
1118
- Added new configuration setup for custom controls to insert it in a specific index if indicated; removed project from list [`8e3dbf9`](https://github.com/openplayerjs/openplayerjs/commit/8e3dbf97507cb69778a068a73f1ff957387633a1)
1219
- Fixed issue with `alt` attribute not being set correctly [`284da73`](https://github.com/openplayerjs/openplayerjs/commit/284da73678aa97f2c7d14b39d8d2e1eb445ebebf)
13-
- Fixed vulnerability [`2013179`](https://github.com/openplayerjs/openplayerjs/commit/2013179e783f184d8a1eead2d21a694dba42dd38)
1420

1521
#### [v2.14.0](https://github.com/openplayerjs/openplayerjs/compare/v2.13.3...v2.14.0)
1622

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.1",
3+
"version": "2.14.2",
44
"homepage": "https://www.openplayerjs.com/",
55
"author": {
66
"name": "Rafael Miranda",

0 commit comments

Comments
 (0)