Skip to content

Latest commit

 

History

History
152 lines (98 loc) · 5.2 KB

CHANGELOG.md

File metadata and controls

152 lines (98 loc) · 5.2 KB

5.1.1 (2021-11-30)

Bug Fixes

5.1.0 (2021-09-17)

Features

Bug Fixes

Chores

  • add example that uses TTML subtitles (#368) (563aac6)
  • don't run tests on version (6b15e7e)

5.0.0 (2021-06-25)

Features

Chores

  • skip require in vjsverify (10488f6)

Documentation

BREAKING CHANGES

  • no longer able to be required in nodejs.
  • update to DASH.js 4.0

4.1.0 (2021-02-18)

Bug Fixes

4.0.1 (2021-02-18)

Bug Fixes

  • rollup plugins should be dev dependencies (#352) (9d09a60)

Chores

4.0.0 (2020-11-05)

Features

CHANGELOG

3.0.0 (2020-10-26)

  • BREAKING CHANGE: Update Dash.js to 3.1.3 (major version 3)

2.11.0 (2019-03-08)

  • Fix bug where VTT captions wouldn't show
  • Support for human-readable track labels

2.10.1 (2018-12-18)

  • Change main to be dist/videojs-dash.cjs.js
  • Reformat test code
  • Add v7 to list of supported video.js dependencies

2.10.0 (2018-07-30)

  • Cleanup of event addition and removal on dispose to not bork on source change
  • Use MPD type and duration to determine if we should report live status
  • Add error handler for new mssError in dash.js 2.6.8
  • Pass through text track kind to dash.js

2.9.3 (2018-04-12)

  • Retrigger dash.js errors on video.js

2.9.2 (2017-10-11)

  • Depend on either Video.js 5.x or 6.x

2.9.1 (2017-06-15)

  • Fix text tracks in IE

2.9.0 (2017-05-11)

  • Load text tracks from dashjs into video.js

2.8.2 (2017-04-26)

  • Show role in audio track label

2.8.1 (2017-02-09)

  • Call update source hook in canHandleSource

2.8.0 (2017-02-02)

  • Add support for multiple audio tracks
  • Introduce videojs 6 forward compatibility while maintaining backward compatibility

2.7.1 (2017-02-02)

  • Allow dash config object to accept setters with multiple args

2.7.0 (2017-01-30)

  • Support all dash.js configuration options

2.6.1 (2017-01-05)

  • Fixed Live display for live streams

2.6.0 (2016-12-12)

  • Added initialization and update source hooks.

2.5.2 (2016-11-22)

  • Don't pass empty object for key systems.

2.5.1 (2016-09-09)

  • Skip source if requestMediaKeySystemAccess isn't present for key system

2.5.0 (2016-08-24)

  • Expose mediaPlayer on player

2.4.0 (2016-07-07)

  • ES6 rewrite
  • Allow to pass option to limit bitrate by portal size

2.3.0 (2016-05-10)

  • Add a hook before dash.js media player initialization

2.2.0 (2016-05-04)

  • Added browserify support
  • Remove manifest parsing

2.1.0 (2016-03-08)

  • Update project to support dash.js 2.0
  • Update deprecated laURL to utilize new serverURL
  • Add canPlayType

2.0.0 (2015-10-16)

  • Update project to be compatible with video.js 5.0