Skip to content

Commit

Permalink
Bump to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoriiis committed Sep 9, 2022
1 parent b9816bc commit 7f207fd
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## 4.2.0

### New features

- Add the Google IMA SDK plugin ([#77](https://github.com/vlitejs/vlite/pull/77))
- Add the AirPlay plugin ([#82](https://github.com/vlitejs/vlite/pull/82))

### Updates

- Enable `playsinline` by default ([f142964](https://github.com/vlitejs/vlite/commit/f142964e96f451c35a201758924f046143df37a9))
- Call Vlitejs `onReady` function before the plugins `onReady` functions ([7620e16](https://github.com/vlitejs/vlite/commit/7620e16#diff-72c3d7a0754b76d6ad0c31ddbf698d283c13d17a71fe6b07c8a795adac8d4762))
- Use native `aspect-ratio` for player responsive ([b9816bc](https://github.com/vlitejs/vlite/commit/b9816bc2d68246078e73ace363248e5bfa4bc068))
- Disable fullscreen on iPhone (not supported yet) ([49c9567](https://github.com/vlitejs/vlite/commit/49c9567b71216c4214c753742d7c4758dd486d14))

## 4.1.2

### Fixes
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.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vlitejs",
"version": "4.1.2",
"version": "4.2.0",
"description": "vLitejs is a fast and lightweight Javascript library for customizing video and audio player in Javascript with a minimalist theme (HTML5, Youtube, Vimeo, Dailymotion)",
"keywords": [
"video",
Expand All @@ -16,7 +16,10 @@
"picture-in-picture",
"subtitle",
"cast",
"chromecast"
"chromecast",
"airplay",
"monetization",
"ima-sdk"
],
"homepage": "https://vlite.js.org",
"bugs": "https://github.com/vlitejs/vlite/issues",
Expand Down

0 comments on commit 7f207fd

Please sign in to comment.