Releases: videojs/video.js
Releases · videojs/video.js
v7.12.2
7.12.2 (2021-05-19)
Bug Fixes
- update to VHS 2.8.1 (#7238) (c4cfa55)
- utils: add try and catch for computedStyle (#7214) (90ce2d7)
- Better text for exit fullscreen (#7183) (0e46624)
- Don't hide menus with one item and a title (#7215) (d4a08de)
- exit full window mode with Esc key (#7224) (e9953e5)
- incorrect focus styles on selected MenuItem (#7202) (06cdb6f), closes #7200
- make Playback Rate control work better with screen readers (#7193) (17919ce), closes #7121
- silence play promise in the play toggle. (#7189) (2c6e439), closes #6998
- user and programmatic seeks with live streams (#7210) (39485fc)
Chores
v7.12.1
v7.12.0
7.12.0 (2021-04-07)
Features
- package: update VHS to 2.7.0 (#7164) (0d47306)
- Add a mouse volume tooltip (#6824) (b2edfd2)
- Add a player option
noUITitleAttributes
to prevent title attributes in the UI (#7134) (5f59391), closes #6767 - enable responsive controls on fullscreen (#7098) (239c9a1)
- retry on error (#7038) (22e9843), closes #1805
Bug Fixes
Chores
Performance Improvements
v7.11.8
v7.11.7
v7.11.6
7.11.6 (2021-03-09)
Bug Fixes
- add display block to all buttons icon placeholder (#7094) (45eef66), closes #6989
- clear progress control related rAFs when tab is hidden (#7099) (134f039), closes #7086
- do not preload default text track if preloadTextTracks is false (#7021) (b76e816), closes #7019
- focus-visible shouldn't change background styles (#7113) (1b52e7b)
- package: update to videojs/http-streaming 2.6.3 (#7129) (8d0c601)
- try enabling liveui on canplay (#7114) (3d676d6), closes #7034
Chores
Documentation
- Add liveTracker options to options guide (#7097) (6336e57)
- fix broken blogpost urls (#7106) (dd0c675)
Tests
v7.11.5
v7.11.4
v7.11.3
7.11.3 (2021-01-25)
Bug Fixes
- lang: Update nn.json (#7054) (4a9e1ab)
- only preventDefault if event is cancelable (#7063) (b13cb07)
- fs: make sure handlers are unique per player (#7035) (dceedb6), closes #7013
- time-display: fix IE11 appending times instead of replacing (#7059) (ed3c54d)
- better evented validation and error messages (#6982) (ffb690a)
- prevent dispose error and text track duplicate listeners (#6984) (db46578)
Chores
Documentation
v7.11.2
7.11.2 (2021-01-14)
Bug Fixes
- set liveWindow to 0 liveCurrentTime is Infinity (#7034) (330c82c)
- player: Ensure fluid works when dimensions not initially known (#7023) (661962c), closes #6939
Chores
Documentation
- Add note to legacy notes (#7022) (f87297b)
- faq: fixup autoplay blogpost url (#7027) (a000fed), closes #6905