video.js v6.3.0 Release Notes

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

    • โž• Add remainingTimeDisplay method to Player (#4620) (445eb26)
    • display currentTime as duration and remainingTime as 0 on ended (#4634) (f51d36b)
    • Do not set focus in sub-menus to prevent undesirable scrolling behavior in iOS (#4607) (1ac8065)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘€ reset to a play/pause button when seeking after ended (#4614) (335bcde)

    Chores

    • alias rollup-dev to watch for development (#4615) (edde614)
    • lang: Update Dutch (#4588) (5ca0992)
    • lang: Update Vietnamese (#4625) (ac58dbf)
    • ๐Ÿ“ฆ package: update grunt-browserify to version 5.2.0 (#4578) (6cd785a)
    • ๐Ÿ“ฆ package: update remark-validate-links to version 7.0.0 (#4585) (7929677)

    ๐Ÿ”จ Code Refactoring

    • Create a base time display class, and use it (#4633) (fa6f884)

    ๐Ÿ“š Documentation

    • Document playbackRates (#4602) (9d249bb)
    • โšก๏ธ update player reference in advanced plugins doc (#4622) (d8ea23e)