negromate/web/static/js/videojs-playlist-ui/CHANGELOG.md

7.2 KiB

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