mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 13:48:14 +00:00
108 KiB
108 KiB
Changelog
10.0.0-beta.24 (2026-05-19)
Features
- core: menu core layer and DOM keyboard navigation (#1503) (e3c1b28)
- packages: add live button component (#1473) (e37d5df)
- packages: add playback rate menu (#1527) (ad831d2)
- packages: add UI support for gestures and hotkeys (#1388) (0620814)
- packages: ship bundled markdown docs in html and react tarballs (#1560) (20e77d3)
- spf: HLS engine composition walkthrough + doc-driven cleanups (#1512) (0cfd3bb)
Bug Fixes
- icons: use icon exports in ejected skins (#1489) (d0b36ed)
- react: replace any with unknown in isRenderProp type guard (#1500) (cc22f9f)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/core bumped to 10.0.0-beta.24
- @videojs/spf bumped to 10.0.0-beta.24
- @videojs/store bumped to 10.0.0-beta.24
- @videojs/utils bumped to 10.0.0-beta.24
- devDependencies
- @videojs/icons bumped to 10.0.0-beta.24
- @videojs/skins bumped to 10.0.0-beta.24
- dependencies
10.0.0-beta.23 (2026-04-27)
⚠ BREAKING CHANGES
- packages: rename cast to google-cast and remote-playback (#1380)
Features
Bug Fixes
Code Refactoring
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/core bumped to 10.0.0-beta.23
- @videojs/spf bumped to 10.0.0-beta.23
- @videojs/store bumped to 10.0.0-beta.23
- @videojs/utils bumped to 10.0.0-beta.23
- devDependencies
- @videojs/icons bumped to 10.0.0-beta.23
- @videojs/skins bumped to 10.0.0-beta.23
- dependencies
10.0.0-beta.22 (2026-04-18)
Features
Bug Fixes
Reverts
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/core bumped to 10.0.0-beta.22
- @videojs/spf bumped to 10.0.0-beta.22
- @videojs/store bumped to 10.0.0-beta.22
- @videojs/utils bumped to 10.0.0-beta.22
- devDependencies
- @videojs/icons bumped to 10.0.0-beta.22
- @videojs/skins bumped to 10.0.0-beta.22
- dependencies
10.0.0-beta.21 (2026-04-14)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/core bumped to 10.0.0-beta.21
- @videojs/spf bumped to 10.0.0-beta.21
- @videojs/store bumped to 10.0.0-beta.21
- @videojs/utils bumped to 10.0.0-beta.21
- devDependencies
- @videojs/icons bumped to 10.0.0-beta.21
- @videojs/skins bumped to 10.0.0-beta.21
- dependencies
10.0.0-beta.20 (2026-04-14)
Miscellaneous Chores
- @videojs/react: Synchronize videojs versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/core bumped to 10.0.0-beta.20
- @videojs/spf bumped to 10.0.0-beta.20
- @videojs/store bumped to 10.0.0-beta.20
- @videojs/utils bumped to 10.0.0-beta.20
- devDependencies
- @videojs/icons bumped to 10.0.0-beta.20
- @videojs/skins bumped to 10.0.0-beta.20
- dependencies
10.0.0-beta.19 (2026-04-14)
⚠ BREAKING CHANGES
- packages: replace DelegateMixin & ProxyMixin with MediaHost base classes (#1292)
Features
- add background video components (#567) (fd14f0c)
- add background video preset (#607) (c2bc488)
- add DashVideo media element (html, react) with sandbox support (#940) (5bdbbec)
- add media API + HLS video components (#507) (b3a31a3)
- add Mux video component (#1036) (271a8c8)
- add native hls media + refactor (#1154) (1b2afc6)
- add slider preview thumbnails (#935) (e3f438e)
- add subtitles handling + captions core (#692) (5c11606)
- core: add buffering indicator component (#527) (aa0fb7c)
- core: add controls component with activity tracking (#514) (90d881c)
- core: add pip button component (#525) (2c8b77a)
- core: add poster component (#457) (c9ba1e1)
- core: add seek button component (#526) (c733077)
- html: add
<media-gesture>element (#1305) (d2782f0) - html: add alert dialog element (#741) (5fc52aa)
- html: add data-availability to volume slider (#1001) (c95e134)
- html: add slider element (#655) (d5df015)
- html: add time slider element (#656) (26c7395)
- html: add volume slider element (#657) (92b7c2a)
- html: refactor attach contexts to carry state and setter (#1024) (c07da27)
- packages: add gesture bindings to default skins and presets (#1310) (1509a66)
- packages: add hotkey bindings to preset skins (#1264) (9912a8e)
- packages: add mux-audio element and react component (#1259) (9fac0fc)
- packages: add PlaybackRateButton to core, html, and react (#642) (0180828)
- packages: add poster component to video skins (#994) (59bbf6c)
- packages: error dialog component (#1077) (3430fe1)
- packages: export media component building blocks (#1098) (bc2929e)
- packages: volume slider scroll support (#1175) (390b004)
- react: add alert dialog component (#739) (536c86d)
- react: add alert dialog to video skin (#747) (5dfc67e)
- react: add captions styling to video skins (#582) (b78c6ce)
- react: add gesture hooks and MediaGesture component (#1309) (8566260)
- react: add hotkeys (#1241) (1cc4ec7)
- react: add playback rate button component (#639) (3305fb3)
- react: add popover component (#653) (ed43d52)
- react: add slider component (#644) (2f8ca09)
- react: add slider preview component (#710) (db75697)
- react: add slider thumbnail component (#722) (a6405e9)
- react: add Tailwind ejected video skins (#589) (8763a57)
- react: add thumbnail component (#648) (40606ff)
- react: add time slider component (#647) (158378a)
- react: add tooltip component (#736) (ae754ee)
- react: implement default and minimal video skins (#550) (7d3be36)
- react: implement video skins with responsive layout (#568) (846d38e)
- react: initial skin scaffolding (#523) (edefc2a)
- react: orientation-aware buffer styling and slider improvements (#671) (86b2f4d)
- react: port time slider styling into video skin presets (#666) (ebb75f5)
- react: port volume popover and slider styling into skin presets (#667) (6a1edda)
- react: support native caption track shifting in video skins (#636) (ac346db)
- site: add buffering indicator api reference (84b7b07), closes #532 #533
- site: add TimeSlider, VolumeSlider, Popover API references (#685) (8ab596e)
- site: add util reference pipeline (#537) (78112fb)
- skin: add audio skins for HTML and React presets (#772) (d751fda)
- skin: add captions button to video skins (#612) (fbf888f)
- skin: add error dialogs (#603) (ba94f74)
- skin: add error handling for audio players (#1048) (df927f6)
- skin: add pip-enter and pip-exit icons (#1015) (81781ca)
- skin: implement default and minimal skins for HTML player (#698) (c5cafae)
- skin: port tooltip styling from tech preview (#800) (6b6566e)
- small state and naming fixes (#719) (5c42245)
- spf: initial push of SPF (#784) (27a3993)
Bug Fixes
- cd: add repository field to all packages for provenance verification (b723589)
- ci: rework bundle size report (#745) (9f456f5)
- core: fix circular import and simplify media types (#569) (38b3a8f)
- core: prevent slider thumb jump on pointer release (#990) (b9bada9)
- correct popup fallback positioning offsets (#981) (82ede77)
- destroy hls.js instance on media unmount (#749) (c4e8bbd)
- docs: improvements to eject script (#1012) (559d516)
- html,react: move @videojs/skins to devDependencies (#716) (55b49ef)
- html: discover media elements and attach store target via DOM (#481) (5eab1db)
- html: slider interaction and edge alignment broken (#721) (ff12296)
- packages: consistent react versions (#1285) (1c937da)
- packages: enable unbundle mode to avoid mangled exports (00fdf96)
- packages: make tooltips visual-only and auto-forward media button labels (#1174) (86cf3e8)
- packages: narrow react peer dependency to v18+ (#1289) (6fb6ab7)
- packages: remove redundant "Shift" modifier from playback rate hotkeys (#1290) (a0fd3cb)
- packages: set release-please manifest and package versions to beta.0 (#850) (e085a0d)
- packages: time slider seek improvements (#1291) (b934c58)
- packages: update package READMEs for beta (#848) (9562a0e)
- react: add missing destroy cleanups (#1096) (1792bae)
- react: align media component conventions (#1281) (42abf88)
- react: correct buffer selector names in minimal skin CSS (#672) (12277fd)
- react: move @videojs/icons to devDependencies (f09c686)
- react: set anchor-name and position-anchor imperatively in popover (#715) (070d094)
- react: strict mode support (#742) (44d874d)
- react: thumbnails broken when using hls media (#1210) (8b571f5)
- react: use relative import path for useForceRender (#669) (e3d7f4b)
- revert preset provider (#631) (5f1cafa)
- site: resolve aliased part descriptions in api docs (#518) (8294404)
- skin: add missing tooltip provider/group (#902) (1dbcd79)
- skin: extract transition properties into CSS custom properties (#1075) (657e711)
- skin: hide volume popover when volume control is unsupported (#1025) (c09dbdd)
- skin: responsive design fixes and improvements (#1129) (1082693)
- skins: remove legacy caption markup artifacts (#882) (85266ba)
- skin: temporarily hide the caption button (#629) (0666d52)
- spf: implement preload IDL attribute on SpfMedia (#1069) (04f81a2)
Code Refactoring
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/core bumped to 10.0.0-beta.19
- @videojs/spf bumped to 10.0.0-beta.19
- @videojs/store bumped to 10.0.0-beta.19
- @videojs/utils bumped to 10.0.0-beta.19
- devDependencies
- @videojs/icons bumped to 10.0.0-beta.19
- @videojs/skins bumped to 10.0.0-beta.19
- dependencies
10.0.0-beta.18 (2026-04-14)
⚠ BREAKING CHANGES
- packages: replace DelegateMixin & ProxyMixin with MediaHost base classes (#1292)
Features
- add background video components (#567) (fd14f0c)
- add background video preset (#607) (c2bc488)
- add DashVideo media element (html, react) with sandbox support (#940) (5bdbbec)
- add media API + HLS video components (#507) (b3a31a3)
- add Mux video component (#1036) (271a8c8)
- add native hls media + refactor (#1154) (1b2afc6)
- add slider preview thumbnails (#935) (e3f438e)
- add subtitles handling + captions core (#692) (5c11606)
- core: add buffering indicator component (#527) (aa0fb7c)
- core: add controls component with activity tracking (#514) (90d881c)
- core: add pip button component (#525) (2c8b77a)
- core: add poster component (#457) (c9ba1e1)
- core: add seek button component (#526) (c733077)
- html: add
<media-gesture>element (#1305) (d2782f0) - html: add alert dialog element (#741) (5fc52aa)
- html: add data-availability to volume slider (#1001) (c95e134)
- html: add slider element (#655) (d5df015)
- html: add time slider element (#656) (26c7395)
- html: add volume slider element (#657) (92b7c2a)
- html: refactor attach contexts to carry state and setter (#1024) (c07da27)
- packages: add gesture bindings to default skins and presets (#1310) (1509a66)
- packages: add hotkey bindings to preset skins (#1264) (9912a8e)
- packages: add mux-audio element and react component (#1259) (9fac0fc)
- packages: add PlaybackRateButton to core, html, and react (#642) (0180828)
- packages: add poster component to video skins (#994) (59bbf6c)
- packages: error dialog component (#1077) (3430fe1)
- packages: export media component building blocks (#1098) (bc2929e)
- packages: volume slider scroll support (#1175) (390b004)
- react: add alert dialog component (#739) (536c86d)
- react: add alert dialog to video skin (#747) (5dfc67e)
- react: add captions styling to video skins (#582) (b78c6ce)
- react: add gesture hooks and MediaGesture component (#1309) (8566260)
- react: add hotkeys (#1241) (1cc4ec7)
- react: add playback rate button component (#639) (3305fb3)
- react: add popover component (#653) (ed43d52)
- react: add slider component (#644) (2f8ca09)
- react: add slider preview component (#710) (db75697)
- react: add slider thumbnail component (#722) (a6405e9)
- react: add Tailwind ejected video skins (#589) (8763a57)
- react: add thumbnail component (#648) (40606ff)
- react: add time slider component (#647) (158378a)
- react: add tooltip component (#736) (ae754ee)
- react: implement default and minimal video skins (#550) (7d3be36)
- react: implement video skins with responsive layout (#568) (846d38e)
- react: initial skin scaffolding (#523) (edefc2a)
- react: orientation-aware buffer styling and slider improvements (#671) (86b2f4d)
- react: port time slider styling into video skin presets (#666) (ebb75f5)
- react: port volume popover and slider styling into skin presets (#667) (6a1edda)
- react: support native caption track shifting in video skins (#636) (ac346db)
- site: add buffering indicator api reference (84b7b07), closes #532 #533
- site: add TimeSlider, VolumeSlider, Popover API references (#685) (8ab596e)
- site: add util reference pipeline (#537) (78112fb)
- skin: add audio skins for HTML and React presets (#772) (d751fda)
- skin: add captions button to video skins (#612) (fbf888f)
- skin: add error dialogs (#603) (ba94f74)
- skin: add error handling for audio players (#1048) (df927f6)
- skin: add pip-enter and pip-exit icons (#1015) (81781ca)
- skin: implement default and minimal skins for HTML player (#698) (c5cafae)
- skin: port tooltip styling from tech preview (#800) (6b6566e)
- small state and naming fixes (#719) (5c42245)
- spf: initial push of SPF (#784) (27a3993)
Bug Fixes
- cd: add repository field to all packages for provenance verification (b723589)
- ci: rework bundle size report (#745) (9f456f5)
- core: fix circular import and simplify media types (#569) (38b3a8f)
- core: prevent slider thumb jump on pointer release (#990) (b9bada9)
- correct popup fallback positioning offsets (#981) (82ede77)
- destroy hls.js instance on media unmount (#749) (c4e8bbd)
- docs: improvements to eject script (#1012) (559d516)
- html,react: move @videojs/skins to devDependencies (#716) (55b49ef)
- html: discover media elements and attach store target via DOM (#481) (5eab1db)
- html: slider interaction and edge alignment broken (#721) (ff12296)
- packages: consistent react versions (#1285) (1c937da)
- packages: enable unbundle mode to avoid mangled exports (00fdf96)
- packages: make tooltips visual-only and auto-forward media button labels (#1174) (86cf3e8)
- packages: narrow react peer dependency to v18+ (#1289) (6fb6ab7)
- packages: remove redundant "Shift" modifier from playback rate hotkeys (#1290) (a0fd3cb)
- packages: set release-please manifest and package versions to beta.0 (#850) (e085a0d)
- packages: time slider seek improvements (#1291) (b934c58)
- packages: update package READMEs for beta (#848) (9562a0e)
- react: add missing destroy cleanups (#1096) (1792bae)
- react: align media component conventions (#1281) (42abf88)
- react: correct buffer selector names in minimal skin CSS (#672) (12277fd)
- react: move @videojs/icons to devDependencies (f09c686)
- react: set anchor-name and position-anchor imperatively in popover (#715) (070d094)
- react: strict mode support (#742) (44d874d)
- react: thumbnails broken when using hls media (#1210) (8b571f5)
- react: use relative import path for useForceRender (#669) (e3d7f4b)
- revert preset provider (#631) (5f1cafa)
- site: resolve aliased part descriptions in api docs (#518) (8294404)
- skin: add missing tooltip provider/group (#902) (1dbcd79)
- skin: extract transition properties into CSS custom properties (#1075) (657e711)
- skin: hide volume popover when volume control is unsupported (#1025) (c09dbdd)
- skin: responsive design fixes and improvements (#1129) (1082693)
- skins: remove legacy caption markup artifacts (#882) (85266ba)
- skin: temporarily hide the caption button (#629) (0666d52)
- spf: implement preload IDL attribute on SpfMedia (#1069) (04f81a2)
Code Refactoring
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/core bumped to 10.0.0-beta.18
- @videojs/spf bumped to 10.0.0-beta.18
- @videojs/store bumped to 10.0.0-beta.18
- @videojs/utils bumped to 10.0.0-beta.18
- devDependencies
- @videojs/icons bumped to 10.0.0-beta.18
- @videojs/skins bumped to 10.0.0-beta.18
- dependencies
10.0.0-beta.17 (2026-04-11)
Features
- html: add
<media-gesture>element (#1305) (d2782f0) - packages: add gesture bindings to default skins and presets (#1310) (1509a66)
- react: add gesture hooks and MediaGesture component (#1309) (8566260)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/core bumped to 10.0.0-beta.17
- @videojs/spf bumped to 10.0.0-beta.17
- @videojs/store bumped to 10.0.0-beta.17
- @videojs/utils bumped to 10.0.0-beta.17
- devDependencies
- @videojs/icons bumped to 10.0.0-beta.17
- @videojs/skins bumped to 10.0.0-beta.17
- dependencies
10.0.0-beta.16 (2026-04-10)
Features
- packages: add hotkey bindings to preset skins (#1264) (9912a8e)
- packages: add mux-audio element and react component (#1259) (9fac0fc)
- react: add hotkeys (#1241) (1cc4ec7)
Bug Fixes
- packages: consistent react versions (#1285) (1c937da)
- packages: narrow react peer dependency to v18+ (#1289) (6fb6ab7)
- packages: remove redundant "Shift" modifier from playback rate hotkeys (#1290) (a0fd3cb)
- packages: time slider seek improvements (#1291) (b934c58)
- react: align media component conventions (#1281) (42abf88)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/core bumped to 10.0.0-beta.16
- @videojs/spf bumped to 10.0.0-beta.16
- @videojs/store bumped to 10.0.0-beta.16
- @videojs/utils bumped to 10.0.0-beta.16
- devDependencies
- @videojs/icons bumped to 10.0.0-beta.16
- @videojs/skins bumped to 10.0.0-beta.16
- dependencies
10.0.0-beta.15 (2026-04-03)
Miscellaneous Chores
- @videojs/react: Synchronize videojs versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/core bumped to 10.0.0-beta.15
- @videojs/spf bumped to 10.0.0-beta.15
- @videojs/store bumped to 10.0.0-beta.15
- @videojs/utils bumped to 10.0.0-beta.15
- devDependencies
- @videojs/icons bumped to 10.0.0-beta.15
- @videojs/skins bumped to 10.0.0-beta.15
- dependencies
10.0.0-beta.14 (2026-04-03)
Features
Bug Fixes
- packages: make tooltips visual-only and auto-forward media button labels (#1174) (86cf3e8)
- react: thumbnails broken when using hls media (#1210) (8b571f5)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/core bumped to 10.0.0-beta.14
- @videojs/spf bumped to 10.0.0-beta.14
- @videojs/store bumped to 10.0.0-beta.14
- @videojs/utils bumped to 10.0.0-beta.14
- devDependencies
- @videojs/icons bumped to 10.0.0-beta.14
- @videojs/skins bumped to 10.0.0-beta.14
- dependencies
10.0.0-beta.13 (2026-04-01)
Miscellaneous Chores
- @videojs/react: Synchronize videojs versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/core bumped to 10.0.0-beta.13
- @videojs/spf bumped to 10.0.0-beta.13
- @videojs/store bumped to 10.0.0-beta.13
- @videojs/utils bumped to 10.0.0-beta.13
- devDependencies
- @videojs/icons bumped to 10.0.0-beta.13
- @videojs/skins bumped to 10.0.0-beta.13
- dependencies
10.0.0-beta.12 (2026-04-01)
Features
- add Mux video component (#1036) (271a8c8)
- add native hls media + refactor (#1154) (1b2afc6)
- packages: error dialog component (#1077) (3430fe1)
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/core bumped to 10.0.0-beta.12
- @videojs/spf bumped to 10.0.0-beta.12
- @videojs/store bumped to 10.0.0-beta.12
- @videojs/utils bumped to 10.0.0-beta.12
- devDependencies
- @videojs/icons bumped to 10.0.0-beta.12
- @videojs/skins bumped to 10.0.0-beta.12
- dependencies
10.0.0-beta.11 (2026-03-24)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/core bumped to 10.0.0-beta.11
- @videojs/spf bumped to 10.0.0-beta.11
- @videojs/store bumped to 10.0.0-beta.11
- @videojs/utils bumped to 10.0.0-beta.11
- devDependencies
- @videojs/icons bumped to 10.0.0-beta.11
- @videojs/skins bumped to 10.0.0-beta.11
- dependencies
10.0.0-beta.10 (2026-03-23)
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/spf bumped to 10.0.0-beta.10
- @videojs/core bumped to 10.0.0-beta.10
- @videojs/store bumped to 10.0.0-beta.10
- @videojs/utils bumped to 10.0.0-beta.10
- devDependencies
- @videojs/icons bumped to 10.0.0-beta.10
- @videojs/skins bumped to 10.0.0-beta.10
- dependencies
10.0.0-beta.9 (2026-03-23)
Features
Bug Fixes
- docs: improvements to eject script (#1012) (559d516)
- skin: extract transition properties into CSS custom properties (#1075) (657e711)
- spf: implement preload IDL attribute on SpfMedia (#1069) (04f81a2)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/spf bumped to 10.0.0-beta.9
- @videojs/core bumped to 10.0.0-beta.9
- @videojs/store bumped to 10.0.0-beta.9
- @videojs/utils bumped to 10.0.0-beta.9
- devDependencies
- @videojs/icons bumped to 10.0.0-beta.9
- @videojs/skins bumped to 10.0.0-beta.9
- dependencies
10.0.0-beta.8 (2026-03-20)
Miscellaneous Chores
- @videojs/react: Synchronize videojs versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/spf bumped to 10.0.0-beta.8
- @videojs/core bumped to 10.0.0-beta.8
- @videojs/store bumped to 10.0.0-beta.8
- @videojs/utils bumped to 10.0.0-beta.8
- devDependencies
- @videojs/icons bumped to 10.0.0-beta.8
- @videojs/skins bumped to 10.0.0-beta.8
- dependencies
10.0.0-beta.7 (2026-03-19)
Features
- add DashVideo media element (html, react) with sandbox support (#940) (5bdbbec)
- html: add data-availability to volume slider (#1001) (c95e134)
- html: refactor attach contexts to carry state and setter (#1024) (c07da27)
- packages: add poster component to video skins (#994) (59bbf6c)
- skin: add pip-enter and pip-exit icons (#1015) (81781ca)
Bug Fixes
- core: prevent slider thumb jump on pointer release (#990) (b9bada9)
- correct popup fallback positioning offsets (#981) (82ede77)
- skin: hide volume popover when volume control is unsupported (#1025) (c09dbdd)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/spf bumped to 10.0.0-beta.7
- @videojs/core bumped to 10.0.0-beta.7
- @videojs/store bumped to 10.0.0-beta.7
- @videojs/utils bumped to 10.0.0-beta.7
- devDependencies
- @videojs/icons bumped to 10.0.0-beta.7
- @videojs/skins bumped to 10.0.0-beta.7
- dependencies
10.0.0-beta.6 (2026-03-15)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/spf bumped to 10.0.0-beta.6
- @videojs/core bumped to 10.0.0-beta.6
- @videojs/store bumped to 10.0.0-beta.6
- @videojs/utils bumped to 10.0.0-beta.6
- devDependencies
- @videojs/icons bumped to 10.0.0-beta.6
- @videojs/skins bumped to 10.0.0-beta.6
- dependencies
10.0.0-beta.5 (2026-03-12)
Miscellaneous Chores
- @videojs/react: Synchronize videojs versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/spf bumped to 10.0.0-beta.5
- @videojs/core bumped to 10.0.0-beta.5
- @videojs/store bumped to 10.0.0-beta.5
- @videojs/utils bumped to 10.0.0-beta.5
- devDependencies
- @videojs/icons bumped to 10.0.0-beta.5
- @videojs/skins bumped to 10.0.0-beta.5
- dependencies
10.0.0-beta.4 (2026-03-12)
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/spf bumped to 10.0.0-beta.4
- @videojs/core bumped to 10.0.0-beta.4
- @videojs/store bumped to 10.0.0-beta.4
- @videojs/utils bumped to 10.0.0-beta.4
- devDependencies
- @videojs/icons bumped to 10.0.0-beta.4
- dependencies
10.0.0-beta.3 (2026-03-11)
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/spf bumped to 10.0.0-beta.3
- @videojs/core bumped to 10.0.0-beta.3
- @videojs/store bumped to 10.0.0-beta.3
- @videojs/utils bumped to 10.0.0-beta.3
- devDependencies
- @videojs/icons bumped to 10.0.0-beta.3
- dependencies
10.0.0-beta.2 (2026-03-10)
Miscellaneous Chores
- @videojs/react: Synchronize videojs versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/spf bumped to 10.0.0-beta.2
- @videojs/core bumped to 10.0.0-beta.2
- @videojs/store bumped to 10.0.0-beta.2
- @videojs/utils bumped to 10.0.0-beta.2
- devDependencies
- @videojs/icons bumped to 10.0.0-beta.2
- dependencies
10.0.0-beta.1 (2026-03-10)
Features
- add background video components (#567) (fd14f0c)
- add background video preset (#607) (c2bc488)
- add console banner (#186) (072b0de)
- add media API + HLS video components (#507) (b3a31a3)
- add subtitles handling + captions core (#692) (5c11606)
- add tooltip core (#212) (cbf41ce)
- core: add buffering indicator component (#527) (aa0fb7c)
- core: add controls component with activity tracking (#514) (90d881c)
- core: add fullscreen button component (#459) (3c4152f)
- core: add mute button component (#455) (aa189ee)
- core: add pip button component (#525) (2c8b77a)
- core: add play button component (#383) (9cfab26)
- core: add poster component (#457) (c9ba1e1)
- core: add seek button component (#526) (c733077)
- core: add time display component (#460) (7b8bc11)
- example/react: improvements to react examples (#210) (c35b012)
- html: add alert dialog element (#741) (5fc52aa)
- html: add element registrations (eaaa03c)
- html: add slider element (#655) (d5df015)
- html: add time slider element (#656) (26c7395)
- html: add volume slider element (#657) (92b7c2a)
- html: setup player api (#374) (a419f5e)
- packages: add PlaybackRateButton to core, html, and react (#642) (0180828)
- react: add alert dialog component (#739) (536c86d)
- react: add alert dialog to video skin (#747) (5dfc67e)
- react: add captions styling to video skins (#582) (b78c6ce)
- react: add playback rate button component (#639) (3305fb3)
- react: add popover component (#653) (ed43d52)
- react: add slider component (#644) (2f8ca09)
- react: add slider preview component (#710) (db75697)
- react: add slider thumbnail component (#722) (a6405e9)
- react: add Tailwind ejected video skins (#589) (8763a57)
- react: add thumbnail component (#648) (40606ff)
- react: add time slider component (#647) (158378a)
- react: add tooltip component (#736) (ae754ee)
- react: add video component and utility hooks (#293) (a71a280)
- react: adding simple video (#125) (f6b5f80)
- react: implement default and minimal video skins (#550) (7d3be36)
- react: implement video skins with responsive layout (#568) (846d38e)
- react: initial skin scaffolding (#523) (edefc2a)
- react: orientation-aware buffer styling and slider improvements (#671) (86b2f4d)
- react: port time slider styling into video skin presets (#666) (ebb75f5)
- react: port volume popover and slider styling into skin presets (#667) (6a1edda)
- react: setup react player api (#372) (d28dda1)
- react: support native caption track shifting in video skins (#636) (ac346db)
- react: use popover and anchor position API (#178) (f513c74)
- react: use SimpleVideo as default Video and rename HLS version to HlsVideo (#171) (1878a27)
- site: add buffering indicator api reference (84b7b07), closes #532 #533
- site: add TimeSlider, VolumeSlider, Popover API references (#685) (8ab596e)
- site: add util reference pipeline (#537) (78112fb)
- skin: add audio skins for HTML and React presets (#772) (d751fda)
- skin: add captions button to video skins (#612) (fbf888f)
- skin: add error dialogs (#603) (ba94f74)
- skin: implement default and minimal skins for HTML player (#698) (c5cafae)
- skin: port tooltip styling from tech preview (#800) (6b6566e)
- skins: add html port of minimal skin (#140) (47ac22e)
- small state and naming fixes (#719) (5c42245)
- spf: initial push of SPF (#784) (27a3993)
- store: add reactive state primitives (#311) (beb8615)
- store: skin store setup (#298) (b2e2b88)
- ui: skin design improvements, add html frosted skin (WIP) (#133) (75a90e7)
- ui: skin design tweaks (#126) (a93484e)
Bug Fixes
- add aspect-ratio to demos (#136) (e0a46de)
- anchor name in popover and tooltip (#194) (d965858)
- cd: add repository field to all packages for provenance verification (b723589)
- ci: rework bundle size report (#745) (9f456f5)
- clean up core, less seams in wrappers (#197) (601a5a3)
- core: fix circular import and simplify media types (#569) (38b3a8f)
- destroy hls.js instance on media unmount (#749) (c4e8bbd)
- fix CLS due to popover attribute not SSR (#202) (0952673)
- html,react: move @videojs/skins to devDependencies (#716) (55b49ef)
- html: discover media elements and attach store target via DOM (#481) (5eab1db)
- html: slider interaction and edge alignment broken (#721) (ff12296)
- hydration mismatch in Tooltip and Popover (#190) (8b868e9)
- packages: enable unbundle mode to avoid mangled exports (00fdf96)
- packages: set release-please manifest and package versions to beta.0 (#850) (e085a0d)
- packages: update package READMEs for beta (#848) (9562a0e)
- packages: update version badges (#138) (22d9cb6)
- react, html: rename MediaProvider (and related) to VideoProvider (#159) (f285573)
- react: correct buffer selector names in minimal skin CSS (#672) (12277fd)
- react: move @videojs/icons to devDependencies (f09c686)
- react: prevent dev build race condition (#139) (67d1007)
- react: set anchor-name and position-anchor imperatively in popover (#715) (070d094)
- react: strict mode support (#742) (44d874d)
- react: update use client usage in react package modules for next.js use (#157) (16cfde1)
- react: use relative import path for useForceRender (#669) (e3d7f4b)
- revert preset provider (#631) (5f1cafa)
- root: add videojs keyword to package.json (4a9f8b2)
- site: resolve aliased part descriptions in api docs (#518) (8294404)
- site: update discord link (#170) (bb10294)
- skins: remove vjs- prefixed CSS custom properties (#179) (a62623b)
- skins: slightly more idiomatic Tailwind, added custom properties (#175) (694afb7)
- skin: temporarily hide the caption button (#629) (0666d52)
- use popover core in react popover (#208) (99fef78)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/spf bumped to 10.0.0-beta.1
- @videojs/core bumped to 10.0.0-beta.1
- @videojs/store bumped to 10.0.0-beta.1
- @videojs/utils bumped to 10.0.0-beta.1
- devDependencies
- @videojs/icons bumped to 10.0.0-beta.1
- dependencies
10.0.0-alpha.11 (2026-03-10)
Miscellaneous Chores
- @videojs/react: Synchronize videojs versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/spf bumped to 10.0.0-alpha.11
- @videojs/core bumped to 10.0.0-alpha.11
- @videojs/store bumped to 10.0.0-alpha.11
- @videojs/utils bumped to 10.0.0-alpha.11
- devDependencies
- @videojs/icons bumped to 10.0.0-alpha.11
- dependencies
10.0.0-alpha.10 (2026-03-10)
Features
- skin: add audio skins for HTML and React presets (#772) (d751fda)
- skin: port tooltip styling from tech preview (#800) (6b6566e)
- spf: initial push of SPF (#784) (27a3993)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/spf bumped to 10.0.0-alpha.10
- @videojs/core bumped to 10.0.0-alpha.10
- @videojs/store bumped to 10.0.0-alpha.10
- @videojs/utils bumped to 10.0.0-alpha.10
- devDependencies
- @videojs/icons bumped to 10.0.0-alpha.10
- dependencies
10.0.0-alpha.9 (2026-03-06)
Features
- add subtitles handling + captions core (#692) (5c11606)
- html: add alert dialog element (#741) (5fc52aa)
- react: add alert dialog component (#739) (536c86d)
- react: add alert dialog to video skin (#747) (5dfc67e)
Bug Fixes
- ci: rework bundle size report (#745) (9f456f5)
- destroy hls.js instance on media unmount (#749) (c4e8bbd)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/core bumped to 10.0.0-alpha.9
- @videojs/store bumped to 10.0.0-alpha.9
- @videojs/utils bumped to 10.0.0-alpha.9
- devDependencies
- @videojs/icons bumped to 10.0.0-alpha.9
- dependencies
10.0.0-alpha.8 (2026-03-05)
Features
- react: add slider preview component (#710) (db75697)
- react: add slider thumbnail component (#722) (a6405e9)
- react: add tooltip component (#736) (ae754ee)
- small state and naming fixes (#719) (5c42245)
Bug Fixes
- html: slider interaction and edge alignment broken (#721) (ff12296)
- react: set anchor-name and position-anchor imperatively in popover (#715) (070d094)
- react: strict mode support (#742) (44d874d)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/core bumped to 10.0.0-alpha.8
- @videojs/store bumped to 10.0.0-alpha.8
- @videojs/utils bumped to 10.0.0-alpha.8
- devDependencies
- @videojs/icons bumped to 10.0.0-alpha.8
- dependencies
10.0.0-alpha.7 (2026-03-04)
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/core bumped to 10.0.0-alpha.7
- @videojs/store bumped to 10.0.0-alpha.7
- @videojs/utils bumped to 10.0.0-alpha.7
- devDependencies
- @videojs/icons bumped to 10.0.0-alpha.7
- dependencies
10.0.0-alpha.6 (2026-03-04)
Miscellaneous Chores
- @videojs/react: Synchronize videojs versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/core bumped to 10.0.0-alpha.6
- @videojs/store bumped to 10.0.0-alpha.6
- @videojs/utils bumped to 10.0.0-alpha.6
- devDependencies
- @videojs/icons bumped to 10.0.0-alpha.6
- dependencies
10.0.0-alpha.5 (2026-03-04)
Features
- html: add slider element (#655) (d5df015)
- html: add time slider element (#656) (26c7395)
- html: add volume slider element (#657) (92b7c2a)
- packages: add PlaybackRateButton to core, html, and react (#642) (0180828)
- react: add playback rate button component (#639) (3305fb3)
- react: add popover component (#653) (ed43d52)
- react: add slider component (#644) (2f8ca09)
- react: add thumbnail component (#648) (40606ff)
- react: add time slider component (#647) (158378a)
- react: orientation-aware buffer styling and slider improvements (#671) (86b2f4d)
- react: port time slider styling into video skin presets (#666) (ebb75f5)
- react: port volume popover and slider styling into skin presets (#667) (6a1edda)
- react: support native caption track shifting in video skins (#636) (ac346db)
- site: add TimeSlider, VolumeSlider, Popover API references (#685) (8ab596e)
- skin: implement default and minimal skins for HTML player (#698) (c5cafae)
Bug Fixes
- react: correct buffer selector names in minimal skin CSS (#672) (12277fd)
- react: use relative import path for useForceRender (#669) (e3d7f4b)
- revert preset provider (#631) (5f1cafa)
- skin: temporarily hide the caption button (#629) (0666d52)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/core bumped to 10.0.0-alpha.5
- @videojs/store bumped to 10.0.0-alpha.5
- @videojs/utils bumped to 10.0.0-alpha.5
- devDependencies
- @videojs/icons bumped to 10.0.0-alpha.5
- dependencies
10.0.0-alpha.4 (2026-02-26)
Features
Bug Fixes
- react: move @videojs/icons to devDependencies (f09c686)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/core bumped to 10.0.0-alpha.4
- @videojs/store bumped to 10.0.0-alpha.4
- @videojs/utils bumped to 10.0.0-alpha.4
- devDependencies
- @videojs/icons bumped to 10.0.0-alpha.4
- dependencies
10.0.0-alpha.3 (2026-02-26)
Bug Fixes
- cd: add repository field to all packages for provenance verification (b723589)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/core bumped to 10.0.0-alpha.3
- @videojs/icons bumped to 10.0.0-alpha.3
- @videojs/store bumped to 10.0.0-alpha.3
- @videojs/utils bumped to 10.0.0-alpha.3
- dependencies
10.0.0-alpha.2 (2026-02-26)
Miscellaneous Chores
- @videojs/react: Synchronize videojs versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/core bumped to 10.0.0-alpha.2
- @videojs/icons bumped to 10.0.0-alpha.2
- @videojs/store bumped to 10.0.0-alpha.2
- @videojs/utils bumped to 10.0.0-alpha.2
- dependencies
10.0.0-alpha.1 (2026-02-26)
Features
- add a solution for React preview time display (#50) (f78b09f)
- add background video components (#567) (fd14f0c)
- add compound html timerange component (#14) (017ecdb)
- add console banner (#186) (072b0de)
- add core range, time and volume range (#23) (687b765)
- add data style attributes to popover (#62) (6d7325c)
- add display click to play / pause (#117) (4f06ef6)
- add focus state to sliders and volume slider (#60) (f514051)
- add HTML tooltip component (#40) (d2a0b27)
- add keyboard control to sliders (#115) (0a49026)
- add media API + HLS video components (#507) (b3a31a3)
- add popover React component (#33) (f775a3d)
- add range orientation to react components (#30) (5e3cb8a)
- add React tooltip component (#35) (c4a3f1b)
- add showRemaining functionality to current time display (ab07a8a)
- add tooltip core (#212) (cbf41ce)
- add transition status to React tooltip (#42) (39e862a)
- add volume range compound component (#19) (aefe890)
- core,html,react: implement VolumeRange component with integrated state management (2282f47)
- core: add buffering indicator component (#527) (aa0fb7c)
- core: add controls component with activity tracking (#514) (90d881c)
- core: add fullscreen button component (#459) (3c4152f)
- core: add mute button component (#455) (aa189ee)
- core: add pip button component (#525) (2c8b77a)
- core: add play button component (#383) (9cfab26)
- core: add poster component (#457) (c9ba1e1)
- core: add seek button component (#526) (c733077)
- core: add time display component (#460) (7b8bc11)
- example/react: improvements to react examples (#210) (c35b012)
- html: add element registrations (eaaa03c)
- html: setup player api (#374) (a419f5e)
- implement current time display components (5bd0a15)
- initialize Video.js 10 monorepo with core architecture (4b0d84e)
- make time range compound component (#10) (71a8daf)
- media-store,html,react: implement TimeRange component with hook-style architecture (c29fd2c)
- migrate entire monorepo from tsc to tsup for production builds (7403cc7)
- migrate examples from prototype and add CSS modules support (19c85fc)
- monorepo: migrate prototype code to organized package structure (4b472ec)
- react-icons: implement SVGR-powered auto-generation with full styling support (6fcb18f)
- react-media-store: add shallowEqual utility for optimized state comparisons (8e75d62)
- react: add captions styling to video skins (#582) (b78c6ce)
- react: add fullscreen button component (7d819df)
- react: add MediaContainer component for fullscreen functionality (23e3876)
- react: add Tailwind ejected video skins (#589) (8763a57)
- react: add Tailwind v4 compiled CSS for skins with vjs prefix (#114) (92b82e9)
- react: add video component and utility hooks (#293) (a71a280)
- react: adding simple video (#125) (f6b5f80)
- react: enable automatic CSS injection for MediaSkinDefault component (bc8adaa)
- react: implement default and minimal video skins (#550) (7d3be36)
- react: implement duration display component (c5b659f)
- react: implement video skins with responsive layout (#568) (846d38e)
- react: initial skin scaffolding (#523) (edefc2a)
- react: setup react player api (#372) (d28dda1)
- react: use popover and anchor position API (#178) (f513c74)
- react: use SimpleVideo as default Video and rename HLS version to HlsVideo (#171) (1878a27)
- rename range to slider (#46) (9c6eaef)
- site: add buffering indicator api reference (84b7b07), closes #532 #533
- site: add util reference pipeline (#537) (78112fb)
- skin: add captions button to video skins (#612) (fbf888f)
- skin: add error dialogs (#603) (ba94f74)
- skins: add html port of minimal skin (#140) (47ac22e)
- skins: integrate duration display into default skins (2ed2191)
- store: add reactive state primitives (#311) (beb8615)
- store: skin store setup (#298) (b2e2b88)
- ui: add toasted skin (bdd2f36)
- ui: micro icons, toasted design tweaks (#52) (bd3f0f7)
- ui: minor style tweaks (d3221ec)
- ui: more skin style tweaks (#53) (7c9a0a5)
- ui: port over default skin (ff4ea36)
- ui: port over default skin (9950945)
- ui: skin and icon tweaks (#59) (cdebece)
- ui: skin design improvements, add html frosted skin (WIP) (#133) (75a90e7)
- ui: skin design tweaks (#126) (a93484e)
- ui: styling fixes for toasted skin (#38) (4ffaa58)
Bug Fixes
- add aspect-ratio to demos (#136) (e0a46de)
- anchor name in popover and tooltip (#194) (d965858)
- clean up core, less seams in wrappers (#197) (601a5a3)
- core: fix circular import and simplify media types (#569) (38b3a8f)
- design tweaks to toasted skin, lint rule tweaks (#44) (3a0767c)
- enable eslint & run eslint:fix (#43) (5cb93a1)
- fix CLS due to popover attribute not SSR (#202) (0952673)
- html: discover media elements and attach store target via DOM (#481) (5eab1db)
- hydration mismatch in Tooltip and Popover (#190) (8b868e9)
- icons: add currentColor fill to fullscreen icons for proper theming (d0d4876)
- minimal volume slider bug & fix dev infinite bug (#73) (591dab6)
- packages: enable unbundle mode to avoid mangled exports (00fdf96)
- packages: update version badges (#138) (22d9cb6)
- React version mismatch, add forward refs (0a42bfe)
- react, html: rename MediaProvider (and related) to VideoProvider (#159) (f285573)
- react: implement proper HTML boolean data attributes for components (26998a1)
- react: prevent dev build race condition (#139) (67d1007)
- react: update use client usage in react package modules for next.js use (#157) (16cfde1)
- resolve package dependency and TypeScript export issues (7154b1e)
- resolve TypeScript build errors across packages (374db7a)
- root: add videojs keyword to package.json (4a9f8b2)
- seek jump back to current time (#22) (a3f9630)
- site: resolve aliased part descriptions in api docs (#518) (8294404)
- site: update discord link (#170) (bb10294)
- skin exports/imports (0afa9b7)
- skin syntax usage cleanup (#48) (d4f3f4b)
- skins: remove vjs- prefixed CSS custom properties (#179) (a62623b)
- skins: slightly more idiomatic Tailwind, added custom properties (#175) (694afb7)
- time-display: clean up time utilities and simplify components (597e79d)
- tooltip and popover portal (49d0b03)
- tooltip syntax error & remove restMs (fee1670)
- typescript: resolve declaration file generation for rollup packages (#1) (69670e8)
- ui: revert style testing change (1ef66c9)
- ui: tone down text shadow on toasted skin (#54) (924b257)
- use popover core in react popover (#208) (99fef78)
- workspace: convert pnpm workspace protocol to npm workspace syntax (fc5a0e4)
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/core bumped to 10.0.0-alpha.1
- @videojs/icons bumped to 10.0.0-alpha.1
- @videojs/utils bumped to 10.0.0-alpha.1
- dependencies