Browse Source

Release v0.17.3

pull/6/head
David LaPalomento 10 years ago
parent
commit
f32b8d2e0e
  1. 7
      CHANGELOG.md
  2. 2
      package.json

7
CHANGELOG.md

@ -2,13 +2,16 @@ CHANGELOG
=========
## HEAD (Unreleased)
_(none)_
--------------------
## 0.17.3 (2015-06-29)
* @dmlap improved video duration calculation. ([view](https://github.com/videojs/videojs-contrib-hls/pull/321))
* Clamp seeks to the seekable range ([view](https://github.com/videojs/videojs-contrib-hls/pull/327))
* Use getComputedStyle for player dimensions when filtering variants ([view](https://github.com/videojs/videojs-contrib-hls/pull/326))
* Add a functional test that runs in SauceLabs ([view](https://github.com/videojs/videojs-contrib-hls/pull/323))
--------------------
## 0.17.2 (2015-06-15)
* @dmlap fix seeking in live streams ([view](https://github.com/videojs/videojs-contrib-hls/pull/308))

2
package.json

@ -1,6 +1,6 @@
{
"name": "videojs-contrib-hls",
"version": "0.17.2",
"version": "0.17.3",
"engines": {
"node": ">= 0.10.12"
},

Loading…
Cancel
Save