Skip to content

Commit

Permalink
Release 2.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa8626 committed Jan 13, 2024
1 parent 21a3a1d commit 1bccac3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,19 @@ 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.14.2](https://github.com/openplayerjs/openplayerjs/compare/v2.14.1...v2.14.2)

- Removed debugging file [`21a3a1d`](https://github.com/openplayerjs/openplayerjs/commit/21a3a1d16b69ff50fdaf7eaeed8e7882b253adbc)

#### [v2.14.1](https://github.com/openplayerjs/openplayerjs/compare/v2.14.0...v2.14.1)

> 13 January 2024
- Removed flag that prevented play to work as expected with preload="none"; fixes #403 [`#403`](https://github.com/openplayerjs/openplayerjs/issues/403)
- 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)
- Release 2.14.1 [`abb8777`](https://github.com/openplayerjs/openplayerjs/commit/abb877723cd87e2d17526191d027f4815a570ae7)
- 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)
- Fixed issue with `alt` attribute not being set correctly [`284da73`](https://github.com/openplayerjs/openplayerjs/commit/284da73678aa97f2c7d14b39d8d2e1eb445ebebf)
- Fixed vulnerability [`2013179`](https://github.com/openplayerjs/openplayerjs/commit/2013179e783f184d8a1eead2d21a694dba42dd38)

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

Expand Down
4 changes: 2 additions & 2 deletions 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openplayerjs",
"version": "2.14.1",
"version": "2.14.2",
"homepage": "https://www.openplayerjs.com/",
"author": {
"name": "Rafael Miranda",
Expand Down

0 comments on commit 1bccac3

Please sign in to comment.