Releases: vlitejs/vlite
Releases · vlitejs/vlite
5.0.1
5.0.0
⚠️ Breaking changes
- Minimum supported
Node.js
version is16.20.0
(#97) - Update HTML (#99)
- Remove
vlite-js
CSS classe - Remove
v-controlButton
onv-bigPlay
- Add nested container
v-container
for sticky compatibility
- Remove
- Add css file for PIP plugin (#90)
New features
Updates
- Increase or decrease the volume by 0.1 and fix the round
- Update README.md (#95, #96)
- New directory structure (#98)
Removes
- Remove animation on volume button (#90)
Fixes
- Fix Dailymotion volume (#90)
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