mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 05:37:21 +00:00
chore: release main (#130)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
parent
4a9f8b2ad6
commit
aa9b1bb1e8
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"packages/core": "0.1.0-preview.0",
|
||||
"packages/html": "0.1.0-preview.0",
|
||||
"packages/react": "0.1.0-preview.0",
|
||||
"packages/icons": "0.1.0-preview.0",
|
||||
"packages/utils": "0.1.0-preview.0"
|
||||
"packages/core": "0.1.0-preview.1",
|
||||
"packages/html": "0.1.0-preview.1",
|
||||
"packages/react": "0.1.0-preview.1",
|
||||
"packages/icons": "0.1.0-preview.1",
|
||||
"packages/utils": "0.1.0-preview.1"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,58 @@
|
||||
# Changelog
|
||||
|
||||
## [0.1.0-preview.1](https://github.com/muxinc/vjs-10-monorepo/compare/@videojs/core@0.1.0-preview.0...@videojs/core@0.1.0-preview.1) (2025-10-25)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add a solution for React preview time display ([#50](https://github.com/muxinc/vjs-10-monorepo/issues/50)) ([f78b09f](https://github.com/muxinc/vjs-10-monorepo/commit/f78b09fd16b7a9ee5a404c9260e3e764fb77ddde))
|
||||
* add compound html timerange component ([#14](https://github.com/muxinc/vjs-10-monorepo/issues/14)) ([017ecdb](https://github.com/muxinc/vjs-10-monorepo/commit/017ecdbff991d140ea42e4a855269a54e0a19adc))
|
||||
* add core range, time and volume range ([#23](https://github.com/muxinc/vjs-10-monorepo/issues/23)) ([687b765](https://github.com/muxinc/vjs-10-monorepo/commit/687b7655b0b6356c28663ca85c8f6d25a1023c18))
|
||||
* add display click to play / pause ([#117](https://github.com/muxinc/vjs-10-monorepo/issues/117)) ([4f06ef6](https://github.com/muxinc/vjs-10-monorepo/commit/4f06ef6c7684fd7064ca76685003a1c38ebd09cd))
|
||||
* add keyboard control to sliders ([#115](https://github.com/muxinc/vjs-10-monorepo/issues/115)) ([0a49026](https://github.com/muxinc/vjs-10-monorepo/commit/0a4902623d58f51055b1cc65498a0e716533ec29))
|
||||
* add range orientation to react components ([#30](https://github.com/muxinc/vjs-10-monorepo/issues/30)) ([5e3cb8a](https://github.com/muxinc/vjs-10-monorepo/commit/5e3cb8ad8134ecaf20b6e021e301a38b8ed06de2))
|
||||
* **core,html,react:** implement VolumeRange component with integrated state management ([2282f47](https://github.com/muxinc/vjs-10-monorepo/commit/2282f4799b1c3fc3c55473bdfc2def86384d5d19))
|
||||
* **core:** implement temporal state management for time-based media controls ([1e12f66](https://github.com/muxinc/vjs-10-monorepo/commit/1e12f66f16eedfe13af17ccfabca7ab0e8239313))
|
||||
* **icons:** add fullscreen enter and exit icons ([29ed5e3](https://github.com/muxinc/vjs-10-monorepo/commit/29ed5e37593d7b5b40dba36bbadac5eed71c2710))
|
||||
* **icons:** implement shared SVG icon system across packages ([e0be58e](https://github.com/muxinc/vjs-10-monorepo/commit/e0be58e094e65ea72af99b2c1e1d87c507c251bd))
|
||||
* implement current time display components ([5bd0a15](https://github.com/muxinc/vjs-10-monorepo/commit/5bd0a154dbba01d2a5d11eb1f548fe4baa581675))
|
||||
* initialize Video.js 10 monorepo with core architecture ([4b0d84e](https://github.com/muxinc/vjs-10-monorepo/commit/4b0d84e9c8adfa7401084389da5deb751420b629))
|
||||
* **media-store,html,react:** implement TimeRange component with hook-style architecture ([c29fd2c](https://github.com/muxinc/vjs-10-monorepo/commit/c29fd2c2c1edd61c09a6683041c709a990d8a6f0))
|
||||
* **media-store:** add comprehensive time formatting utilities ([7e26e54](https://github.com/muxinc/vjs-10-monorepo/commit/7e26e547ea0b98c6366d6cf1b3800b5f253767a7))
|
||||
* **media-store:** add duration display component state definition ([d0036fc](https://github.com/muxinc/vjs-10-monorepo/commit/d0036fc7d68b4e50c5c7af863105900f20bee12c))
|
||||
* **media-store:** add fullscreen button component state definition ([e19b98b](https://github.com/muxinc/vjs-10-monorepo/commit/e19b98b1200f80f5303b4c8a76948254c95a8c81))
|
||||
* **media-store:** add fullscreen state mediator with shadow DOM support ([7f243c2](https://github.com/muxinc/vjs-10-monorepo/commit/7f243c22d85f45c5f7a88e3638f03ce774667d20))
|
||||
* migrate entire monorepo from tsc to tsup for production builds ([7403cc7](https://github.com/muxinc/vjs-10-monorepo/commit/7403cc728119322888e527468a07a7634f43b32a))
|
||||
* **monorepo:** migrate prototype code to organized package structure ([4b472ec](https://github.com/muxinc/vjs-10-monorepo/commit/4b472ec49cd91f0af61cb5aaa039d428982d3b91))
|
||||
* **react-icons:** implement SVGR-powered auto-generation with full styling support ([6fcb18f](https://github.com/muxinc/vjs-10-monorepo/commit/6fcb18f1d2b108990025f8ea67b3a31e17879d49))
|
||||
* rename range to slider ([#46](https://github.com/muxinc/vjs-10-monorepo/issues/46)) ([9c6eaef](https://github.com/muxinc/vjs-10-monorepo/commit/9c6eaef2aa61771ae1407d0a594b3f790e0ff665))
|
||||
* **ui:** micro icons, toasted design tweaks ([#52](https://github.com/muxinc/vjs-10-monorepo/issues/52)) ([bd3f0f7](https://github.com/muxinc/vjs-10-monorepo/commit/bd3f0f7510480125653506d8e2e560234f6c06f2))
|
||||
* **ui:** port over default skin ([ff4ea36](https://github.com/muxinc/vjs-10-monorepo/commit/ff4ea3693e63ab3b5a728988ca44f3bab669e8ff))
|
||||
* **ui:** port over default skin ([9950945](https://github.com/muxinc/vjs-10-monorepo/commit/995094500823e1063e7ae291c9a2ea9a4aa74847))
|
||||
* **ui:** skin and icon tweaks ([#59](https://github.com/muxinc/vjs-10-monorepo/issues/59)) ([cdebece](https://github.com/muxinc/vjs-10-monorepo/commit/cdebece1ebe8e5160b90e49ac2cbf05a7e0b6dca))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Clean up more typescript errors. ([87105db](https://github.com/muxinc/vjs-10-monorepo/commit/87105db6be31038fc92862c240898984d02932eb))
|
||||
* design tweaks to toasted skin, lint rule tweaks ([#44](https://github.com/muxinc/vjs-10-monorepo/issues/44)) ([3a0767c](https://github.com/muxinc/vjs-10-monorepo/commit/3a0767c3407b2d6d8af3d3a8afd57b1e76efda85))
|
||||
* enable eslint & run eslint:fix ([#43](https://github.com/muxinc/vjs-10-monorepo/issues/43)) ([5cb93a1](https://github.com/muxinc/vjs-10-monorepo/commit/5cb93a14a7f47d66d5c71f9b82867621beda236c))
|
||||
* **icons:** add currentColor fill to fullscreen icons for proper theming ([d0d4876](https://github.com/muxinc/vjs-10-monorepo/commit/d0d487601eb2da669be9a83cc8201d94998ec334))
|
||||
* **media-store:** replace tsup with rollup for consistent build tooling ([77c2932](https://github.com/muxinc/vjs-10-monorepo/commit/77c2932b8d504a3c66e0af3badf3b1332d5d92c0))
|
||||
* **media-store:** resolve TypeScript declaration generation build issues ([d8809c5](https://github.com/muxinc/vjs-10-monorepo/commit/d8809c5abe066a39a14b423be239fe7c0c234632))
|
||||
* **media-store:** resolve TypeScript error in dispatch method ([3fd26eb](https://github.com/muxinc/vjs-10-monorepo/commit/3fd26eb6544809d6a3e00a45e916f5e9fd61ae2a))
|
||||
* **media:** use explicit exports to resolve React package TypeScript errors ([4662dbc](https://github.com/muxinc/vjs-10-monorepo/commit/4662dbcbb1811293c98c803f8057a2534114d4ea))
|
||||
* minimal volume slider bug & fix dev infinite bug ([#73](https://github.com/muxinc/vjs-10-monorepo/issues/73)) ([591dab6](https://github.com/muxinc/vjs-10-monorepo/commit/591dab66caf8829017688007320f92b7445c4baa))
|
||||
* resolve package dependency and TypeScript export issues ([7154b1e](https://github.com/muxinc/vjs-10-monorepo/commit/7154b1e44674a61735ab0f393a8bed3fcc689f8d))
|
||||
* resolve TypeScript build errors across packages ([374db7a](https://github.com/muxinc/vjs-10-monorepo/commit/374db7afc07d6211bfd3f8079bbcd9613f3b69f3))
|
||||
* **root:** add videojs keyword to package.json ([4a9f8b2](https://github.com/muxinc/vjs-10-monorepo/commit/4a9f8b2ad6fb27b463dcfe8d1a5fd883c9fa21d1))
|
||||
* seek jump back to current time ([#22](https://github.com/muxinc/vjs-10-monorepo/issues/22)) ([a3f9630](https://github.com/muxinc/vjs-10-monorepo/commit/a3f9630bd1eb34a16f339ffd30071b8adc864ca0))
|
||||
* **time-display:** clean up time utilities and simplify components ([597e79d](https://github.com/muxinc/vjs-10-monorepo/commit/597e79d7fc12737353c8c9eb3f6e77ef0a04e9ed))
|
||||
* **typescript:** resolve declaration file generation for rollup packages ([#1](https://github.com/muxinc/vjs-10-monorepo/issues/1)) ([69670e8](https://github.com/muxinc/vjs-10-monorepo/commit/69670e8d7134db34aee665d8871cd17901625915))
|
||||
|
||||
|
||||
### Dependencies
|
||||
|
||||
* The following workspace dependencies were updated
|
||||
* dependencies
|
||||
* @videojs/utils bumped to 0.1.0-preview.1
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/core",
|
||||
"type": "module",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.0-preview.1",
|
||||
"description": "Core components and utilities for Video.js",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [
|
||||
|
||||
@@ -0,0 +1,61 @@
|
||||
# Changelog
|
||||
|
||||
## [0.1.0-preview.1](https://github.com/muxinc/vjs-10-monorepo/compare/@videojs/html@0.1.0-preview.0...@videojs/html@0.1.0-preview.1) (2025-10-25)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add compound html timerange component ([#14](https://github.com/muxinc/vjs-10-monorepo/issues/14)) ([017ecdb](https://github.com/muxinc/vjs-10-monorepo/commit/017ecdbff991d140ea42e4a855269a54e0a19adc))
|
||||
* add core range, time and volume range ([#23](https://github.com/muxinc/vjs-10-monorepo/issues/23)) ([687b765](https://github.com/muxinc/vjs-10-monorepo/commit/687b7655b0b6356c28663ca85c8f6d25a1023c18))
|
||||
* add data style attributes to popover ([#62](https://github.com/muxinc/vjs-10-monorepo/issues/62)) ([6d7325c](https://github.com/muxinc/vjs-10-monorepo/commit/6d7325cedb182c37b955e729d32204e4afbba948))
|
||||
* add display click to play / pause ([#117](https://github.com/muxinc/vjs-10-monorepo/issues/117)) ([4f06ef6](https://github.com/muxinc/vjs-10-monorepo/commit/4f06ef6c7684fd7064ca76685003a1c38ebd09cd))
|
||||
* add focus state to sliders and volume slider ([#60](https://github.com/muxinc/vjs-10-monorepo/issues/60)) ([f514051](https://github.com/muxinc/vjs-10-monorepo/commit/f514051263f95d892315eed9d44b3d83829e5d4b))
|
||||
* add html preview time display ([#58](https://github.com/muxinc/vjs-10-monorepo/issues/58)) ([871701a](https://github.com/muxinc/vjs-10-monorepo/commit/871701a453e49192ef986d286aaf957c0f533a93))
|
||||
* add HTML tooltip component ([#40](https://github.com/muxinc/vjs-10-monorepo/issues/40)) ([d2a0b27](https://github.com/muxinc/vjs-10-monorepo/commit/d2a0b27272f1967e5f7cde2df12920af92e3c300))
|
||||
* add HTML vertical orientation to time and volume ([#32](https://github.com/muxinc/vjs-10-monorepo/issues/32)) ([7b79854](https://github.com/muxinc/vjs-10-monorepo/commit/7b798543042e53e3c0a718b54b6c69038bbc1fcd))
|
||||
* add keyboard control to sliders ([#115](https://github.com/muxinc/vjs-10-monorepo/issues/115)) ([0a49026](https://github.com/muxinc/vjs-10-monorepo/commit/0a4902623d58f51055b1cc65498a0e716533ec29))
|
||||
* add media-popover, cleanup html demo ([#34](https://github.com/muxinc/vjs-10-monorepo/issues/34)) ([17b632f](https://github.com/muxinc/vjs-10-monorepo/commit/17b632f5f9c7ad6c4d84115e7ef42ee02e4ac2ba))
|
||||
* add showRemaining functionality to current time display ([ab07a8a](https://github.com/muxinc/vjs-10-monorepo/commit/ab07a8a9a26f68066e292718f3cd17a2640c5477))
|
||||
* add tooltip transition status ([05988a8](https://github.com/muxinc/vjs-10-monorepo/commit/05988a82ba10fe10eaa277d65bdf99cb022ff0e0))
|
||||
* add volume range compound component ([#19](https://github.com/muxinc/vjs-10-monorepo/issues/19)) ([aefe890](https://github.com/muxinc/vjs-10-monorepo/commit/aefe890fee93981542282087b2f2c7474f1b47e6))
|
||||
* **core,html,react:** implement VolumeRange component with integrated state management ([2282f47](https://github.com/muxinc/vjs-10-monorepo/commit/2282f4799b1c3fc3c55473bdfc2def86384d5d19))
|
||||
* **html:** add fullscreen button component and icons ([63a3402](https://github.com/muxinc/vjs-10-monorepo/commit/63a340213f483a809f736022a5eb8ef5683888e1))
|
||||
* **html:** implement duration display component ([e35dd44](https://github.com/muxinc/vjs-10-monorepo/commit/e35dd44be86effee6e93882e88bb841e60c73fd9))
|
||||
* **html:** integrate fullscreen button into control bar and improve container lifecycle ([465342e](https://github.com/muxinc/vjs-10-monorepo/commit/465342e4314e854332f5bdfee5eb6b4c113f1d87))
|
||||
* **icons:** implement shared SVG icon system across packages ([e0be58e](https://github.com/muxinc/vjs-10-monorepo/commit/e0be58e094e65ea72af99b2c1e1d87c507c251bd))
|
||||
* implement current time display components ([5bd0a15](https://github.com/muxinc/vjs-10-monorepo/commit/5bd0a154dbba01d2a5d11eb1f548fe4baa581675))
|
||||
* initialize Video.js 10 monorepo with core architecture ([4b0d84e](https://github.com/muxinc/vjs-10-monorepo/commit/4b0d84e9c8adfa7401084389da5deb751420b629))
|
||||
* **media-store,html,react:** implement TimeRange component with hook-style architecture ([c29fd2c](https://github.com/muxinc/vjs-10-monorepo/commit/c29fd2c2c1edd61c09a6683041c709a990d8a6f0))
|
||||
* migrate entire monorepo from tsc to tsup for production builds ([7403cc7](https://github.com/muxinc/vjs-10-monorepo/commit/7403cc728119322888e527468a07a7634f43b32a))
|
||||
* **monorepo:** migrate prototype code to organized package structure ([4b472ec](https://github.com/muxinc/vjs-10-monorepo/commit/4b472ec49cd91f0af61cb5aaa039d428982d3b91))
|
||||
* rename range to slider ([#46](https://github.com/muxinc/vjs-10-monorepo/issues/46)) ([9c6eaef](https://github.com/muxinc/vjs-10-monorepo/commit/9c6eaef2aa61771ae1407d0a594b3f790e0ff665))
|
||||
* **skins:** integrate duration display into default skins ([2ed2191](https://github.com/muxinc/vjs-10-monorepo/commit/2ed219158ddf6f720ce1be8e328bec4603a7e847))
|
||||
* **ui:** port over default skin ([ff4ea36](https://github.com/muxinc/vjs-10-monorepo/commit/ff4ea3693e63ab3b5a728988ca44f3bab669e8ff))
|
||||
* **ui:** port over default skin ([9950945](https://github.com/muxinc/vjs-10-monorepo/commit/995094500823e1063e7ae291c9a2ea9a4aa74847))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* Clean up more typescript errors. ([87105db](https://github.com/muxinc/vjs-10-monorepo/commit/87105db6be31038fc92862c240898984d02932eb))
|
||||
* design tweaks to toasted skin, lint rule tweaks ([#44](https://github.com/muxinc/vjs-10-monorepo/issues/44)) ([3a0767c](https://github.com/muxinc/vjs-10-monorepo/commit/3a0767c3407b2d6d8af3d3a8afd57b1e76efda85))
|
||||
* enable eslint & run eslint:fix ([#43](https://github.com/muxinc/vjs-10-monorepo/issues/43)) ([5cb93a1](https://github.com/muxinc/vjs-10-monorepo/commit/5cb93a14a7f47d66d5c71f9b82867621beda236c))
|
||||
* minimal volume slider bug & fix dev infinite bug ([#73](https://github.com/muxinc/vjs-10-monorepo/issues/73)) ([591dab6](https://github.com/muxinc/vjs-10-monorepo/commit/591dab66caf8829017688007320f92b7445c4baa))
|
||||
* refactor private fields to public with underscore convention ([3cffb4d](https://github.com/muxinc/vjs-10-monorepo/commit/3cffb4d59a94ed2ac41acc7eff775ededef948e1))
|
||||
* rename attributes to kebab-case ([5195c09](https://github.com/muxinc/vjs-10-monorepo/commit/5195c09af610625f10cb218d14a2a87fc1695701))
|
||||
* resolve @open-wc/context-protocol module resolution issues ([e5f23ed](https://github.com/muxinc/vjs-10-monorepo/commit/e5f23ed2bbde6bd50f8b87d19733b25b98f78470))
|
||||
* resolve TypeScript build errors across packages ([374db7a](https://github.com/muxinc/vjs-10-monorepo/commit/374db7afc07d6211bfd3f8079bbcd9613f3b69f3))
|
||||
* **root:** add videojs keyword to package.json ([4a9f8b2](https://github.com/muxinc/vjs-10-monorepo/commit/4a9f8b2ad6fb27b463dcfe8d1a5fd883c9fa21d1))
|
||||
* seek jump back to current time ([#22](https://github.com/muxinc/vjs-10-monorepo/issues/22)) ([a3f9630](https://github.com/muxinc/vjs-10-monorepo/commit/a3f9630bd1eb34a16f339ffd30071b8adc864ca0))
|
||||
* skin syntax usage cleanup ([#48](https://github.com/muxinc/vjs-10-monorepo/issues/48)) ([d4f3f4b](https://github.com/muxinc/vjs-10-monorepo/commit/d4f3f4b75b2c94c47b18242f131ac7050eb54cfc))
|
||||
* **time-display:** clean up time utilities and simplify components ([597e79d](https://github.com/muxinc/vjs-10-monorepo/commit/597e79d7fc12737353c8c9eb3f6e77ef0a04e9ed))
|
||||
* **typescript:** resolve declaration file generation for rollup packages ([#1](https://github.com/muxinc/vjs-10-monorepo/issues/1)) ([69670e8](https://github.com/muxinc/vjs-10-monorepo/commit/69670e8d7134db34aee665d8871cd17901625915))
|
||||
* **workspace:** convert pnpm workspace protocol to npm workspace syntax ([fc5a0e4](https://github.com/muxinc/vjs-10-monorepo/commit/fc5a0e46fd15f30245cb743a8006fc097c5b890e))
|
||||
|
||||
|
||||
### 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
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/html",
|
||||
"type": "module",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.0-preview.1",
|
||||
"description": "HTML library for building media players",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## [0.1.0-preview.1](https://github.com/muxinc/vjs-10-monorepo/compare/@videojs/icons@0.1.0-preview.0...@videojs/icons@0.1.0-preview.1) (2025-10-25)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **root:** add videojs keyword to package.json ([4a9f8b2](https://github.com/muxinc/vjs-10-monorepo/commit/4a9f8b2ad6fb27b463dcfe8d1a5fd883c9fa21d1))
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/icons",
|
||||
"type": "module",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.0-preview.1",
|
||||
"description": "SVG icon library for Video.js",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [
|
||||
|
||||
@@ -0,0 +1,80 @@
|
||||
# Changelog
|
||||
|
||||
## [0.1.0-preview.1](https://github.com/muxinc/vjs-10-monorepo/compare/@videojs/react@0.1.0-preview.0...@videojs/react@0.1.0-preview.1) (2025-10-25)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add a solution for React preview time display ([#50](https://github.com/muxinc/vjs-10-monorepo/issues/50)) ([f78b09f](https://github.com/muxinc/vjs-10-monorepo/commit/f78b09fd16b7a9ee5a404c9260e3e764fb77ddde))
|
||||
* add compound html timerange component ([#14](https://github.com/muxinc/vjs-10-monorepo/issues/14)) ([017ecdb](https://github.com/muxinc/vjs-10-monorepo/commit/017ecdbff991d140ea42e4a855269a54e0a19adc))
|
||||
* add core range, time and volume range ([#23](https://github.com/muxinc/vjs-10-monorepo/issues/23)) ([687b765](https://github.com/muxinc/vjs-10-monorepo/commit/687b7655b0b6356c28663ca85c8f6d25a1023c18))
|
||||
* add data style attributes to popover ([#62](https://github.com/muxinc/vjs-10-monorepo/issues/62)) ([6d7325c](https://github.com/muxinc/vjs-10-monorepo/commit/6d7325cedb182c37b955e729d32204e4afbba948))
|
||||
* add display click to play / pause ([#117](https://github.com/muxinc/vjs-10-monorepo/issues/117)) ([4f06ef6](https://github.com/muxinc/vjs-10-monorepo/commit/4f06ef6c7684fd7064ca76685003a1c38ebd09cd))
|
||||
* add focus state to sliders and volume slider ([#60](https://github.com/muxinc/vjs-10-monorepo/issues/60)) ([f514051](https://github.com/muxinc/vjs-10-monorepo/commit/f514051263f95d892315eed9d44b3d83829e5d4b))
|
||||
* add HTML tooltip component ([#40](https://github.com/muxinc/vjs-10-monorepo/issues/40)) ([d2a0b27](https://github.com/muxinc/vjs-10-monorepo/commit/d2a0b27272f1967e5f7cde2df12920af92e3c300))
|
||||
* add keyboard control to sliders ([#115](https://github.com/muxinc/vjs-10-monorepo/issues/115)) ([0a49026](https://github.com/muxinc/vjs-10-monorepo/commit/0a4902623d58f51055b1cc65498a0e716533ec29))
|
||||
* add popover React component ([#33](https://github.com/muxinc/vjs-10-monorepo/issues/33)) ([f775a3d](https://github.com/muxinc/vjs-10-monorepo/commit/f775a3daf7573efb7fdbb15e96cf100daba4a487))
|
||||
* add range orientation to react components ([#30](https://github.com/muxinc/vjs-10-monorepo/issues/30)) ([5e3cb8a](https://github.com/muxinc/vjs-10-monorepo/commit/5e3cb8ad8134ecaf20b6e021e301a38b8ed06de2))
|
||||
* add React tooltip component ([#35](https://github.com/muxinc/vjs-10-monorepo/issues/35)) ([c4a3f1b](https://github.com/muxinc/vjs-10-monorepo/commit/c4a3f1b2f61d67f3346acd4aa2bf13630a6283eb))
|
||||
* add showRemaining functionality to current time display ([ab07a8a](https://github.com/muxinc/vjs-10-monorepo/commit/ab07a8a9a26f68066e292718f3cd17a2640c5477))
|
||||
* add transition status to React tooltip ([#42](https://github.com/muxinc/vjs-10-monorepo/issues/42)) ([39e862a](https://github.com/muxinc/vjs-10-monorepo/commit/39e862a48704d31c9c1ca932a789438e3c54ec31))
|
||||
* add volume range compound component ([#19](https://github.com/muxinc/vjs-10-monorepo/issues/19)) ([aefe890](https://github.com/muxinc/vjs-10-monorepo/commit/aefe890fee93981542282087b2f2c7474f1b47e6))
|
||||
* **core,html,react:** implement VolumeRange component with integrated state management ([2282f47](https://github.com/muxinc/vjs-10-monorepo/commit/2282f4799b1c3fc3c55473bdfc2def86384d5d19))
|
||||
* implement current time display components ([5bd0a15](https://github.com/muxinc/vjs-10-monorepo/commit/5bd0a154dbba01d2a5d11eb1f548fe4baa581675))
|
||||
* initialize Video.js 10 monorepo with core architecture ([4b0d84e](https://github.com/muxinc/vjs-10-monorepo/commit/4b0d84e9c8adfa7401084389da5deb751420b629))
|
||||
* make time range compound component ([#10](https://github.com/muxinc/vjs-10-monorepo/issues/10)) ([71a8daf](https://github.com/muxinc/vjs-10-monorepo/commit/71a8dafd741c50fb489707678e23807fabe4cb4e))
|
||||
* **media-store,html,react:** implement TimeRange component with hook-style architecture ([c29fd2c](https://github.com/muxinc/vjs-10-monorepo/commit/c29fd2c2c1edd61c09a6683041c709a990d8a6f0))
|
||||
* migrate entire monorepo from tsc to tsup for production builds ([7403cc7](https://github.com/muxinc/vjs-10-monorepo/commit/7403cc728119322888e527468a07a7634f43b32a))
|
||||
* migrate examples from prototype and add CSS modules support ([19c85fc](https://github.com/muxinc/vjs-10-monorepo/commit/19c85fc2f8eb50c04dc6fa40322a2bd03358ad2e))
|
||||
* **monorepo:** migrate prototype code to organized package structure ([4b472ec](https://github.com/muxinc/vjs-10-monorepo/commit/4b472ec49cd91f0af61cb5aaa039d428982d3b91))
|
||||
* **react-icons:** implement SVGR-powered auto-generation with full styling support ([6fcb18f](https://github.com/muxinc/vjs-10-monorepo/commit/6fcb18f1d2b108990025f8ea67b3a31e17879d49))
|
||||
* **react-media-store:** add shallowEqual utility for optimized state comparisons ([8e75d62](https://github.com/muxinc/vjs-10-monorepo/commit/8e75d62f629b9320aeef48801856e1afb6c341ef))
|
||||
* **react:** add fullscreen button component ([7d819df](https://github.com/muxinc/vjs-10-monorepo/commit/7d819dfcd97a545ee46e1a62a20e553896b6e92e))
|
||||
* **react:** add MediaContainer component for fullscreen functionality ([23e3876](https://github.com/muxinc/vjs-10-monorepo/commit/23e38766308a21a7e5b17196344159f06581813c))
|
||||
* **react:** add Tailwind v4 compiled CSS for skins with vjs prefix ([#114](https://github.com/muxinc/vjs-10-monorepo/issues/114)) ([92b82e9](https://github.com/muxinc/vjs-10-monorepo/commit/92b82e94f9cc856164f3b1c1a4e356fb2b07a73f))
|
||||
* **react:** adding simple video ([#125](https://github.com/muxinc/vjs-10-monorepo/issues/125)) ([f6b5f80](https://github.com/muxinc/vjs-10-monorepo/commit/f6b5f804bf92e3e4573a8e93f7051636dcc36143))
|
||||
* **react:** enable automatic CSS injection for MediaSkinDefault component ([bc8adaa](https://github.com/muxinc/vjs-10-monorepo/commit/bc8adaa508802e9db95953e32963fe0e88107acf))
|
||||
* **react:** implement duration display component ([c5b659f](https://github.com/muxinc/vjs-10-monorepo/commit/c5b659f4493787cadead2196c41e7f697c9737c7))
|
||||
* rename range to slider ([#46](https://github.com/muxinc/vjs-10-monorepo/issues/46)) ([9c6eaef](https://github.com/muxinc/vjs-10-monorepo/commit/9c6eaef2aa61771ae1407d0a594b3f790e0ff665))
|
||||
* **skins:** integrate duration display into default skins ([2ed2191](https://github.com/muxinc/vjs-10-monorepo/commit/2ed219158ddf6f720ce1be8e328bec4603a7e847))
|
||||
* **ui:** add toasted skin ([bdd2f36](https://github.com/muxinc/vjs-10-monorepo/commit/bdd2f36e13cf53fb2cec61730dece42a1ce8ce84))
|
||||
* **ui:** micro icons, toasted design tweaks ([#52](https://github.com/muxinc/vjs-10-monorepo/issues/52)) ([bd3f0f7](https://github.com/muxinc/vjs-10-monorepo/commit/bd3f0f7510480125653506d8e2e560234f6c06f2))
|
||||
* **ui:** minor style tweaks ([d3221ec](https://github.com/muxinc/vjs-10-monorepo/commit/d3221ec21181090f7c5694f1951636c13b4c330b))
|
||||
* **ui:** more skin style tweaks ([#53](https://github.com/muxinc/vjs-10-monorepo/issues/53)) ([7c9a0a5](https://github.com/muxinc/vjs-10-monorepo/commit/7c9a0a5e3e838c430c073b0b36dff3a81ad9aa46))
|
||||
* **ui:** port over default skin ([ff4ea36](https://github.com/muxinc/vjs-10-monorepo/commit/ff4ea3693e63ab3b5a728988ca44f3bab669e8ff))
|
||||
* **ui:** port over default skin ([9950945](https://github.com/muxinc/vjs-10-monorepo/commit/995094500823e1063e7ae291c9a2ea9a4aa74847))
|
||||
* **ui:** skin and icon tweaks ([#59](https://github.com/muxinc/vjs-10-monorepo/issues/59)) ([cdebece](https://github.com/muxinc/vjs-10-monorepo/commit/cdebece1ebe8e5160b90e49ac2cbf05a7e0b6dca))
|
||||
* **ui:** skin design tweaks ([#126](https://github.com/muxinc/vjs-10-monorepo/issues/126)) ([a93484e](https://github.com/muxinc/vjs-10-monorepo/commit/a93484e86b1d9209e3c49bfc6b2f5b11db55d7af))
|
||||
* **ui:** styling fixes for toasted skin ([#38](https://github.com/muxinc/vjs-10-monorepo/issues/38)) ([4ffaa58](https://github.com/muxinc/vjs-10-monorepo/commit/4ffaa586340688ac9f5fb6d2ae3c02a62e9c4ab7))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* design tweaks to toasted skin, lint rule tweaks ([#44](https://github.com/muxinc/vjs-10-monorepo/issues/44)) ([3a0767c](https://github.com/muxinc/vjs-10-monorepo/commit/3a0767c3407b2d6d8af3d3a8afd57b1e76efda85))
|
||||
* enable eslint & run eslint:fix ([#43](https://github.com/muxinc/vjs-10-monorepo/issues/43)) ([5cb93a1](https://github.com/muxinc/vjs-10-monorepo/commit/5cb93a14a7f47d66d5c71f9b82867621beda236c))
|
||||
* **icons:** add currentColor fill to fullscreen icons for proper theming ([d0d4876](https://github.com/muxinc/vjs-10-monorepo/commit/d0d487601eb2da669be9a83cc8201d94998ec334))
|
||||
* minimal volume slider bug & fix dev infinite bug ([#73](https://github.com/muxinc/vjs-10-monorepo/issues/73)) ([591dab6](https://github.com/muxinc/vjs-10-monorepo/commit/591dab66caf8829017688007320f92b7445c4baa))
|
||||
* React version mismatch, add forward refs ([0a42bfe](https://github.com/muxinc/vjs-10-monorepo/commit/0a42bfe86d1432c30a9f632a4235e4317c5b87e9))
|
||||
* **react:** implement proper HTML boolean data attributes for components ([26998a1](https://github.com/muxinc/vjs-10-monorepo/commit/26998a121710d57c56eaf8dfe9f423a4fe91a401))
|
||||
* resolve package dependency and TypeScript export issues ([7154b1e](https://github.com/muxinc/vjs-10-monorepo/commit/7154b1e44674a61735ab0f393a8bed3fcc689f8d))
|
||||
* resolve TypeScript build errors across packages ([374db7a](https://github.com/muxinc/vjs-10-monorepo/commit/374db7afc07d6211bfd3f8079bbcd9613f3b69f3))
|
||||
* **root:** add videojs keyword to package.json ([4a9f8b2](https://github.com/muxinc/vjs-10-monorepo/commit/4a9f8b2ad6fb27b463dcfe8d1a5fd883c9fa21d1))
|
||||
* seek jump back to current time ([#22](https://github.com/muxinc/vjs-10-monorepo/issues/22)) ([a3f9630](https://github.com/muxinc/vjs-10-monorepo/commit/a3f9630bd1eb34a16f339ffd30071b8adc864ca0))
|
||||
* skin exports/imports ([0afa9b7](https://github.com/muxinc/vjs-10-monorepo/commit/0afa9b7187088b42408e6c64eff9026484473183))
|
||||
* skin syntax usage cleanup ([#48](https://github.com/muxinc/vjs-10-monorepo/issues/48)) ([d4f3f4b](https://github.com/muxinc/vjs-10-monorepo/commit/d4f3f4b75b2c94c47b18242f131ac7050eb54cfc))
|
||||
* **time-display:** clean up time utilities and simplify components ([597e79d](https://github.com/muxinc/vjs-10-monorepo/commit/597e79d7fc12737353c8c9eb3f6e77ef0a04e9ed))
|
||||
* tooltip and popover portal ([49d0b03](https://github.com/muxinc/vjs-10-monorepo/commit/49d0b03d899c61b6c980a198ed531baeafe4dde7))
|
||||
* tooltip syntax error & remove restMs ([fee1670](https://github.com/muxinc/vjs-10-monorepo/commit/fee16708cb13670e30c8628425d621e2cfe0c7c6))
|
||||
* **typescript:** resolve declaration file generation for rollup packages ([#1](https://github.com/muxinc/vjs-10-monorepo/issues/1)) ([69670e8](https://github.com/muxinc/vjs-10-monorepo/commit/69670e8d7134db34aee665d8871cd17901625915))
|
||||
* **ui:** revert style testing change ([1ef66c9](https://github.com/muxinc/vjs-10-monorepo/commit/1ef66c94611ad46f0f0b2f2fea0e0f0aa3e268f0))
|
||||
* **ui:** tone down text shadow on toasted skin ([#54](https://github.com/muxinc/vjs-10-monorepo/issues/54)) ([924b257](https://github.com/muxinc/vjs-10-monorepo/commit/924b2578a41ad90df2c674e48016ff0aaa58287e))
|
||||
* **workspace:** convert pnpm workspace protocol to npm workspace syntax ([fc5a0e4](https://github.com/muxinc/vjs-10-monorepo/commit/fc5a0e46fd15f30245cb743a8006fc097c5b890e))
|
||||
|
||||
|
||||
### 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
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/react",
|
||||
"type": "module",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.0-preview.1",
|
||||
"description": "React library for building media players",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## [0.1.0-preview.1](https://github.com/muxinc/vjs-10-monorepo/compare/@videojs/utils@0.1.0-preview.0...@videojs/utils@0.1.0-preview.1) (2025-10-25)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **root:** add videojs keyword to package.json ([4a9f8b2](https://github.com/muxinc/vjs-10-monorepo/commit/4a9f8b2ad6fb27b463dcfe8d1a5fd883c9fa21d1))
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@videojs/utils",
|
||||
"type": "module",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.0-preview.1",
|
||||
"description": "Utility functions and helpers for Video.js",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user