Skip to content

Commit 6e5b679

Browse files
Merge pull request #113 from THEOplayer/release/1.13.0
Release 1.13.0
2 parents 39e2a90 + 12496ea commit 6e5b679

5 files changed

Lines changed: 40 additions & 31 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ sidebar_custom_props: { 'icon': '📰' }
1515
> - 🏠 Internal
1616
> - 💅 Polish
1717
18+
## v1.13.0 (2025-09-12)
19+
20+
- 🚀 Added support for THEOplayer 10.0. ([#112](https://github.com/THEOplayer/web-ui/pull/112))
21+
1822
## v1.12.0 (2025-09-10)
1923

2024
- 🚀 Fill the entire window when fullscreen is not natively supported. ([#94](https://github.com/THEOplayer/web-ui/issues/94), [#110](https://github.com/THEOplayer/web-ui/pull/110))
@@ -40,7 +44,7 @@ sidebar_custom_props: { 'icon': '📰' }
4044

4145
## v1.10.0 (2025-04-02)
4246

43-
- 🚀 Added support for THEOplayer 9.0.
47+
- 🚀 Added support for THEOplayer 9.0. ([#95](https://github.com/THEOplayer/web-ui/pull/95))
4448

4549
## v1.9.5 (2025-03-20)
4650

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theoplayer/web-ui",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"description": "UI component library for the THEOplayer Web SDK",
55
"main": "dist/THEOplayerUI.js",
66
"module": "dist/THEOplayerUI.mjs",
@@ -60,7 +60,7 @@
6060
"@lit-labs/ssr-dom-shim": "^1.3.0"
6161
},
6262
"peerDependencies": {
63-
"theoplayer": "^7 || ^8 || ^9"
63+
"theoplayer": "^7 || ^8 || ^9 || ^10"
6464
},
6565
"devDependencies": {
6666
"@rollup/plugin-inject": "^5.0.5",
@@ -86,7 +86,7 @@
8686
"rollup-plugin-string": "^3.0.0",
8787
"rollup-plugin-swc3": "^0.12.1",
8888
"serve": "^14.2.4",
89-
"theoplayer": "^7.0.0",
89+
"theoplayer": "^9.12.0",
9090
"tslib": "^2.8.1",
9191
"typedoc": "^0.27.7",
9292
"typedoc-plugin-mdn-links": "^4.0.12",

react/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ sidebar_custom_props: { 'icon': '📰' }
1515
> - 🏠 Internal
1616
> - 💅 Polish
1717
18+
## v1.13.0 (2025-09-12)
19+
20+
- 🏠 See changes to [Open Video UI for Web v1.13.0](https://github.com/THEOplayer/web-ui/blob/v1.13.0/CHANGELOG.md)
21+
1822
## v1.12.0 (2025-09-10)
1923

2024
- 🏠 See changes to [Open Video UI for Web v1.12.0](https://github.com/THEOplayer/web-ui/blob/v1.12.0/CHANGELOG.md)

react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@theoplayer/react-ui",
3-
"version": "1.12.0",
3+
"version": "1.13.0",
44
"description": "React component library for the THEOplayer Web SDK",
55
"main": "dist/THEOplayerReactUI.js",
66
"module": "dist/THEOplayerReactUI.mjs",
@@ -52,12 +52,12 @@
5252
},
5353
"dependencies": {
5454
"@lit/react": "^1.0.7",
55-
"@theoplayer/web-ui": "^1.12.0"
55+
"@theoplayer/web-ui": "^1.13.0"
5656
},
5757
"peerDependencies": {
5858
"@types/react": "^16.3.0 || ^17 || ^18",
5959
"react": "^16.3.0 || ^17 || ^18",
60-
"theoplayer": "^7 || ^8|| ^9"
60+
"theoplayer": "^7 || ^8 || ^9 || ^10"
6161
},
6262
"devDependencies": {
6363
"@rollup/plugin-json": "^6.1.0",
@@ -72,7 +72,7 @@
7272
"rollup": "^4.34.6",
7373
"rollup-plugin-dts": "^6.1.1",
7474
"rollup-plugin-swc3": "^0.12.1",
75-
"theoplayer": "^7.0.0",
75+
"theoplayer": "^9.12.0",
7676
"tslib": "^2.8.1",
7777
"typedoc": "^0.27.7",
7878
"typedoc-plugin-external-resolver": "^1.0.3",

0 commit comments

Comments
 (0)