Releases: videogular/videogular2
Releases · videogular/videogular2
v5.2.1
<a name"5.2.1">
5.2.1 (2017-04-09)
Bug Fixes
- HLS: Adds check that target element really has pause method. (d7b7d816, closes #473)
v5.2.0
<a name"5.2.0">
5.2.0 (2017-03-26)
Features
- api: Add unregister media method to dynamically remove medias from api (e71c2e94)
- vgMedia: Automatically unregister vgMedias when is destroyed (352714f4)
v5.1.2
<a name"5.1.2">
5.1.2 (2017-03-26)
Bug Fixes
- vgMedia: Automatically register vgMedia in case vgMedia.ngOnInit() has been executed but (3fe263a8)
v5.1.1
<a name"5.1.1">
5.1.1 (2017-03-26)
Bug Fixes
- controls: Set vgSlider as default (47478b69)
v5.1.0
<a name"5.1.0">
5.1.0 (2017-03-26)
Features
- vgScrubBar: Enable seek using move events (4c35b761)
v5.0.1
<a name"5.0.1">
5.0.1 (2017-03-26)
Bug Fixes
- volume: Percent calculation on small screen (f3b55c19)
v5.0.0
<a name"5.0.0">
5.0.0 (2017-03-18)
Features
- vgMedia: Now we can create our custom media elements (86ff6bce)
Breaking Changes
- Now
vgMedia
expects a view reference as param. Created a new property for
vgMaster
.
Before: <video vgMedia="master">
After: <video #myMedia [vgMedia]="myMedia" [vgMaster]="true">
(86ff6bce)
v4.2.0
<a name"4.2.0">
4.2.0 (2017-03-12)
Bug Fixes
- vg-scrub-bar: Hide scrub bar along with controls (090b5b3e, closes #337)
Features
- controls: Hide controls also on mobile and cove more interactions (796dc5f7)
v4.1.0
<a name"4.1.0">
4.1.0 (2017-03-12)
Features
- controls: Configurable playback speed values (716b544a)
v4.0.5
<a name"4.0.5">
4.0.5 (2017-02-26)
Bug Fixes
- fullscreen: Fix fullscreen cross-browser (1978ecda)