Skip to content

Commit aaa7cde

Browse files
author
timmydoza
authored
Release 0.2.1 (#344)
* Install twilio-video 2.8.0.beta.2 * Bump version and add Changelog entry * Fix links * CL fixes
1 parent e36e9cb commit aaa7cde

File tree

3 files changed

+42
-6
lines changed

3 files changed

+42
-6
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 0.2.1
2+
3+
### New Features
4+
5+
- Devices that are selected in the "Audio and Video Settings" modal will not be reset when the page is reloaded. Device IDs are stored in local storage so that the same input and output devices will be used for each session. ([#333](https://github.com/twilio/twilio-video-app-react/pull/333))
6+
7+
### Bug Fixes
8+
9+
- A pinned participant will no longer be pinned after they disconnect from a room. ([#339](https://github.com/twilio/twilio-video-app-react/pull/339))
10+
- The throttle interval in the `VideoToggleButton` component has been incresased to avoid duplicate track publication when the button is pressed rapidly. ([#336](https://github.com/twilio/twilio-video-app-react/pull/336))
11+
- Cypress tests have been updated to improve reliability. ([#332](https://github.com/twilio/twilio-video-app-react/pull/332))
12+
13+
### Dependency Upgrades
14+
15+
- `react-scripts` has been upgraded from 3.4.3 to 3.4.4. ([#337](https://github.com/twilio/twilio-video-app-react/pull/337))
16+
- `firebase` has been upgraded from 7.8.0 to 7.24.0 ([#335](https://github.com/twilio/twilio-video-app-react/pull/335))
17+
- `twilio-video` has been upgraded from 2.8.0-beta.1 to 2.8.0-beta.2. This is to include a bug fix where an iOS 14 Safari Participant is not heard by others in a Room after handling an incoming phone call. ([#344](https://github.com/twilio/twilio-video-app-react/pull/344))
18+
119
## 0.2.0
220

321
This release contains support for the Programmable Video Go room type and an overhauled UI/UX experience.

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twilio-video-app-react",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"private": true,
55
"license": "Apache-2.0",
66
"dependencies": {
@@ -32,7 +32,7 @@
3232
"react-scripts": "^3.4.4",
3333
"strip-color": "^0.1.0",
3434
"twilio": "^3.39.3",
35-
"twilio-video": "2.8.0-beta.1",
35+
"twilio-video": "2.8.0-beta.2",
3636
"typescript": "^3.8.3"
3737
},
3838
"devDependencies": {

0 commit comments

Comments
 (0)