Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"packages/mux-active-viewer-count": "0.2.0-alpha.13",
"packages/mux-audio": "0.15.8",
"packages/mux-audio-react": "0.15.8",
"packages/mux-audio": "0.15.9",
"packages/mux-audio-react": "0.15.9",
"packages/mux-elements-codemod": "1.1.11",
"packages/mux-player": "3.4.0",
"packages/mux-player-react": "3.4.0",
"packages/mux-player": "3.4.1",
"packages/mux-player-react": "3.4.1",
"packages/mux-uploader": "1.2.0",
"packages/mux-uploader-react": "1.2.0",
"packages/mux-video": "0.25.2",
"packages/mux-video-react": "0.25.2",
"packages/playback-core": "0.29.0"
"packages/mux-video": "0.25.3",
"packages/mux-video-react": "0.25.3",
"packages/playback-core": "0.29.1"
}
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions packages/mux-audio-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [0.15.9](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.15.8...@mux/mux-audio-react@0.15.9) (2025-06-12)


### Miscellaneous Chores

* **@mux/mux-audio-react:** Synchronize audio versions


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @mux/playback-core bumped from 0.29.0 to 0.29.1

## [0.15.8](https://github.com/muxinc/elements/compare/@mux/mux-audio-react@0.15.7...@mux/mux-audio-react@0.15.8) (2025-05-01)


