Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 862 Bytes

File metadata and controls

32 lines (22 loc) · 862 Bytes

CHANGELOG

HEAD (Unreleased)

(none)


1.1.3 (2017-02-27)

  • update travis to test vjs 5/6 (#46)

1.1.2 (2017-02-03)

  • Added Video.js 5 and 6 cross-compatibility.

1.1.1 (2016-08-05)

  • Fixed issue where max-width was being set on all overlays rather than only those showBackground=false.

1.1.0 (2016-07-27)

  • Added showBackground option to show or hide the overlay background.
  • Added attachToControlBar option to allow bottom align control bars to move when the control bar minimizes.

1.0.2 (2016-06-10)

(none)

1.0.1 (2016-03-08)

  • Fixed #22, should not have been checking for integers only.

1.0.0 (2016-02-12)

  • Major refactoring of plugin to align with generator-videojs-plugin standards.
  • Fixed significant edge-case issues with creation/destruction of overlays.

0.1.0 (2014-04-29)

  • Initial release