video.js v6.4.0 Release Notes

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

    • lang: add Hebrew translation (#4675) (32caf35)
    • lang: Update for Russian translation (#4663) (45e21fd)
    • โž• Add videojs.hookOnce method to allow single-run hooks. (#4672) (85fe685)
    • โž• add warning if the element given to Video.js is not in the DOM (#4698) (6f713ca)
    • ๐Ÿ‘ allow progress controls to be disabled (#4649) (a3c254e)
    • ๐Ÿ‘€ set the play progress seek bar to 100% on ended (#4648) (5e9655f)

    ๐Ÿ› Bug Fixes

    • css: update user-select none (#4678) (43ddc72)
    • aria-labelledby attribute has an extra space (#4708) (855adf3), closes #4688
    • Don't enable player controls if they where disabled when ModalDialog closes. (#4690) (afea980)
    • โšก๏ธ don't throttle duration change updates (#4635) (9cf9800)
    • ๐Ÿšš Events#off threw if Object.prototype had extra enumerable properties, don't remove all events if off receives a falsey value (#4669) (7963913)
    • ๐Ÿ“œ make parseUrl helper always have a protocl (#4673) (bebca9c), closes #3100
    • ๐Ÿšš Make sure we remove vjs-ended from the play toggle in all appropriate cases. (#4661) (0287f6e)
    • player.src() should return empty string if no source is set (#4711) (9acbcd8)

    Chores

    ๐Ÿ”จ Code Refactoring

    ๐Ÿ“š Documentation

    โœ… Tests

    • ๐Ÿ›  fix modal dialog test for showing controls (#4707) (45a6b30), closes #4706
    • โœ… get rid of redundant test logging (#4682) (983a573)