Skip to content

Commit 6ab5782

Browse files
Merge pull request #404 from dyte-io/chore/release-notes
chore(release-notes): added release notes of recent releases
2 parents 9197cfe + 431a553 commit 6ab5782

File tree

4 files changed

+129
-1
lines changed

4 files changed

+129
-1
lines changed

src/components/ReleaseNotesGenerator.jsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,12 @@ const changeTypes = [
3535
name: 'perf',
3636
color: '#5555aa',
3737
label: 'Performance',
38-
}
38+
},
39+
{
40+
name: 'enhancements',
41+
color: '#8e8ee5',
42+
label: 'Enhancements',
43+
},
3944
];
4045

4146
function convertHtmlTagsInTextToReactTags(text) {

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

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,32 @@
11
[
2+
{
3+
"version": "2.1.12-13",
4+
"createdAt": "1732086657",
5+
"fixes": [
6+
"Improve audio,video subscription speed and reliability",
7+
"Fixed the issue where participant call report was not generated due to ip detection failure",
8+
"Fixed livestream socket reconnection issues for viewer"
9+
],
10+
"enhancements": [
11+
"Added stats such as bitrate, packet loss on `mediaScoreUpdate` event.",
12+
"Livestream now supports direct ingestion via RTMP. Use `meeting.livestream.start({ manualIngestion: true })`"
13+
]
14+
},
15+
{
16+
"version": "2.1.11",
17+
"createdAt": "1731944143",
18+
"fixes": [
19+
"Added additional metadata required for whiteboard plugin",
20+
"Fixed pip error `addSource of undefined`"
21+
]
22+
},
23+
{
24+
"version": "2.1.10",
25+
"createdAt": "1730705555",
26+
"fixes": [
27+
"The connected meeting feature, previously gated behind a feature flag, is now available to all users without additional configuration"
28+
]
29+
},
230
{
331
"version": "2.1.9",
432
"createdAt": "1729752332",

static/release-notes/ui-kit.json

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,71 @@
11
[
2+
{
3+
"version": "2.1.0-1",
4+
"createdAt": 1732087718,
5+
"features": [
6+
"Added media troubleshooter in more menu"
7+
],
8+
"perf": [
9+
"Implemented virtualization in the participants' list to improve performance and responsiveness when rendering a large number of participants."
10+
]
11+
},
12+
{
13+
"version": "2.0.6",
14+
"createdAt": 1730705348,
15+
"fixes": [
16+
"Removed the feature flag for private chat, making it accessible by default for all users."
17+
]
18+
},
19+
{
20+
"version": "2.0.5",
21+
"createdAt": 1728381516,
22+
"fixes": [
23+
"Fixed an issue where the device selector was not updating after granting media permissions on the setup screen."
24+
]
25+
},
26+
{
27+
"version": "2.0.4",
28+
"createdAt": 1727864194,
29+
"fixes": [
30+
"Fixed an issue where the device selector was not updating after granting media permissions on macOS.",
31+
"Fixed PIP race cases where PIP was not initialised in time and participants feeds were not added to PIP",
32+
"Fixed PIP issue where preview video was shown in PIP",
33+
"Fixed `<dyte-avatar>` z-index issues"
34+
]
35+
},
36+
{
37+
"version": "2.0.3",
38+
"createdAt": 1725947806,
39+
"fixes": [
40+
"Corrected styling issues with `<dyte-button>` when the `disabled` key was set to `false`."
41+
]
42+
},
43+
{
44+
"version": "2.0.2",
45+
"createdAt": 1727864194,
46+
"fixes": [
47+
"Fixed `<dyte-chat-toggle>` to display the unread message count only after joining a meeting."
48+
]
49+
},
50+
{
51+
"version": "2.0.1",
52+
"createdAt": 1724994414,
53+
"fixes": [
54+
"Removed the waitlisted notification for participants after they were accepted into the meeting."
55+
]
56+
},
57+
{
58+
"version": "2.0.0",
59+
"createdAt": 1722423085,
60+
"features": [
61+
"Added compatibility with web-core 2.0."
62+
],
63+
"breaking-changes": [
64+
"Removed `<dyte-debugger>` component",
65+
"Dropped support for the v1 API",
66+
"Removed usages of deprecated stage APIs"
67+
]
68+
},
269
{
370
"version": "1.66.0",
471
"createdAt": 1709193540,

static/release-notes/web-core.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,32 @@
11
[
2+
{
3+
"version": "2.1.12-13",
4+
"createdAt": "1732086657",
5+
"fixes": [
6+
"Improve audio,video subscription speed and reliability",
7+
"Fixed the issue where participant call report was not generated due to ip detection failure",
8+
"Fixed livestream socket reconnection issues for viewer"
9+
],
10+
"enhancements": [
11+
"Added stats such as bitrate, packet loss on `mediaScoreUpdate` event.",
12+
"Livestream now supports direct ingestion via RTMP. Use `meeting.livestream.start({ manualIngestion: true })`"
13+
]
14+
},
15+
{
16+
"version": "2.1.11",
17+
"createdAt": "1731944143",
18+
"fixes": [
19+
"Added additional metadata required for whiteboard plugin",
20+
"Fixed pip error `addSource of undefined`"
21+
]
22+
},
23+
{
24+
"version": "2.1.10",
25+
"createdAt": "1730705555",
26+
"fixes": [
27+
"The connected meeting feature, previously gated behind a feature flag, is now available to all users without additional configuration"
28+
]
29+
},
230
{
331
"version": "2.1.9",
432
"createdAt": "1729752332",

0 commit comments

Comments
 (0)