<a name"3.0.0">
3.0.0 (2016-12-18)
Bug Fixes
- cuePoints: Fix cuePoints to set camelCase style (82b01b4e)
- streaming: Fix vgFor in dash and hls (a5231f62)
- vgMedia: Fix unsubscribe (53ed4148)
Features
- aot: Fix AOT and add tslint support (8ac463bb)
Breaking Changes
- Move all directives and inputs to camelCase and added prefix for all cases. Now all
directives and inputs are: vgMedia
, vgFor
, vgCuePoints
, vgAutohide
, vgAutohideTime
,
vgProperty
, vgFormat
, vgNetwork
, vgUnitPath
, vgCompanion
, vgCompanionSize
, vgAdTagUrl
,
vgSkipButton
, vgDash
and vgHls
. Removed vgMaster. To define a master video now you should use
vgMedia="master"
. Removed vgSlides
.
(f9c27123)
-
All properties and directives are now camelCase
(8ac463bb)