Skip to content

Releases: videogular/videogular2

v4.0.4

25 Feb 19:27
Compare
Choose a tag to compare

<a name"4.0.4">

4.0.4 (2017-02-25)

Bug Fixes

  • core: iOS fullscreen button (bcedb1df)

v4.0.3

25 Feb 12:02
Compare
Choose a tag to compare

<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

25 Feb 11:19
Compare
Choose a tag to compare

<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

25 Feb 11:05
Compare
Choose a tag to compare

<a name"4.0.1">

4.0.1 (2017-02-25)

Bug Fixes

  • controls: Add vgFor input property to VgControls (3a5d118b)

v4.0.0

24 Jan 11:58
Compare
Choose a tag to compare

<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

17 Jan 09:48
Compare
Choose a tag to compare

<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

02 Jan 11:09
Compare
Choose a tag to compare

<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

30 Dec 10:28
Compare
Choose a tag to compare

<a name"3.2.0">

3.2.0 (2016-12-30)

Features

v3.1.4

29 Dec 23:48
Compare
Choose a tag to compare

<a name"3.1.4">

3.1.4 (2016-12-29)

Bug Fixes

  • build: Downgrade Typescript version (ecd37955)

v3.1.3

29 Dec 23:37
Compare
Choose a tag to compare

<a name"3.1.3">

3.1.3 (2016-12-29)

Bug Fixes

  • build: Add compiled files to compile (d4e7315b)