Releases: vlitejs/vlite
Releases · vlitejs/vlite
4.2.0
New features
Updates
4.1.2
4.1.1
4.1.0
4.0.7
4.0.6
4.0.5
4.0.4
Optimize accessibility (#58)
Updates
- Move keydown event to the player element instead of document
- Player has the focus after the big play button click and after the subtitle button (inside the list) click
- Add focus on first subtitle button when the subtitle menu is opened
- Remove keydown restriction on specific tags (#57)
- Limit keydown actions when the player or children's player has the focus
- Refacto
onKeyDown
function by categories - Replace
querySelector
by cached elements - Refacto subtitle click event and use
validateTarget
for event delegation
Fixes
- Fix auto hide broken with
isPaused
- Prevent focus to be captured by the iframe
- Fix Youtube progress bar updates on tabulation navigation