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
5 changes: 0 additions & 5 deletions .changeset/public-buses-prove.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @theoplayer/web-ui

## 1.16.1

### 🐛 Issues

- Fixed a regression where menus would always fill the entire player on desktop (rather than opening as a small popup in the bottom right corner).

## 1.16.0

### ✨ Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theoplayer/web-ui",
"version": "1.16.0",
"version": "1.16.1",
"description": "UI component library for the THEOplayer Web SDK",
"main": "dist/THEOplayerUI.js",
"module": "dist/THEOplayerUI.mjs",
Expand Down
6 changes: 6 additions & 0 deletions react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @theoplayer/react-ui

## 1.16.1

### 📦 Dependency Updates

- See changes to [Open Video UI for Web v1.16.1](https://github.com/THEOplayer/web-ui/blob/%40theoplayer%2Fweb-ui%401.16.1/CHANGELOG.md)

## 1.16.0

### ✨ Features
Expand Down
4 changes: 2 additions & 2 deletions react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theoplayer/react-ui",
"version": "1.16.0",
"version": "1.16.1",
"description": "React component library for the THEOplayer Web SDK",
"main": "dist/THEOplayerReactUI.js",
"module": "dist/THEOplayerReactUI.mjs",
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"dependencies": {
"@lit/react": "^1.0.7",
"@theoplayer/web-ui": "^1.16.0"
"@theoplayer/web-ui": "^1.16.1"
},
"peerDependencies": {
"@types/react": "^16.3.0 || ^17 || ^18",
Expand Down