v7.0.0-rc.1
Pre-release
Pre-release
Video.js 7 RC! Updates to videojs-font, VHS, and various other fixes.
7.0.0-rc.1 (2018-04-23)
Features
- add tech method to allow override native audio and video (#5074) (22bbbc9)
- build alternate browser scripts without VHS (#5077) (c98912f)
- Queue playback events when the playback rate is zero and we are seeking (#5024) (a2851fe)
- split overrideNative method into separate methods (#5107) (083a86c)
- upgrade video.js font to 3.0 for woff only font-icons (#5112) (eeb13aa)
- modal: remove old IE box sizing (#5113) (4a34dd7)
Bug Fixes
- package: update @videojs/http-streaming to version 0.9.0 π (#5064) (11b4d5d)
- fire sourceset on initial source append (#5038) (9eb5de7)
- let the tech preload auto on its own (#4861) (fdcae1b), closes #4660
- package: update @videojs/http-streaming to version 1.0.0 π (#5083) (12095fb)
- package: update videojs-vtt.js to version 0.14.1 π (#5085) (66d7545)
- options.id is now applied correctly to the player dom element (#5090) (b10b9f9), closes #5088
- wait till play event to listen for user activity (#5093) (d0b03a3), closes #5076
Chores
- first-timers-bot: add repo to bot options (81de856)
- first-timers-bot: correct the path to template file (9612c8f)
- first-timers-bot: fix slack url in template (4e79a04)
- first-timers-bot: quote repository option (edb257c)
- package: remove npm-run dev dep as it's no longer used (#5084) (c2b5ade)
- update rollup and uglify and the build process (#5096) (97db94e)
- package: update karma to version 2.0.2 π (#5109) (907c1f5)
Code Refactoring
Documentation
- fix more misspellings (#5067) (7da7766)
- fix some misspellings (#5082) (064c1be)
- update readme to use the latest version of vjs (#5073) (167b7d8), closes #5066
- debugging: fix markup typo (#5086) (4399bdc)
- guides: add debugging section to index (#5100) (62c1477)
- languages: Use valid JSON in translation example (#5080) (bec7f67)