Skip to content

Latest commit

 

History

History
127 lines (77 loc) · 6.14 KB

CHANGELOG.md

File metadata and controls

127 lines (77 loc) · 6.14 KB

3.1.0 (2023-06-15)

Features

3.0.0 (2022-12-16)

Chores

  • skip vjsverify es check (e10a7b1)
  • update build tooling to drop older browser support (#220) (85fe717), closes #220

BREAKING CHANGES

  • This removes support for some older browsers such as IE 11

2.1.5 (2021-09-13)

Bug Fixes

  • qualityMenu button to left of playToggle (#118) (952188e), closes #118

Chores

  • 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)

Bug Fixes

  • Properly expose plugin version (#80) (9c8822c), closes #80
  • Remove the postinstall script to prevent install issues (#77) (5edecf7), closes #77

Chores

  • update to generator-videojs-plugin@7.2.0 (7e0b357)

2.1.3 (2018-08-23)

Chores

2.1.2 (2018-08-03)

Bug Fixes

  • babel the es dist, by updating the generator (#68) (bd7f070), closes #68

Chores

  • package: update dependencies, enable greenkeeper (#67) (70afc00), closes #67

2.1.1 (2018-07-05)

Chores

  • update to generator v6 (#63) (4ac2452), closes #63

2.1.0 (2018-04-20)

Features

  • Allow choosing the placement of overlay elements in the control bar. (b8b0607)

Bug Fixes

  • Upgrade rollup to v0.52.x to fix build failures (#60) (b0b3a5d)

2.0.0 (2017-08-24)

Features

  • Fix vertical centre alignment and add align-center (#38) (8649210)

Bug Fixes

  • Fix malformed README link (#43) (c2b1315)
  • remove global browserify transforms, so parent packages don't break (#48) (aa74853)

Code Refactoring

  • Update to use generator v5 tooling. (#51) (bfeff8c)

1.1.4 (2017-04-03)

  • fix: remove global browserify transforms, so parent packages don't break

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