diff --git a/CHANGELOG.md b/CHANGELOG.md index b6aeabaf..54aad39a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 9a022d7b..da8bfd6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "vlitejs", - "version": "4.1.2", + "version": "4.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cfd583b5..a30ac2a9 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",