Files
v10/packages/__tech-preview__/html/CHANGELOG.md
T

14 KiB

Changelog

0.1.0-preview.10 (2025-12-06)

Features

Bug Fixes

  • add popover core, use in html and improve factory (#204) (f3b1b19)
  • use popover core in react popover (#208) (99fef78)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @videojs/core bumped to 0.1.0-preview.10
      • @videojs/icons bumped to 0.1.0-preview.10
      • @videojs/utils bumped to 0.1.0-preview.10

0.1.0-preview.9 (2025-11-18)

Bug Fixes

  • clean up core, less seams in wrappers (#197) (601a5a3)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @videojs/core bumped to 0.1.0-preview.9
      • @videojs/icons bumped to 0.1.0-preview.9
      • @videojs/utils bumped to 0.1.0-preview.9

0.1.0-preview.8 (2025-11-12)

Miscellaneous Chores

  • @videojs/html: Synchronize videojs versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @videojs/core bumped to 0.1.0-preview.8
      • @videojs/icons bumped to 0.1.0-preview.8
      • @videojs/utils bumped to 0.1.0-preview.8

0.1.0-preview.7 (2025-11-11)

Features

  • react: use popover and anchor position API (#178) (f513c74)
  • use anchor API for html elements (#174) (4a2d580)

Bug Fixes

  • skins: remove vjs- prefixed CSS custom properties (#179) (a62623b)
  • skins: slightly more idiomatic Tailwind, added custom properties (#175) (694afb7)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @videojs/core bumped to 0.1.0-preview.7
      • @videojs/icons bumped to 0.1.0-preview.7
      • @videojs/utils bumped to 0.1.0-preview.7

0.1.0-preview.6 (2025-11-06)

Bug Fixes

  • react, html: rename MediaProvider (and related) to VideoProvider (#159) (f285573)
  • site: update discord link (#170) (bb10294)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @videojs/core bumped to 0.1.0-preview.6
      • @videojs/icons bumped to 0.1.0-preview.6
      • @videojs/utils bumped to 0.1.0-preview.6

0.1.0-preview.5 (2025-11-03)

Features

  • update html tooltip API / use command attr (#151) (1e7c8ae)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @videojs/core bumped to 0.1.0-preview.5
      • @videojs/icons bumped to 0.1.0-preview.5
      • @videojs/utils bumped to 0.1.0-preview.5

0.1.0-preview.4 (2025-10-30)

Features

  • html: add element registrations (eaaa03c)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @videojs/core bumped to 0.1.0-preview.4
      • @videojs/icons bumped to 0.1.0-preview.4
      • @videojs/utils bumped to 0.1.0-preview.4

0.1.0-preview.3 (2025-10-29)

Features

  • idiomatic html markup, use popover API, add safe polygon utility (#143) (419911f)
  • skins: add html port of minimal skin (#140) (47ac22e)
  • ui: skin design improvements, add html frosted skin (WIP) (#133) (75a90e7)

Bug Fixes

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @videojs/core bumped to 0.1.0-preview.3
      • @videojs/icons bumped to 0.1.0-preview.3
      • @videojs/utils bumped to 0.1.0-preview.3

0.1.0-preview.2 (2025-10-25)

Miscellaneous Chores

  • @videojs/html: Synchronize videojs versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @videojs/core bumped to 0.1.0-preview.2
      • @videojs/icons bumped to 0.1.0-preview.2
      • @videojs/utils bumped to 0.1.0-preview.2

0.1.0-preview.1 (2025-10-25)

Features

  • add compound html timerange component (#14) (017ecdb)
  • 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-popover, cleanup html demo (#34) (17b632f)
  • add showRemaining functionality to current time display (ab07a8a)
  • add tooltip transition status (05988a8)
  • add volume range compound component (#19) (aefe890)
  • core,html,react: implement VolumeRange component with integrated state management (2282f47)
  • 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)
  • icons: implement shared SVG icon system across packages (e0be58e)
  • 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)
  • rename range to slider (#46) (9c6eaef)
  • skins: integrate duration display into default skins (2ed2191)
  • ui: port over default skin (ff4ea36)
  • ui: port over default skin (9950945)

Bug Fixes

  • Clean up more typescript errors. (87105db)
  • design tweaks to toasted skin, lint rule tweaks (#44) (3a0767c)
  • enable eslint & run eslint:fix (#43) (5cb93a1)
  • minimal volume slider bug & fix dev infinite bug (#73) (591dab6)
  • refactor private fields to public with underscore convention (3cffb4d)
  • 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)
  • skin syntax usage cleanup (#48) (d4f3f4b)
  • time-display: clean up time utilities and simplify components (597e79d)
  • typescript: resolve declaration file generation for rollup packages (#1) (69670e8)
  • workspace: convert pnpm workspace protocol to npm workspace syntax (fc5a0e4)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @videojs/core bumped to 0.1.0-preview.1
      • @videojs/icons bumped to 0.1.0-preview.1
      • @videojs/utils bumped to 0.1.0-preview.1