video.js v7.6.2 Release Notes

Release Date: 2019-08-07 // over 4 years ago
  • 7.6.2 (2019-08-07)

    ๐Ÿ› Bug Fixes

    • lang: Add missing strings for Chinese (Simplified) and Chinese (Traditional) (#6149) (bd51e9e)
    • lang: update Spanish translations (#6065) (1d2b206)

    Chores

    • ๐Ÿ›  fix lang watch loop caused by zh-* copy (#6147) (4b325ea)

    ๐ŸŽ Performance Improvements

    • ๐Ÿšš Do not add/remove listeners for each timer (#6144) (5ee2477)
    • ๐Ÿ‘Œ Improve performance of toTitleCase, register with lower and TitleCase (#6148) (266cb15)
    • ๐Ÿ‘‰ Use WeakMap for dom data (#6103) (8610f99)

    โœ… Tests