From 3cb3f25513245546d741bd87be684c2bc6d5b427 Mon Sep 17 00:00:00 2001 From: Palash Date: Thu, 5 Sep 2024 20:08:29 +0530 Subject: [PATCH] feat: web release notes --- static/release-notes/react-web-core.json | 24 +++++++++++++++++++++++- static/release-notes/web-core.json | 24 +++++++++++++++++++++++- 2 files changed, 46 insertions(+), 2 deletions(-) diff --git a/static/release-notes/react-web-core.json b/static/release-notes/react-web-core.json index eef7c01d8..8fe396698 100644 --- a/static/release-notes/react-web-core.json +++ b/static/release-notes/react-web-core.json @@ -1,4 +1,26 @@ [ + { + "version": "2.0.6", + "createdAt": "1725467416", + "fixes": [ + "Incorrect handling of audio for participants not on the current page" + ] + }, + { + "version": "2.0.4", + "createdAt": "1724423416", + "fixes": [ + "Multiple dynamic permissions (beta) bug fixes" + ] + }, + { + "version": "2.0.1-3", + "createdAt": "1722609016", + "fixes": [ + "Fix `self.roomState` switching to `init` state during reconnection", + "Add missing properties (picture, customParticipantId) to waitlisted participants" + ] + }, { "version": "2.0.0", "createdAt": "1722411332", @@ -8,7 +30,7 @@ "New `mediaConnectionUpdate` and `socketConnectionUpdate` events on meeting.meta", "Enable media before initialising SDK with the new `DyteSelfMedia` class" ], - "breaking-changes":[ + "breaking-changes": [ "Removed support for **V1 REST API** and V1 REST API terminology", "Drops webinar methods and properties on self and participant objects in favour of `meeting.stage`", "Disconnection triggers `roomLeft` event is emitted on meeting.self" diff --git a/static/release-notes/web-core.json b/static/release-notes/web-core.json index 5e7c12e6e..b1dfa9fce 100644 --- a/static/release-notes/web-core.json +++ b/static/release-notes/web-core.json @@ -1,4 +1,26 @@ [ + { + "version": "2.0.6", + "createdAt": "1725467416", + "fixes": [ + "Incorrect handling of audio for participants not on the current page" + ] + }, + { + "version": "2.0.4", + "createdAt": "1724423416", + "fixes": [ + "Multiple dynamic permissions (beta) bug fixes" + ] + }, + { + "version": "2.0.1-3", + "createdAt": "1722609016", + "fixes": [ + "Fix `self.roomState` switching to `init` state during reconnection", + "Add missing properties (picture, customParticipantId) to waitlisted participants" + ] + }, { "version": "2.0.0", "createdAt": "1722411332", @@ -8,7 +30,7 @@ "New `mediaConnectionUpdate` and `socketConnectionUpdate` events on meeting.meta", "Enable media before initialising SDK with the new `DyteSelfMedia` class" ], - "breaking-changes":[ + "breaking-changes": [ "Removed support for **V1 REST API** and V1 REST API terminology", "Drops webinar methods and properties on self and participant objects in favour of `meeting.stage`", "Disconnection triggers `roomLeft` event is emitted on meeting.self"