npm videogular2 4.0.0
v4.0.0

latest releases: 7.0.2, 7.0.1, 7.0.0...
7 years ago

<a name"4.0.0">

4.0.0 (2017-01-24)

Bug Fixes

  • core:
    • Fix fullscreen when several players are in the same app (c583f17e)
    • Add fullscreen api to vgPlayer providers (75981d40)

Features

  • core: Add isPlayerReady variable (97301037)

Breaking Changes

  • Now VgFullscreenAPI is not anymore static and you need to grab it from VgAPI. E.g:

When you grab the API on the onPlayerReady() EventEmitter, then inside that callback you can

grab the VgFullscreenAPI from VgAPI like this.fsAPI = API.fsAPI;

(c583f17e)

Don't miss a new videogular2 release

NewReleases is sending notifications on new releases.