Skip to content

Latest commit

 

History

History
280 lines (161 loc) · 13.8 KB

CHANGELOG.md

File metadata and controls

280 lines (161 loc) · 13.8 KB

5.0.0 (2023-06-15)

Features

  • convert the plugin to a class-based plugin (#152) (edc9f84)
  • remove deprecated ability to pass an element as options (#151) (7ed8ba4)
  • support playlistadd and playlistremove events (#154) (dc5f0fb)

Chores

BREAKING CHANGES

  • Reimplements the plugin as a class-based plugin. Likely a non-breaking change for simple implementations, but this does change how things work if the plugin is re-initialized.

4.2.1 (2023-05-01)

Bug Fixes

Chores

4.2.0 (2023-04-14)

Chores

Code Refactoring

  • populate playlist thumbnail's alt tag with video title (#146) (b008a8e)

4.1.1 (2023-03-20)

Features

Code Refactoring

  • populate playlist thumbnail's alt tag with video title (#146) (b008a8e)

4.1.0 (2022-08-05)

Features

4.0.1 (2022-02-11)

Chores

4.0.0 (2021-12-17)

Chores

  • skip vjsverify es check (#141) (9c6944a)
  • Update generate-rollup-config to drop older browser support (#139) (262acc6)

BREAKING CHANGES

  • This removes support for some older browsers like IE 11

3.8.0 (2020-05-06)

Features

  • Enabling option to display video descriptions in playlist thumb… (#129) (b3fbc84)

3.7.0 (2020-02-08)

Features

Chores

  • package: Update all dev dependencies (#122) (90d6135)

3.6.0 (2019-08-26)

Features

  • Add translations for localizable strings (#107) (96b5ef7)

Chores

  • package: Update dependencies to fix npm audit issues (#106) (ec20321)
  • package: update lint-staged to version 8.1.0 (#91) (afd859e)
  • package: update npm-run-all/videojs-generator-verify for security (9c579e0)
  • package: update rollup to version 0.67.3 (#89) (d969e5d)
  • package: update videojs-generate-karma-config to version 5.0.0 (#90) (841cc2d)
  • package: update videojs-generate-rollup-config to version 2.3.1 (#92) (ee3a461)
  • package: update videojs-standard to version 8.0.2 (#93) (d9066ea)

3.5.2 (2018-10-03)

Bug Fixes

  • Remove the playlist UI when the player is disposed. (#81) (c519585)
  • Remove the postinstall script to prevent install issues (#76) (fbe09e2)

Chores

  • update to generator-videojs-plugin@7.2.0 (0235fee)
  • package: update rollup to version 0.66.0 (#79) (dc86980)

3.5.1 (2018-08-23)

Chores

3.5.0 (2018-08-20)

Features

  • set dataset attributes on playlist items when they have a data object (#68) (e16f2dd)

3.4.2 (2018-08-03)

Bug Fixes

  • babel the es dist, by updating the generator (#65) (f63f77b)

Chores

  • package: update dependencies, enable greenkeeper (#62) (63a89a7)

3.4.1 (2018-07-20)

Bug Fixes

Reverts

3.0.8 (2018-07-20)

Bug Fixes

  • update rollup to fix test build (d329710)
  • revert: generator update from 3.0.7

3.0.7 (2018-07-05)

Chores

3.4.0 (2018-03-29)

Features

  • Expose the version of the plugin at the VERSION property. (#56) (cb2da9d)

Bug Fixes

  • Truncate longer video titles with ellipses when they overflow (#57) (18d8a18)

Chores

  • Update tooling via the plugin generator. (#55) (b753ab3)

3.3.0 (2017-12-04)

Features

  • Support horizontal playlist display. (#54) (85965b6)

3.2.1 (2017-11-29)

Bug Fixes

  • Do not concatenate playlist items if the plugin is re-initialized. (#53) (7953ad6)

3.2.0 (2017-11-29)

Features

  • Support the 'playlistsorted' event added in videojs-playlist 4.1.0. (#52) (6d79ac1)

3.1.0 (2017-11-15)

Features

  • Better support for multiple in-page players by more intelligently finding a player's associated playlist element. (#50) (50bd97c)

3.0.6 (2017-09-05)

Bug Fixes

  • breaking changed caused by dist files being renamed (#46) (52140f4)
  • simplify removal of vjs-ad-playing class (#45) (b49dc82)

3.0.5 (2017-05-19)

Chores

  • Update tooling using generator v5 prerelease. (#42) (6153b64)

CHANGELOG

3.0.4

  • @incompl Fix collision in CSS
  • @incompl Fix accessibility for image thumbnails

3.0.3

  • chore: @brandonocasey Fix Video.js 6 deprecation warnings
  • chore: @brandonocasey Update unit tests to use karma

3.0.2

  • @misteroneill More complete documentation and examples

3.0.1

  • @misteroneill Update videojs-playlist to v3.0.0 #24
  • @diniscorreia Fix documentation for placeholder element #30
  • @diniscorreia Fix querySelector for list creation #29

3.0.0

  • Redesigned UI. Bigger thumbnails, more room for video titles, and more.

2.3.1

  • @misteroneill More complete documentation and examples #32
  • @misteroneill Update to videojs-playlist 3.0.0 #31

2.3.0

  • Keep vjs-ad-playing class after postroll until ended event

2.2.0

  • Fixup babelify and have a proper browserify endpoint

...

0.1.0

  • Initial release