Skip to content

Commit e3c8bc1

Browse files
committed
feat: add release notes for web-core
1 parent 17f432e commit e3c8bc1

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

static/release-notes/react-web-core.json

+11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
[
2+
{
3+
"version": "1.36.0",
4+
"createdAt": "1698351924",
5+
"fixes": [
6+
"Firefox 110+ [simulcast](https://en.wikipedia.org/wiki/Simulcast) optimizations"
7+
],
8+
"new_api": [
9+
"New [DyteSelfMedia](./reference/DyteSelfMedia) class to initialize media before from DyteClient.init",
10+
"New `DyteClient.init` parameter `defaults.autoSwitchAudioDevice` allows user to disable the default behavior of switching to a newly connected audio device automatically"
11+
]
12+
},
213
{
314
"version": "1.35.0",
415
"createdAt": "1696145560",

static/release-notes/web-core.json

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
[
22
{
3-
"version": "1.18.0",
3+
"version": "1.20.0",
4+
"createdAt": "1698351924",
5+
"fixes": [
6+
"Firefox 110+ [simulcast](https://en.wikipedia.org/wiki/Simulcast) optimizations"
7+
],
8+
"new_api": [
9+
"New [DyteSelfMedia](./reference/DyteSelfMedia) class to initialize media before from DyteClient.init"
10+
]
11+
},
12+
{
13+
"version": "1.19.0",
14+
"createdAt": "1697840724",
15+
"new_api": [
16+
"New `DyteClient.init` parameter `defaults.autoSwitchAudioDevice` allows user to disable the default behavior of switching to a newly connected audio device automatically"
17+
]
18+
},
19+
{
20+
"version": "1.18.0-2",
421
"createdAt": "1696145560",
522
"fixes": [
623
"Maintain the source aspect ratio when camera device is detected as OBS (Beta)",

0 commit comments

Comments
 (0)