Skip to content

Commit 97748e7

Browse files
chore: release main (#213)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4708538 commit 97748e7

File tree

18 files changed

+163
-48
lines changed

18 files changed

+163
-48
lines changed

.github/release-please/.release-please-manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"examples/nextjs": "1.2.0",
2+
"examples/nextjs": "2.0.0",
33
"scripts/build-react-wrapper": "0.2.4",
4-
"packages/castable-video": "1.1.11",
4+
"packages/castable-video": "1.1.12",
55
"packages/cloudflare-video-element": "1.3.5",
6-
"packages/custom-media-element": "1.4.5",
7-
"packages/dash-video-element": "0.3.1",
8-
"packages/hls-video-element": "1.5.10",
6+
"packages/custom-media-element": "1.4.6",
7+
"packages/dash-video-element": "0.3.2",
8+
"packages/hls-video-element": "1.5.11",
99
"packages/jwplayer-video-element": "1.3.5",
10-
"packages/media-tracks": "0.3.4",
11-
"packages/shaka-video-element": "0.7.0",
10+
"packages/media-tracks": "0.3.5",
11+
"packages/shaka-video-element": "0.7.1",
1212
"packages/spotify-audio-element": "1.0.4",
1313
"packages/super-media-element": "1.4.2",
1414
"packages/tiktok-video-element": "0.1.2",
1515
"packages/twitch-video-element": "0.1.6",
16-
"packages/videojs-video-element": "1.4.6",
16+
"packages/videojs-video-element": "1.4.7",
1717
"packages/vimeo-video-element": "1.7.0",
1818
"packages/wistia-video-element": "1.3.6",
1919
"packages/youtube-video-element": "1.9.0"

examples/nextjs/CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,53 @@
11
# Changelog
22

3+
## [2.0.0](https://github.com/muxinc/media-elements/compare/nextjs@1.2.0...nextjs@2.0.0) (2026-03-19)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* remove attributes in favor of config property
9+
10+
### Features
11+
12+
* add event support to React wrappers ([8522e2a](https://github.com/muxinc/media-elements/commit/8522e2a7dde94639029b45f52c63ccce77c89ac1))
13+
* Add played ranges tracking to iframe based media elements ([#199](https://github.com/muxinc/media-elements/issues/199)) ([f15c263](https://github.com/muxinc/media-elements/commit/f15c2635cc75cd0df954b1037d13c32269a1243c))
14+
* add shaka-video ([#14](https://github.com/muxinc/media-elements/issues/14)) ([b56fe74](https://github.com/muxinc/media-elements/commit/b56fe743516663d35741b771a03ae12879f84296))
15+
* add twitch-video-element ([#137](https://github.com/muxinc/media-elements/issues/137)) ([3715889](https://github.com/muxinc/media-elements/commit/3715889f341695dc6882a5028198abfaf8425352))
16+
* Create TikTok Video Element ([#133](https://github.com/muxinc/media-elements/issues/133)) ([#145](https://github.com/muxinc/media-elements/issues/145)) ([89cf6d3](https://github.com/muxinc/media-elements/commit/89cf6d393710da96108a038530867130fe73d4d3))
17+
* **example:** add mux-video-react ([a656903](https://github.com/muxinc/media-elements/commit/a656903013f73012d879dc4b2e6e3236a00d363e))
18+
* use ce-la-react, fix React 19 issues ([#61](https://github.com/muxinc/media-elements/issues/61)) ([0a734e9](https://github.com/muxinc/media-elements/commit/0a734e94149172bfd3019cf03ac3a3e74f395ac1))
19+
* use config instead of attributes ([#139](https://github.com/muxinc/media-elements/issues/139)) ([f4c8610](https://github.com/muxinc/media-elements/commit/f4c86102e1e07f3eb2d63fa5370bfb1b9061dc5d))
20+
21+
22+
### Bug Fixes
23+
24+
* add Airplay support to hls-video ([#40](https://github.com/muxinc/media-elements/issues/40)) ([e4ce158](https://github.com/muxinc/media-elements/commit/e4ce1584d16486fc5d445b130292e92a771fe0b6))
25+
* **build-react-wrapper:** fix suppressHydrationWarning ([586d221](https://github.com/muxinc/media-elements/commit/586d22106c3618769c753914f84b933b6b92c70f))
26+
* **custom-media-element:** fix track/source sync ([586d221](https://github.com/muxinc/media-elements/commit/586d22106c3618769c753914f84b933b6b92c70f))
27+
* **example:** update colors / favicon ([b9fce07](https://github.com/muxinc/media-elements/commit/b9fce077e6ebbfbb124c8c52f83375b3a843953d))
28+
* fix suppressHydrationWarning & track/source sync ([#19](https://github.com/muxinc/media-elements/issues/19)) ([586d221](https://github.com/muxinc/media-elements/commit/586d22106c3618769c753914f84b933b6b92c70f))
29+
* **hls-video-element:** serialize config for SSR ([#128](https://github.com/muxinc/media-elements/issues/128)) ([80fc30e](https://github.com/muxinc/media-elements/commit/80fc30e45c1b28ffeaf3f940de072cdf46249576))
30+
* lint issues ([d32a387](https://github.com/muxinc/media-elements/commit/d32a3874deb1e624f5c92d294aac776774d4da63))
31+
* muted prop for react wrappers ([#143](https://github.com/muxinc/media-elements/issues/143)) ([d312f39](https://github.com/muxinc/media-elements/commit/d312f392a40602312f197fb793a7a8d41b7afa61))
32+
* twitch video element version ([1b9b2be](https://github.com/muxinc/media-elements/commit/1b9b2beebb7601ed8a34ee87b7ea1349b08591a3))
33+
* updating nextjs and react ([#198](https://github.com/muxinc/media-elements/issues/198)) ([5c3117e](https://github.com/muxinc/media-elements/commit/5c3117e60579e9567a8a268428ee295c52c2a2f4))
34+
* updating nextjs and react ([#201](https://github.com/muxinc/media-elements/issues/201)) ([081a0c9](https://github.com/muxinc/media-elements/commit/081a0c9ee1df4562172162277855f04bf66542f6))
35+
* upgrade dependencies ([#130](https://github.com/muxinc/media-elements/issues/130)) ([afb6797](https://github.com/muxinc/media-elements/commit/afb6797342db3be3d173957d44df49fd26ffafc5))
36+
* upgrade dependencies ([#24](https://github.com/muxinc/media-elements/issues/24)) ([f5abdcf](https://github.com/muxinc/media-elements/commit/f5abdcff0637e7d1f6b82f4684d94fccaceb8484))
37+
* version mismatch ([302f0d4](https://github.com/muxinc/media-elements/commit/302f0d4714f36526eaf430991e1eabd2b8b8178c))
38+
* Vimeo config w/ React SSR + types ([#94](https://github.com/muxinc/media-elements/issues/94)) ([c8fed3e](https://github.com/muxinc/media-elements/commit/c8fed3e06282aa317d7acc67ce42f598a7fd1c4e))
39+
* YT config on React (SSR) + config types ([#92](https://github.com/muxinc/media-elements/issues/92)) ([0894345](https://github.com/muxinc/media-elements/commit/089434504e72c8b2ffcc7e63dae0e85888b7ed52))
40+
41+
42+
### Dependencies
43+
44+
* The following workspace dependencies were updated
45+
* dependencies
46+
* dash-video-element bumped from ^0.3.1 to ^0.3.2
47+
* hls-video-element bumped from ^1.5.10 to ^1.5.11
48+
* shaka-video-element bumped from ^0.7.0 to ^0.7.1
49+
* videojs-video-element bumped from ^1.4.6 to ^1.4.7
50+
351
## [1.2.0](https://github.com/muxinc/media-elements/compare/nextjs@1.1.11...nextjs@1.2.0) (2026-02-17)
452

553

examples/nextjs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs",
3-
"version": "1.2.0",
3+
"version": "2.0.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -11,18 +11,18 @@
1111
"dependencies": {
1212
"@mux/mux-video-react": "^0.26.0",
1313
"cloudflare-video-element": "^1.3.5",
14-
"dash-video-element": "^0.3.1",
15-
"hls-video-element": "^1.5.10",
14+
"dash-video-element": "^0.3.2",
15+
"hls-video-element": "^1.5.11",
1616
"jwplayer-video-element": "^1.3.5",
1717
"next": "^15.1.11",
1818
"open-props": "^1.7.8",
1919
"react": "^19.2.4",
2020
"react-dom": "^19.2.4",
21-
"shaka-video-element": "^0.7.0",
21+
"shaka-video-element": "^0.7.1",
2222
"spotify-audio-element": "^1.0.4",
2323
"tiktok-video-element": "^0.1.2",
2424
"twitch-video-element": "^0.1.6",
25-
"videojs-video-element": "^1.4.6",
25+
"videojs-video-element": "^1.4.7",
2626
"vimeo-video-element": "^1.7.0",
2727
"wistia-video-element": "^1.3.6",
2828
"youtube-video-element": "^1.9.0"

package-lock.json

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/castable-video/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@
55
[1]: https://www.npmjs.com/package/castable-video?activeTab=versions
66

77

8+
## [1.1.12](https://github.com/muxinc/media-elements/compare/castable-video@1.1.11...castable-video@1.1.12) (2026-03-19)
9+
10+
11+
### Bug Fixes
12+
13+
* Patch Memory Leaks ([#218](https://github.com/muxinc/media-elements/issues/218)) ([4708538](https://github.com/muxinc/media-elements/commit/47085388536970d9a7f8e41132f6ea9fbf4e07b2))
14+
15+
16+
### Dependencies
17+
18+
* The following workspace dependencies were updated
19+
* dependencies
20+
* custom-media-element bumped from ~1.4.5 to ~1.4.6
21+
822
## [1.1.11](https://github.com/muxinc/media-elements/compare/castable-video@1.1.10...castable-video@1.1.11) (2025-09-24)
923

1024

packages/castable-video/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "castable-video",
3-
"version": "1.1.11",
3+
"version": "1.1.12",
44
"description": "Cast your video element to the big screen with ease!",
55
"author": "@muxinc",
66
"license": "MIT",
@@ -26,7 +26,7 @@
2626
"serve": "wet serve"
2727
},
2828
"dependencies": {
29-
"custom-media-element": "~1.4.5"
29+
"custom-media-element": "~1.4.6"
3030
},
3131
"devDependencies": {
3232
"wet-run": "^1.2.5"

packages/custom-media-element/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
[1]: https://www.npmjs.com/package/custom-media-element?activeTab=versions
66

77

8+
## [1.4.6](https://github.com/muxinc/media-elements/compare/custom-media-element@1.4.5...custom-media-element@1.4.6) (2026-03-19)
9+
10+
11+
### Bug Fixes
12+
13+
* Patch Memory Leaks ([#218](https://github.com/muxinc/media-elements/issues/218)) ([4708538](https://github.com/muxinc/media-elements/commit/47085388536970d9a7f8e41132f6ea9fbf4e07b2))
14+
815
## [1.4.5](https://github.com/muxinc/media-elements/compare/custom-media-element@1.4.4...custom-media-element@1.4.5) (2025-06-09)
916

1017

packages/custom-media-element/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "custom-media-element",
3-
"version": "1.4.5",
3+
"version": "1.4.6",
44
"description": "A custom element for extending the native media elements (<audio> or <video>)",
55
"author": "@muxinc",
66
"license": "MIT",

packages/dash-video-element/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55
[1]: https://www.npmjs.com/package/dash-video-element?activeTab=versions
66

77

8+
## [0.3.2](https://github.com/muxinc/media-elements/compare/dash-video-element@0.3.1...dash-video-element@0.3.2) (2026-03-19)
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* custom-media-element bumped from ^1.4.5 to ^1.4.6
16+
* media-tracks bumped from ^0.3.4 to ^0.3.5
17+
818
## [0.3.1](https://github.com/muxinc/media-elements/compare/dash-video-element@0.3.0...dash-video-element@0.3.1) (2025-11-25)
919

1020

packages/dash-video-element/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-video-element",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "Custom element for playing video using the DASH format. Uses dash.js.",
55
"author": "@muxinc",
66
"license": "MIT",
@@ -52,9 +52,9 @@
5252
"build": "run-s build:*"
5353
},
5454
"dependencies": {
55-
"custom-media-element": "^1.4.5",
55+
"custom-media-element": "^1.4.6",
5656
"dashjs": "^5.0.3",
57-
"media-tracks": "^0.3.4"
57+
"media-tracks": "^0.3.5"
5858
},
5959
"devDependencies": {
6060
"build-react-wrapper": "^0.2.4",

0 commit comments

Comments
 (0)