mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
Co-authored-by: Wesley Luyten <me@wesleyluyten.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
5.1 KiB
5.1 KiB
Changelog
10.0.0-beta.7 (2026-03-19)
Features
- packages: add poster component to video skins (#994) (59bbf6c)
- skin: add --media-color-primary customization (#957) (0e9f537)
- skin: add pip-enter and pip-exit icons (#1015) (81781ca)
Bug Fixes
- skin: add subtle control transitions on touch devices (#985) (7e0827c)
- skin: bake in safari layout fix into skins (#954) (177bd26)
- skin: fixes for react poster image alignment (#1003) (5c7cafc)
- skin: hide volume popover when volume control is unsupported (#1025) (c09dbdd)
- skin: remove overflow in minimal video skin (#993) (89d9e15)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/utils bumped to 10.0.0-beta.7
- dependencies
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