video.js v7.7.0 Release Notes

Release Date: 2019-11-19 // over 4 years ago
  • 7.7.0 (2019-11-19)

    ๐Ÿ”‹ Features

    • โž• add core ES module. (#6287) (4f8c498)
    • โž• add isDisposed method to components (#6099) (064fcaf)
    • ๐Ÿ‘ allow a click handler to be specified in clickable component's options (#6140) (f7185ba)
    • ๐ŸŒฒ cap log history at 1000 items (#6192) (5fa4257)
    • option to load text tracks on demand vs preload (#6043) (0e37fbf)
    • ๐Ÿ‘€ resets pastSeekEnd_ variable. (#6249) (ccca846)

    ๐Ÿ› Bug Fixes

    • pkg: update @videojs/http-streaming to 1.11.2 (#6323) (b414c60)
    • ๐Ÿ‘ allow player dimension method to accept 'auto' (#6185) (8129f03)
    • ๐Ÿ‘ bring back Android 4.x support (#6289) (680e7d7)
    • detect iPadOS as IS_IPAD (#6319) (a11f3fa)
    • DRMed content goes black in IE/Edge when video element focused (#6318) (b3c2343), closes #6270
    • ensure components added with an index are added in the correct location (#6297) (f7b3772)
    • ensure the default ID of the first player is 'vjs_video_3' as some people have relied on this (#6216) (29638b7), closes #6103
    • iOS: pause player on suspend or stalled if extra buffer is available (#6199) (c791cd8)
    • lang: Fixed typos in german translation (#6275) (aeb9588)
    • lang: Update Norwegian translations (#6220) (e37996d)
    • ๐Ÿ‘‰ Make suppressing no source error compatible with videojs-errors (#6217) (260cfcd)

    Chores

    • ๐Ÿ‘• ignore sandbox during linting (#6208) (de2daea)
    • include changelog from 7.6.x branch (a615236)
    • ๐Ÿ“ฆ package json cleanup (#5649) (85ad44e)

    ๐Ÿ“š Documentation

    • โž• add note about SubsCapsButton only showing up when configured with text tracks (#6254) (f34d441)
    • โšก๏ธ update Components list (#6253) (7a85e2a), closes #5980

    ๐ŸŽ Performance Improvements

    • Another 5ms of startup time improvements (#6145) (22782b8)
    • โšก๏ธ only update ui on change, wrap things in requestAnimationFrame (#6155) (99b610b)
    • ๐Ÿ’พ Save 3740 bytes gizpped by getting rid of xhr deps (#6164) (bd58039)

    โœ… Tests