mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
3.3 KiB
3.3 KiB
Changelog
10.0.0-beta.6 (2026-03-15)
Features
Bug Fixes
- add popover and tooltip safe areas (#951) (c39b1f8)
- html: simplify styles for slotted video (#953) (d6e471a)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/utils bumped to 10.0.0-beta.6
- dependencies
10.0.0-beta.5 (2026-03-12)
Features
- react: add alert dialog to video skin (#747) (5dfc67e)
- skin: add audio skins for HTML and React presets (#772) (d751fda)
- skin: implement default and minimal skins for HTML player (#698) (c5cafae)
- skin: port tooltip styling from tech preview (#800) (6b6566e)
Bug Fixes
- html: fix html container sizing (#881) (abf8753)
- skin: add missing tooltip provider/group (#902) (1dbcd79)
- skin: fix fullscreen video clipping and border-radius handling (#905) (e9621a1)
- skin: only set poster object-fit: contain in fullscreen (#906) (b676517)
- skin: scope controls transitions to fine pointer only (#909) (7a69bf4)
- skins: remove legacy caption markup artifacts (#882) (85266ba)
- skin: standardize backdrop-filter and fix minimal root sizing (#895) (464d5e5)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/utils bumped to 10.0.0-beta.5
- dependencies