2.1.5 (2021-09-13)
- package: update lint-staged to version 8.1.0 (#94) (b3cee2f), closes #94
- package: update npm-run-all/videojs-generator-verify for security (9d2d40f)
- package: update videojs-generate-karma-config to version 5.0.0 (#93) (4e9d161), closes #93
- package: update videojs-generate-rollup-config to version 2.3.1 (#95) (dedba7c), closes #95
- package: update videojs-standard to version 8.0.2 (#96) (b548b3b), closes #96
2.1.4 (2018-09-19)
- Properly expose plugin version (#80) (9c8822c), closes #80
- Remove the postinstall script to prevent install issues (#77) (5edecf7), closes #77
2.1.3 (2018-08-23)
2.1.2 (2018-08-03)
2.1.1 (2018-07-05)
2.1.0 (2018-04-20)
- Allow choosing the placement of overlay elements in the control bar. (b8b0607)
2.0.0 (2017-08-24)
- Fix malformed README link (#43) (c2b1315)
- remove global browserify transforms, so parent packages don't break (#48) (aa74853)
- fix: remove global browserify transforms, so parent packages don't break
- update travis to test vjs 5/6 (#46)
- Added Video.js 5 and 6 cross-compatibility.
- Fixed issue where max-width was being set on all overlays rather than only those showBackground=false.
- 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.
(none)
- Fixed #22, should not have been checking for integers only.
- Major refactoring of plugin to align with generator-videojs-plugin standards.
- Fixed significant edge-case issues with creation/destruction of overlays.
- Initial release