mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 21:57:29 +00:00
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
43 KiB
43 KiB
Changelog
10.0.0-beta.6 (2026-03-15)
Features
Bug Fixes
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/element 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/html: 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/element 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
- attaching media like elements and upgrade (#889) (2105010)
- core: skip delay when switching between grouped tooltips (#903) (ff8fb3f)
- skin: add missing tooltip provider/group (#902) (1dbcd79)
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/element 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
- html: fix html container sizing (#881) (abf8753)
- html: remove commented error dialog blocks from video skins (#865) (669694a)
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/element 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)
Features
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/element 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 media delegate mixin (#598) (c4ef94e)
- 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)
- element: add lightweight reactive element base (#513) (33b2190)
- example/react: improvements to react examples (#210) (c35b012)
- html: add
PlayerElementtocreatePlayer(#376) (9c8d9cd) - html: add alert dialog element (#741) (5fc52aa)
- html: add element registrations (eaaa03c)
- html: add popover element (#652) (bebd03f)
- html: add slider element (#655) (d5df015)
- html: add slider preview element (#733) (7548a8e)
- html: add slider thumbnail element (#714) (32ee304)
- html: add thumbnail element (#646) (8457b12)
- html: add time slider element (#656) (26c7395)
- html: add tooltip element (#735) (e9fbaec)
- html: add volume slider element (#657) (92b7c2a)
- html: reorganize import paths by use case (#480) (870cbb7)
- html: setup player api (#374) (a419f5e)
- idiomatic html markup, use popover API, add safe polygon utility (#143) (419911f)
- packages: add PlaybackRateButton to core, html, and react (#642) (0180828)
- react: add popover component (#653) (ed43d52)
- react: use popover and anchor position API (#178) (f513c74)
- site: add util reference pipeline (#537) (78112fb)
- 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)
- 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)
- update html tooltip API / use command attr (#151) (1e7c8ae)
- use anchor API for html elements (#174) (4a2d580)
Bug Fixes
- add aria-hidden to focus guards (77182f1)
- add aspect-ratio to demos (#136) (e0a46de)
- add popover core, use in html and improve factory (#204) (f3b1b19)
- add viewport meta element (#135) (3bd50eb)
- cd: add repository field to all packages for provenance verification (b723589)
- clean up core, less seams in wrappers (#197) (601a5a3)
- delegate not defining Delegate props (#751) (c61fcdc)
- destroy hls.js instance on media unmount (#749) (c4e8bbd)
- html,react: move @videojs/skins to devDependencies (#716) (55b49ef)
- html: add destroy (#748) (3f11424)
- html: apply popover data attributes before showing via popover API (#763) (206bc9b)
- html: discover media elements and attach store target via DOM (#481) (5eab1db)
- html: move @videojs/icons to devDependencies (#712) (391cf5e)
- html: prevent tsdown from stripping custom element registrations (#703) (9a5dfab)
- html: slider interaction and edge alignment broken (#721) (ff12296)
- html: thumb edge alignment jump (#766) (d53e239)
- 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)
- remove
show-remainingin HTML example (#137) (7dde67a) - root: add videojs keyword to package.json (4a9f8b2)
- 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)
- use popover core in react popover (#208) (99fef78)
- visually hidden focus guards (#142) (956dad7)
Reverts
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/element 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/html: 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/element 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)
Bug Fixes
- html: apply popover data attributes before showing via popover API (#763) (206bc9b)
- html: thumb edge alignment jump (#766) (d53e239)
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/element 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)
Bug Fixes
- delegate not defining Delegate props (#751) (c61fcdc)
- destroy hls.js instance on media unmount (#749) (c4e8bbd)
- html: add destroy (#748) (3f11424)
Reverts
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/core bumped to 10.0.0-alpha.9
- @videojs/element 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
- html: add slider preview element (#733) (7548a8e)
- html: add slider thumbnail element (#714) (32ee304)
- html: add tooltip element (#735) (e9fbaec)
- small state and naming fixes (#719) (5c42245)
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/core bumped to 10.0.0-alpha.8
- @videojs/element 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/element 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)
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/core bumped to 10.0.0-alpha.6
- @videojs/element 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 popover element (#652) (bebd03f)
- html: add slider element (#655) (d5df015)
- html: add thumbnail element (#646) (8457b12)
- 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 popover component (#653) (ed43d52)
- skin: implement default and minimal skins for HTML player (#698) (c5cafae)
Bug Fixes
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/core bumped to 10.0.0-alpha.5
- @videojs/element bumped to 10.0.0-alpha.5
- @videojs/icons 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
- dependencies
10.0.0-alpha.4 (2026-02-26)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/core bumped to 10.0.0-alpha.4
- @videojs/element 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
- 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/element 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/html: Synchronize videojs versions
Dependencies
- The following workspace dependencies were updated
- dependencies
- @videojs/core bumped to 10.0.0-alpha.2
- @videojs/element 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 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 preview time display (#58) (871701a)
- add HTML tooltip component (#40) (d2a0b27)
- add HTML vertical orientation to time and volume (#32) (7b79854)
- add keyboard control to sliders (#115) (0a49026)
- add media API + HLS video components (#507) (b3a31a3)
- add media delegate mixin (#598) (c4ef94e)
- add media-popover, cleanup html demo (#34) (17b632f)
- add showRemaining functionality to current time display (ab07a8a)
- add tooltip core (#212) (cbf41ce)
- add tooltip transition status (05988a8)
- 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)
- element: add lightweight reactive element base (#513) (33b2190)
- example/react: improvements to react examples (#210) (c35b012)
- html: add
PlayerElementtocreatePlayer(#376) (9c8d9cd) - html: add element registrations (eaaa03c)
- html: add fullscreen button component and icons (63a3402)
- html: implement duration display component (e35dd44)
- html: integrate fullscreen button into control bar and improve container lifecycle (465342e)
- html: reorganize import paths by use case (#480) (870cbb7)
- html: setup player api (#374) (a419f5e)
- icons: implement shared SVG icon system across packages (e0be58e)
- idiomatic html markup, use popover API, add safe polygon utility (#143) (419911f)
- implement current time display components (5bd0a15)
- initialize Video.js 10 monorepo with core architecture (4b0d84e)
- media-store,html,react: implement TimeRange component with hook-style architecture (c29fd2c)
- migrate entire monorepo from tsc to tsup for production builds (7403cc7)
- monorepo: migrate prototype code to organized package structure (4b472ec)
- react: use popover and anchor position API (#178) (f513c74)
- rename range to slider (#46) (9c6eaef)
- site: add util reference pipeline (#537) (78112fb)
- 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: port over default skin (ff4ea36)
- ui: port over default skin (9950945)
- ui: skin design improvements, add html frosted skin (WIP) (#133) (75a90e7)
- update html tooltip API / use command attr (#151) (1e7c8ae)
- use anchor API for html elements (#174) (4a2d580)
Bug Fixes
- add aria-hidden to focus guards (77182f1)
- add aspect-ratio to demos (#136) (e0a46de)
- add popover core, use in html and improve factory (#204) (f3b1b19)
- add viewport meta element (#135) (3bd50eb)
- clean up core, less seams in wrappers (#197) (601a5a3)
- Clean up more typescript errors. (87105db)
- design tweaks to toasted skin, lint rule tweaks (#44) (3a0767c)
- enable eslint & run eslint:fix (#43) (5cb93a1)
- html: discover media elements and attach store target via DOM (#481) (5eab1db)
- 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, html: rename MediaProvider (and related) to VideoProvider (#159) (f285573)
- refactor private fields to public with underscore convention (3cffb4d)
- remove
show-remainingin HTML example (#137) (7dde67a) - rename attributes to kebab-case (5195c09)
- resolve @open-wc/context-protocol module resolution issues (e5f23ed)
- resolve TypeScript build errors across packages (374db7a)
- root: add videojs keyword to package.json (4a9f8b2)
- seek jump back to current time (#22) (a3f9630)
- site: update discord link (#170) (bb10294)
- 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)
- typescript: resolve declaration file generation for rollup packages (#1) (69670e8)
- use popover core in react popover (#208) (99fef78)
- visually hidden focus guards (#142) (956dad7)
- 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/utils bumped to 10.0.0-alpha.1
- dependencies