Display Overlay Plugin Changelog

The following tracks changes to the plugin:

Changelog

16 Dec 2022

v3.0.0

  • Update build tooling to drop older browser support
  • Skip vjsverify es check
  • Removes support for some older browsers such as IE 11

13 Sep 2021

v2.1.5

  • Bug fix: qualityMenu button to left of playToggle
  • Update lint-staged to version 8.1.0
  • Update npm-run-all/videojs-generator-verify for security
  • Update videojs-generate-karma-config to version 5.0.0
  • Update videojs-generate-rollup-config to version 2.3.1
  • Update videojs-standard to version 8.0.2

19 Sep 2018

v2.1.4

  • Bug fix: Properly expose plugin version
  • Bug fix: Remove the postinstall script to prevent install issues
  • Updated to generator-videojs-plugin 7.2.0

23 Aug 2018

v2.1.3

  • Update to generator v7

2018

v2.1.2

  • Babel the ES distribution by updating the generator
  • Package: Updated dependencies and enabled Greenkeeper

5 July 2018

v2.1.1

  • Update to generator v6

20 April 2018

v2.1.0

  • Allow choosing the placement of overlay elements in the control bar
  • Upgraded rollup to v0.52.x to fix build failures

24 Aug 2017

v2.0.0

  • Fixed vertical center alignment and add align-center
  • Fixed malformed README link
  • Removed global browserify transforms, so parent packages don't break
  • Updated to use Generator v5 tooling

3 Apr 2017

v1.1.4

  • Removed global browserify transforms, so parent packages don't break

27 Feb 2017

v1.1.3

  • Updated Travis to test Video.js 5/6

3 Feb 2017

v1.1.2

  • Added Video.js 5 and 6 cross-compatibility

5 Aug 2016

v1.1.1

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

27 Jul 2016

v1.1.0

  • No changes reported, just new build

10 Jun 2016

v1.0.2

  • Remove old overlays as children

8 Mar 2016

v1.0.1

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

12 Feb 2016

v1.0.0

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

29 Apr 2014

v0.1.0

  • Initial release