video.js v6.5.0 Release Notes

Release Date: 2017-11-17 // over 6 years ago
  • ๐Ÿ”‹ Features

    • โž• add a version method to all advanced plugin instances (#4714) (acf4153)
    • ๐Ÿ‘ allow embeds via element (#4640) (d8aadd5)

    ๐Ÿ› Bug Fixes

    • Avoid empty but shown title attribute with menu items and clickable components (#4746) (dc588dd)
    • Player#play: Wait for loadstart in play() when changing sources instead of just ready. (#4743) (26b0d2c)
    • being able to toggle playback with middle click (#4756) (7a776ee), closes #4689
    • ๐Ÿ‘‰ make the progress bar progress smoothly (#4591) (acc641a)
    • only allow left click dragging on progress bar and volume control (#4613) (79b4355)
    • โš  only print element not in DOM warning on player creation (#4755) (bbea5cc)
    • โšก๏ธ trigger timeupdate during seek (#4754) (1fcd5ae)

    Chores

    ๐Ÿ”จ Code Refactoring

    ๐Ÿ“š Documentation

    ๐ŸŽ Performance Improvements

    • null out els on dispose to minimize detached els (#4745) (2da7af1)

    โœ… Tests

    • โœ… clean up test warnings (#4752) (3aae4b2)
    • โšก๏ธ update tests to use qunit 2 assert format (#4753) (06641e8)
    • โš  warning, if the element is not in the DOM (#4723) (c213737)