Releases: videogular/videogular2
Releases · videogular/videogular2
v4.0.4
<a name"4.0.4">
4.0.4 (2017-02-25)
Bug Fixes
v4.0.3
<a name"4.0.3">
4.0.3 (2017-02-25)
Bug Fixes
- controls: Fix volume and track selector in Firefox and Safari (3f059c10)
v4.0.2
<a name"4.0.2">
4.0.2 (2017-02-25)
Bug Fixes
- controls: make volume control rely on bounding box (6d60f110)
v4.0.1
<a name"4.0.1">
4.0.1 (2017-02-25)
Bug Fixes
- controls: Add vgFor input property to VgControls (3a5d118b)
v4.0.0
<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)
v3.2.2
<a name"3.2.2">
3.2.2 (2017-01-17)
Bug Fixes
- IMediaSubscriptions: Adds missing observables for start and end of ads. (92041965)
v3.2.1
<a name"3.2.1">
3.2.1 (2017-01-02)
Bug Fixes
- theming: Easier theming with view encapsulation to none (f43bf5b4)
- view encapsulation: Set view encapsulation to none (9d8b2308)
v3.2.0
<a name"3.2.0">
3.2.0 (2016-12-30)
Features
v3.1.4
<a name"3.1.4">
3.1.4 (2016-12-29)
Bug Fixes
- build: Downgrade Typescript version (ecd37955)
v3.1.3
<a name"3.1.3">
3.1.3 (2016-12-29)
Bug Fixes
- build: Add compiled files to compile (d4e7315b)