Skip to content

Commit

Permalink
feat: web release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
palashgo committed Sep 5, 2024
1 parent b473bf6 commit 3cb3f25
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 2 deletions.
24 changes: 23 additions & 1 deletion static/release-notes/react-web-core.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down
24 changes: 23 additions & 1 deletion static/release-notes/web-core.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit 3cb3f25

Please sign in to comment.