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/deep-corners-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-ghosts-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-snakes-write.md

This file was deleted.

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

## 1.15.0

### ✨ Features

- The UI now takes `SourceDescription.streamType` into account when computing its own `stream-type` attribute. This is now the preferred method of overriding the stream type.

### 🐛 Issues

- Fixed `<theolive-default-ui>` to stop using deprecated OptiView Live events.
- Fixed an issue where the `<theoplayer-time-range>` inside the default UI could accidentally be clicked even when it was hidden because of user inactivity.

## 1.14.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.14.0",
"version": "1.15.0",
"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.15.0

### 📦 Dependency Updates

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

## 1.14.0

### 📦 Dependency Updates
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.14.0",
"version": "1.15.0",
"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.14.0"
"@theoplayer/web-ui": "^1.15.0"
},
"peerDependencies": {
"@types/react": "^16.3.0 || ^17 || ^18",
Expand Down