All Versions
268
Latest Version
Avg Release Cycle
21 days
Latest Release
971 days ago

Changelog History
Page 12

  • v6.6.2 Changes

    January 05, 2018

    ๐Ÿ› Bug Fixes

    • progress bar time tooltips bug by adding word-break css reset (#4859) (98212c4), closes #2964
    • ๐Ÿ‘€ silence unhandled promise rejection in Safari when seeking (#4860) (baf0982), closes #4853

    Chores

    • netlify: add some debug info in the netlify command (#4862) (8f450ea)
    • ๐Ÿ“ฆ package: update karma to version 2.0.0 (#4834) (22fcd03)

    ๐Ÿ“š Documentation

    • wait for text track load with addRemoteTextTrack (#4855) (7c393e5)
  • v6.6.1 Changes

    January 04, 2018

    ๐Ÿ› Bug Fixes

    • lang: Complete the Simplified Chinese translations (zn-CN.json) (#4827) (98773dd)
    • lang: Complete the Traditional Chinese translation (zh-CT.json) (#4828) (eb4bd9f)
    • ๐Ÿ›  Fix an issue where hookOnce failed for the 'beforesetup' hook. (#4841) (a6f4444)
    • replace   with \u00a0 (#4825) (98fe49f), closes #4309
    • wrap audio change handler rather than bind so a player dispose doesn't affect other players (#4847) (4eb0047)

    Chores

  • v6.6.0 Changes

    December 15, 2017

    ๐Ÿ”‹ Features

    • โž• add support for debug logging (#4780) (ba0f20e)
    • playerresize event on Player dimension API calls (#4800) (e0ed0b5)
    • css: add a delay before showing loading spinner (#4806) (f47a083)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ“ฆ package: update videojs-font to version 2.1.0 (#4812) (1117587)
    • โœ… modify debug log tests to accomodate old IE stringification (#4824) (5f89570)

    Chores

  • v6.5.2 Changes

    December 14, 2017

    ๐Ÿ› Bug Fixes

    Chores

    • โœ‚ remove unused popup classes (#4792) (295889b), closes #4725
    • lang: Add translation for "caption settings" in zh-CN.json (#4815) (15cd32e)
    • lang: Add translation for "caption settings" in zh-TW.json (#4816) (029955a)
  • v6.5.1 Changes

    December 04, 2017

    ๐Ÿ› Bug Fixes

    • cannot drag on progress bar in IE9 (#4783) (2337c1b), closes #4773
    • null check closest.getAttribute (#4763) (0f1b260)
    • off text tracks should be set based on current state (#4775) (904989d)
    • โœ‚ Remove listener used to test if passive listeners are supported (#4787) (e582c3c)

    Chores

    ๐Ÿ“š Documentation

    • clarify text tracks are meant for any usage of Video.js, both video and audio (#4790) (1672a6d)
    • ๐Ÿš€ deploy docs using netlify (#4774) (4dd000c), closes #4609
  • v6.5.0 Changes

    November 17, 2017

    ๐Ÿ”‹ 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)
  • v6.4.0 Changes

    November 01, 2017

    ๐Ÿ”‹ 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)
  • v6.3.3 Changes

    October 10, 2017

    ๐Ÿ› Bug Fixes

    • a possible breaking change caused by the use of remainingTimeDisplay (#4655) (b1de506)

    ๐Ÿ“š Documentation

  • v6.3.2 Changes

    October 04, 2017

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix a typo in current time display component. (#4647) (4658c7b)

    ๐Ÿ“š Documentation

    • ๐Ÿ”Œ Document how to add a version number to a plugin (#4642) (85a34d1)
  • v6.3.1 Changes

    October 03, 2017

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘‰ Make sure time displays use correctly-formatted time. (#4643) (20f7fe9)