Expand Down
4 changes: 2 additions & 2 deletions packages/mux-audio-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mux/mux-audio-react",
"version": "0.15.8",
"version": "0.15.9",
"description": "A custom mux audio element for React that Just Works™",
"keywords": [
"audio",
Expand Down Expand Up @@ -66,7 +66,7 @@
}
},
"dependencies": {
"@mux/playback-core": "0.29.0",
"@mux/playback-core": "0.29.1",
"prop-types": "^15.8.1"
},
"devDependencies": {
Expand Down
15 changes: 15 additions & 0 deletions packages/mux-audio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,21 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [0.15.9](https://github.com/muxinc/elements/compare/@mux/mux-audio@0.15.8...@mux/mux-audio@0.15.9) (2025-06-12)


### Bug Fixes

* bump the prod-dependencies group across 1 directory with 2 updates ([#1129](https://github.com/muxinc/elements/issues/1129)) ([e2ae00b](https://github.com/muxinc/elements/commit/e2ae00b3307161971326099a1a7af7c8f45163f4))
* bump the prod-dependencies group across 2 directories with 4 updates ([#1138](https://github.com/muxinc/elements/issues/1138)) ([0ac6871](https://github.com/muxinc/elements/commit/0ac68711fbf083964c442b8cea04dd76f1cfd288))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @mux/playback-core bumped from 0.29.0 to 0.29.1

## [0.15.8](https://github.com/muxinc/elements/compare/@mux/mux-audio@0.15.7...@mux/mux-audio@0.15.8) (2025-05-01)


Expand Down
4 changes: 2 additions & 2 deletions packages/mux-audio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mux/mux-audio",
"version": "0.15.8",
"version": "0.15.9",
"description": "A custom mux audio element for the browser that Just Works™",
"keywords": [
"audio",
Expand Down Expand Up @@ -63,7 +63,7 @@
"build": "npm-run-all --parallel 'build:esm -- --minify' 'build:iife -- --minify' 'build:cjs -- --minify' 'build:esm-module -- --minify'"
},
"dependencies": {
"@mux/playback-core": "0.29.0",
"@mux/playback-core": "0.29.1",
"custom-media-element": "~1.4.5"
},
"devDependencies": {
Expand Down
17 changes: 17 additions & 0 deletions packages/mux-player-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [3.4.1](https://github.com/muxinc/elements/compare/@mux/mux-player-react@3.4.0...@mux/mux-player-react@3.4.1) (2025-06-12)


### Bug Fixes

* Ensure ref callback cleanup executes on MuxPlayer unmount ([#1132](https://github.com/muxinc/elements/issues/1132)) ([1c850b6](https://github.com/muxinc/elements/commit/1c850b60b7a678d572a46f96d95ecfb6630798ec))
* **playback-core:** Change default of preferCmcd to 'none' for improved cacheability. Update reference docs to document preferCmcd (et al.). ([#1136](https://github.com/muxinc/elements/issues/1136)) ([4409304](https://github.com/muxinc/elements/commit/44093049b6629044dbb7fed10839f83667fdb37c))
* suppress Mux Player React hydration warning ([#1116](https://github.com/muxinc/elements/issues/1116)) ([0235d89](https://github.com/muxinc/elements/commit/0235d893a877b7aac96cece58e6ed3ee0571a6d9))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @mux/mux-player bumped from 3.4.0 to 3.4.1
* @mux/playback-core bumped from 0.29.0 to 0.29.1

## [3.4.0](https://github.com/muxinc/elements/compare/@mux/mux-player-react@3.3.4...@mux/mux-player-react@3.4.0) (2025-05-01)


Expand Down
6 changes: 3 additions & 3 deletions packages/mux-player-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mux/mux-player-react",
"version": "3.4.0",
"version": "3.4.1",
"description": "An open source Mux player for React that Just Works™",
"homepage": "https://mux.com/player",
"keywords": [
Expand Down Expand Up @@ -96,8 +96,8 @@
}
},
"dependencies": {
"@mux/mux-player": "3.4.0",
"@mux/playback-core": "0.29.0",
"@mux/mux-player": "3.4.1",
"@mux/playback-core": "0.29.1",
"prop-types": "^15.8.1"
},
"devDependencies": {
Expand Down
19 changes: 19 additions & 0 deletions packages/mux-player/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,25 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [3.4.1](https://github.com/muxinc/elements/compare/@mux/mux-player@3.4.0...@mux/mux-player@3.4.1) (2025-06-12)


### Bug Fixes

* bring back cast button for drm protected videos ([#1137](https://github.com/muxinc/elements/issues/1137)) ([aa3a1ca](https://github.com/muxinc/elements/commit/aa3a1cae56813d1b5bd651392a14ef4325468a31))
* bump the prod-dependencies group across 2 directories with 1 update ([#1121](https://github.com/muxinc/elements/issues/1121)) ([85a2276](https://github.com/muxinc/elements/commit/85a2276805ae48fe99147fff121141ba6131bd27))
* bump the prod-dependencies group across 2 directories with 4 updates ([#1138](https://github.com/muxinc/elements/issues/1138)) ([0ac6871](https://github.com/muxinc/elements/commit/0ac68711fbf083964c442b8cea04dd76f1cfd288))
* **playback-core:** Change default of preferCmcd to 'none' for improved cacheability. Update reference docs to document preferCmcd (et al.). ([#1136](https://github.com/muxinc/elements/issues/1136)) ([4409304](https://github.com/muxinc/elements/commit/44093049b6629044dbb7fed10839f83667fdb37c))
* rendition-menu visual improvements ([#1131](https://github.com/muxinc/elements/issues/1131)) ([59a2aaa](https://github.com/muxinc/elements/commit/59a2aaaae6140b5e2a7e74faa39b68d0990b593e)), closes [#1122](https://github.com/muxinc/elements/issues/1122)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @mux/mux-video bumped from 0.25.2 to 0.25.3
* @mux/playback-core bumped from 0.29.0 to 0.29.1

## [3.4.0](https://github.com/muxinc/elements/compare/@mux/mux-player@3.3.4...@mux/mux-player@3.4.0) (2025-05-01)


Expand Down
6 changes: 3 additions & 3 deletions packages/mux-player/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mux/mux-player",
"version": "3.4.0",
"version": "3.4.1",
"description": "An open source Mux player web component that Just Works™",
"homepage": "https://mux.com/player",
"keywords": [
Expand Down Expand Up @@ -93,8 +93,8 @@
"build": "npm-run-all --parallel 'build:esm -- --minify' 'build:iife -- --minify' 'build:cjs -- --minify' 'build:esm-module -- --minify' 'build:themes'"
},
"dependencies": {
"@mux/mux-video": "0.25.2",
"@mux/playback-core": "0.29.0",
"@mux/mux-video": "0.25.3",
"@mux/playback-core": "0.29.1",
"media-chrome": "~4.11.1",
"player.style": "^0.1.8"
},
Expand Down
14 changes: 14 additions & 0 deletions packages/mux-video-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [0.25.3](https://github.com/muxinc/elements/compare/@mux/mux-video-react@0.25.2...@mux/mux-video-react@0.25.3) (2025-06-12)


### Miscellaneous Chores

* **@mux/mux-video-react:** Synchronize video versions


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @mux/playback-core bumped from 0.29.0 to 0.29.1

## [0.25.2](https://github.com/muxinc/elements/compare/@mux/mux-video-react@0.25.1...@mux/mux-video-react@0.25.2) (2025-05-01)


Expand Down
4 changes: 2 additions & 2 deletions packages/mux-video-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mux/mux-video-react",
"version": "0.25.2",
"version": "0.25.3",
"description": "A custom mux video element for React that Just Works™",
"keywords": [
"video",
Expand Down Expand Up @@ -67,7 +67,7 @@
}
},
"dependencies": {
"@mux/playback-core": "0.29.0",
"@mux/playback-core": "0.29.1",
"prop-types": "^15.8.1"
},
"devDependencies": {
Expand Down
16 changes: 16 additions & 0 deletions packages/mux-video/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,22 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [0.25.3](https://github.com/muxinc/elements/compare/@mux/mux-video@0.25.2...@mux/mux-video@0.25.3) (2025-06-12)


### Bug Fixes

* bump the prod-dependencies group across 1 directory with 2 updates ([#1129](https://github.com/muxinc/elements/issues/1129)) ([e2ae00b](https://github.com/muxinc/elements/commit/e2ae00b3307161971326099a1a7af7c8f45163f4))
* bump the prod-dependencies group across 2 directories with 4 updates ([#1138](https://github.com/muxinc/elements/issues/1138)) ([0ac6871](https://github.com/muxinc/elements/commit/0ac68711fbf083964c442b8cea04dd76f1cfd288))
* remove old cast events from mux-video ([73a85cd](https://github.com/muxinc/elements/commit/73a85cd37a4771bf54fdb09ab6d441cf849cc87b))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @mux/playback-core bumped from 0.29.0 to 0.29.1

## [0.25.2](https://github.com/muxinc/elements/compare/@mux/mux-video@0.25.1...@mux/mux-video@0.25.2) (2025-05-01)


Expand Down
4 changes: 2 additions & 2 deletions packages/mux-video/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mux/mux-video",
"version": "0.25.2",
"version": "0.25.3",
"description": "A custom mux video element for the browser that Just Works™",
"keywords": [
"video",
Expand Down Expand Up @@ -80,7 +80,7 @@
"build": "npm-run-all --parallel 'build:esm -- --minify' 'build:iife -- --minify' 'build:cjs -- --minify' 'build:esm-module -- --minify' 'build:react:cjs -- --minify' 'build:react:esm -- --minify'"
},
"dependencies": {
"@mux/playback-core": "0.29.0",
"@mux/playback-core": "0.29.1",
"castable-video": "~1.1.10",
"custom-media-element": "~1.4.5",
"media-tracks": "~0.3.3"
Expand Down
7 changes: 7 additions & 0 deletions packages/playback-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [0.29.1](https://github.com/muxinc/elements/compare/@mux/playback-core@0.29.0...@mux/playback-core@0.29.1) (2025-06-12)


### Bug Fixes

* **playback-core:** Change default of preferCmcd to 'none' for improved cacheability. Update reference docs to document preferCmcd (et al.). ([#1136](https://github.com/muxinc/elements/issues/1136)) ([4409304](https://github.com/muxinc/elements/commit/44093049b6629044dbb7fed10839f83667fdb37c))

## [0.29.0](https://github.com/muxinc/elements/compare/@mux/playback-core@0.28.7...@mux/playback-core@0.29.0) (2025-05-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/playback-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mux/playback-core",
"version": "0.29.0",
"version": "0.29.1",
"description": "Core library for media playback in the browser shared by mux elements",
"main": "./dist/index.cjs.js",
"module": "./dist/index.mjs",
Expand Down