5.0.0 (2023-06-15)
- 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)
- 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)
- Avoid triggering deprecation warning (#149) (5facd9f)
- resolve more deprecation warnings (#150) (02dab88)
4.2.0 (2023-04-14)
4.1.1 (2023-03-20)
4.1.0 (2022-08-05)
4.0.1 (2022-02-11)
4.0.0 (2021-12-17)
- skip vjsverify es check (#141) (9c6944a)
- Update generate-rollup-config to drop older browser support (#139) (262acc6)
- This removes support for some older browsers like IE 11
3.8.0 (2020-05-06)
3.7.0 (2020-02-08)
3.6.0 (2019-08-26)
- 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)
- Remove the playlist UI when the player is disposed. (#81) (c519585)
- Remove the postinstall script to prevent install issues (#76) (fbe09e2)
- 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)
3.5.0 (2018-08-20)
3.4.2 (2018-08-03)
3.4.1 (2018-07-20)
3.0.8 (2018-07-20)
- update rollup to fix test build (d329710)
- revert: generator update from 3.0.7
3.0.7 (2018-07-05)
3.4.0 (2018-03-29)
3.3.0 (2017-12-04)
3.2.1 (2017-11-29)
3.2.0 (2017-11-29)
3.1.0 (2017-11-15)
- 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)
- 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)
- @incompl Fix collision in CSS
- @incompl Fix accessibility for image thumbnails
- chore: @brandonocasey Fix Video.js 6 deprecation warnings
- chore: @brandonocasey Update unit tests to use karma
- @misteroneill More complete documentation and examples
- @misteroneill Update videojs-playlist to v3.0.0 #24
- @diniscorreia Fix documentation for placeholder element #30
- @diniscorreia Fix querySelector for list creation #29
- Redesigned UI. Bigger thumbnails, more room for video titles, and more.
- @misteroneill More complete documentation and examples #32
- @misteroneill Update to videojs-playlist 3.0.0 #31
- Keep vjs-ad-playing class after postroll until ended event
- Fixup babelify and have a proper browserify endpoint
...
- Initial release