Releases: videojs/video.js
Releases Β· videojs/video.js
v7.20.1
v7.20.0
7.20.0 (2022-05-20)
Features
- lang: add Estonian (et) translations (#7745) (efde614)
- Player can be replaced with original el after dispose() (#7722) (3ec2ac7)
Bug Fixes
- accessibility: frame must have a title attribute (#7754) (05d5278)
- lang: Improving Russian translation (#7740) (ef7ccfc)
- reset() should null check the controlBar (#7692) (7e2b9ec), closes #7689
Chores
Documentation
v7.19.2
v7.19.1
v7.19.0
7.19.0 (2022-03-21)
Features
- Add audioPosterMode option (#7629) (64e55f5)
- Add Basque (eu) translations (#7625) (a80307f)
- Assume DASH MIME type when an MPD source URL is given (#7602) (a0bb526)
- Audio Only Mode (#7647) (762e7bc)
- easier configuration of buttons and components via options (#7611) (28bdc7d)
- Greater text track precision using requestVideoFrameCallback (#7633) (1179826)
Bug Fixes
- async audio only tests (#7673) (ebb2d09)
- generate chapters menu only when needed and don't create orphaned event listeners (#7604) (5af81ca)
- text-track-display position with no ui (#7682) (337ff2f), closes #7681
Chores
Code Refactoring
Tests
v7.18.1
7.18.1 (2022-02-23)
Bug Fixes
- lang: remove trailing comma from fr.json (#7657) (26209b0)
- Fix playback rate iteration if rates are not in the ascending order (#7618) (50fe5f6)
- Guard against Safari adding native controls after fullscreen (#7634) (f16d73b)
- accessibility: By default, show track selection buttons at all responsive breakpoints (#7603) (c44057d)
- lang: Add missing translations for French, Italian, Japanese, and Korean (#7589) (b5f775e)
- keep focus trapping contained to modal (#6983) (950deae)
Documentation
v7.18.0
v7.17.3
v7.17.2
v7.17.1
7.17.1 (2021-11-17)
Bug Fixes
- don't always use fastSeek when available. (#7527) (df927de)
- improve enabling liveui when switching sources (#7510) (6c67c30), closes #7114
- try again on volume feature detection on iOS (#7514) (1d96d1c), closes #7040
- turn off other tracks with native audio track (#7519) (115a047), closes #7163 #7163 #7494