Skip to content

Releases: videogular/videogular

v2.2.1

01 Jul 02:46
Compare
Choose a tag to compare

<a name"2.2.1">

2.2.1 (2017-07-01)

Bug Fixes

  • vgController: Make the buffered check safer as it may be undefined. (f67cdf8b, closes #443)

v2.2.0

22 Jun 10:36
Compare
Choose a tag to compare

<a name"2.2.0">

2.2.0 (2017-06-22)

Bug Fixes

  • core:
    • Safer handling of play() and pause() in browsers that have implemented play() as (ee40ca42)
    • Add input validation to seekTime() to ensure that the value is a finite number. (4ca93585)

Features

  • API: Add API.activeSource to provide convenient access to the applied source. (2c18e8ce)
  • core: Add support for an optional isLive flag on the source input. (f80bb281)

v2.1.2

15 Jun 15:31
Compare
Choose a tag to compare

<a name"2.1.2">

2.1.2 (2017-06-15)

Bug Fixes

  • core: Fix checks on boolean scope variables vgNativeFullscreen and vgClearMediaOnNavig (11c4c2de)

v2.1.1

15 Jun 12:49
Compare
Choose a tag to compare

<a name"2.1.1">

2.1.1 (2017-06-15)

Bug Fixes

  • vgController: wrong firing of cuePoint.onComplete when cuePoints list changed (a246f527)

v2.1.0

17 May 12:48
Compare
Choose a tag to compare

<a name"2.1.0">

2.1.0 (2017-05-17)

Features

  • vgMedia: vgNativePlayBlacklist configuration to supply an array of test functions for bla (571e575b)

v2.0.1

09 Apr 02:11
Compare
Choose a tag to compare

<a name"2.0.1">

2.0.1 (2017-04-09)

Bug Fixes

Breaking Changes

  • Bower is deprecated, all bower-videogular-XXX has been deprecated and now
    everything will be available in the videogular repo. This also applies for NPM distribution.

(34cfd6b1)