v4.0.0
<a name"4.0.0">
4.0.0 (2017-01-24)
Bug Fixes
- core:
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)