- @brandonocasey Document audio/video track usage (view)
- @hartman Correct documentation to refer to nativeTextTracks option (view)
- @nickygerritsen Also pass tech options to canHandleSource (view)
- @misteroneill Un-deprecate the videojs.players property (view)
- @nickygerritsen Add title to all clickable components (view)
- @nickygerritsen Update Dutch language file (view)
- @hartman Add descriptions and audio button to adaptive classes (view)
- @MattiasBuelens Retain details from tech error (view)
- @nickygerritsen Fix test for tooltips in IE8 (view)
- @mboles added loadstart event to jsdoc (view)
- @hartman added default print styling (view)
- @ldayananda updated videojs to not do anything if no src is set (view)
- @nickygerritsen removed unused tracks when changing sources. Fixes #3000 (view)
- @vit-koumar updated Flash tech to return Infinity from duration instead of -1 (view)
- @alex-phillips added ontextdata to Flash tech (view)
- @MattiasBuelens updated components to use durationchange only (view)
- @misteroneill improved Logging for IE < 11 (view)
- @vdeshpande updated control text of modal dialog (view)
- @ldayananda fixed mouse handling on menus by using mouseleave over mouseout (view)
- @mister-ben updated language to inherit correctly and respect the attribute on the player (view)
- @sashyro fixed nativeControlsForTouch option (view)
- @tbasse fixed techCall null check against tech (view)
- @rbran100 checked src and currentSrc in handleTechReady to work around mixed content issues in chrome (view)
- @OwenEdwards fixed caption settings dialog labels for accessibility (view)
- @OwenEdwards removed spurious head tags in the simple-embed example (view)
- @ntadej added a null check to errorDisplay usage (view)
- @misteroneill fixed logging issues on IE by separating fn.apply and stringify checks (view)
- @misteroneill fixed npm test from running coveralls locally (view)
- @gkatsev added es6-shim to tests. Fixes Flash duration test (view)
- @misteroneill corrects test assertions for older IEs in the log module (view)
- @gkatsev fixed setting lang by looping through loop element variable and not constant tag (view)