Skip to content

Latest commit

 

History

History
222 lines (136 loc) · 10.9 KB

CHANGELOG.md

File metadata and controls

222 lines (136 loc) · 10.9 KB

1.4.2 (2018-11-01)

Chores

1.4.1 (2018-10-25)

Bug Fixes

  • subtitles: set default property if default and autoselect are both enabled (#239) (ee594e5)

1.4.0 (2018-10-24)

Features

Bug Fixes

1.3.1 (2018-10-15)

Bug Fixes

1.3.0 (2018-10-05)

Features

  • add an option to ignore player size in selection logic (#238) (7ae42b1)

Documentation

1.2.6 (2018-09-21)

Bug Fixes

  • stutter after fast quality change in IE/Edge (#213) (2c0d9b2)

Documentation

  • update issue template to link to the troubleshooting guide (#215) (413f0e8)
  • update README notes for video.js 7 (#200) (d68ce0c)
  • update troubleshooting guide for Edge/mobile Chrome (#216) (21e5335)

1.2.5 (2018-08-24)

Bug Fixes

1.2.4 (2018-08-13)

Bug Fixes

  • Remove buffered data on fast quality switches (#113) (bc94fbb)

1.2.3 (2018-08-09)

Chores

1.2.2 (2018-08-07)

Bug Fixes

  • typeof minification (#182) (7c68335)
  • Use middleware and a wrapped function for seeking instead of relying on unreliable 'seeking' events (#161) (6c68761)

Chores

Documentation

Tests

  • add support for real segments in tests (#178) (2b07fca)

1.2.1 (2018-07-17)

Bug Fixes

1.2.0 (2018-07-16)

Features

  • captions: write in-band captions from DASH fmp4 segments to the textTrack API (#108) (7c11911)

Chores

  • add welcome bot config from video.js (#150) (922cfee)

1.1.0 (2018-06-06)

Features

  • Utilize option to override native on tech (#76) (5c7ab4c)

Chores

  • update tests and pages for video.js 7 (#102) (d6f5005)

1.0.2 (2018-05-17)

Bug Fixes

  • make project Video.js 7 ready (#92) (decad87)
  • make sure that es build is babelified (#97) (5f0428d)

Documentation

  • update documentation with a glossary and intro page, added DASH background (#94) (4b0fde9)

1.0.1 (2018-04-12)

Bug Fixes

1.0.0 (2018-04-10)

Chores

Documentation

  • update docs for overrideNative (#77) (98ca6d3)
  • update known issues for fmp4 captions (#79) (c418301)

0.9.0 (2018-03-30)

Features

0.8.0 (2018-03-30)

Code Refactoring

0.7.0

  • feat: Live support for DASH

0.6.1

  • use webwackify for webworkers to support webpack bundle (#50)

0.5.3

  • fix: program date time handling (#45)
    • update m3u8-parser to v4.2.0
    • use segment program date time info
  • feat: Adding support for segments in Period and Representation (#47)
  • wait for both main and audio loaders for endOfStream if main starting media unknown (#44)

0.5.2

  • add debug logging statement for seekable updates (#40)

0.5.1

  • Fix audio only streams with EXT-X-MEDIA tags (#34)
  • Merge videojs-contrib-hls master into http-streaming master (#35)
    • Update sinon to 1.10.3=
    • Update videojs-contrib-quality-levels to ^2.0.4
    • Fix test for event handler cleanup on dispose by calling event handling methods
  • fix: Don't reset eme options (#32)

0.5.0

  • update mpd-parser to support more segment list types (#27)

0.4.0

  • Removed Flash support (#15)
  • Blacklist playlists not supported by browser media source before initial selection (#17)

0.3.1

  • Skip flash-based source handler with DASH sources (#14)

0.3.0

  • Added additional properties to the stats object (#10)

0.2.1

  • Updated the mpd-parser to fix IE11 DASH support (#12)

0.2.0

  • Initial DASH Support (#8)

0.1.0