From 3aebf0e449b1221d447bac5d418fa4c1c9761546 Mon Sep 17 00:00:00 2001 From: Ravindra Singh Rathor Date: Tue, 7 Jan 2025 15:15:43 +0530 Subject: [PATCH 1/2] docs(release-notes): adding release notes for web-core 2.2.0 & ui-kit 2.1.3 --- static/release-notes/react-web-core.json | 11 +++++++++++ static/release-notes/ui-kit.json | 9 +++++++++ static/release-notes/web-core.json | 11 +++++++++++ 3 files changed, 31 insertions(+) diff --git a/static/release-notes/react-web-core.json b/static/release-notes/react-web-core.json index 969502bdc..154ec4e00 100644 --- a/static/release-notes/react-web-core.json +++ b/static/release-notes/react-web-core.json @@ -1,4 +1,15 @@ [ + { + "version": "2.2.0", + "createdAt": 1735900565, + "fixes": [ + "Fixed active speaker detection for participants on stage.", + "Fixed rate limit issues of meeting.stores on getter methods." + ], + "features": [ + "Added ability to control livestream viewer qualities" + ] + }, { "version": "2.1.12-13", "createdAt": "1732086657", diff --git a/static/release-notes/ui-kit.json b/static/release-notes/ui-kit.json index 57b2230d0..8c2d68fb9 100644 --- a/static/release-notes/ui-kit.json +++ b/static/release-notes/ui-kit.json @@ -1,4 +1,13 @@ [ + { + "version": "2.1.3", + "createdAt": 1735900565, + "fixes": [ + "Fixed code indentation for chat messages", + "Fixed hand-raise button visibility issue with ui-kit addon", + "Fixed recorder pulseaudio issues" + ] + }, { "version": "2.1.2", "createdAt": 1733837940, diff --git a/static/release-notes/web-core.json b/static/release-notes/web-core.json index 1aabb3f1e..556f5d943 100644 --- a/static/release-notes/web-core.json +++ b/static/release-notes/web-core.json @@ -1,4 +1,15 @@ [ + { + "version": "2.2.0", + "createdAt": 1735900565, + "fixes": [ + "Fixed active speaker detection for participants on stage.", + "Fixed rate limit issues of meeting.stores on getter methods." + ], + "features": [ + "Added ability to control livestream viewer qualities" + ] + }, { "version": "2.1.12-13", "createdAt": "1732086657", From 9dc1c757beea850d3580658b0ed6eba03c46745a Mon Sep 17 00:00:00 2001 From: Ravindra Singh Rathor Date: Tue, 7 Jan 2025 16:08:49 +0530 Subject: [PATCH 2/2] refactor(release-notes): reworded release notes --- static/release-notes/react-web-core.json | 4 ++-- static/release-notes/ui-kit.json | 5 ++--- static/release-notes/web-core.json | 4 ++-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/static/release-notes/react-web-core.json b/static/release-notes/react-web-core.json index 154ec4e00..1556a0c02 100644 --- a/static/release-notes/react-web-core.json +++ b/static/release-notes/react-web-core.json @@ -3,8 +3,8 @@ "version": "2.2.0", "createdAt": 1735900565, "fixes": [ - "Fixed active speaker detection for participants on stage.", - "Fixed rate limit issues of meeting.stores on getter methods." + "Improved active speaker detection to resolve inaccuracies in specific scenarios.", + "Removed rate limits of meeting.stores getter methods." ], "features": [ "Added ability to control livestream viewer qualities" diff --git a/static/release-notes/ui-kit.json b/static/release-notes/ui-kit.json index 8c2d68fb9..bbf81efd7 100644 --- a/static/release-notes/ui-kit.json +++ b/static/release-notes/ui-kit.json @@ -3,9 +3,8 @@ "version": "2.1.3", "createdAt": 1735900565, "fixes": [ - "Fixed code indentation for chat messages", - "Fixed hand-raise button visibility issue with ui-kit addon", - "Fixed recorder pulseaudio issues" + "Improved message rendering for code block messages, code blocks now maintain original indentation", + "Fixed @dytesdk/ui-kit-addons hand-raise button visibility issue" ] }, { diff --git a/static/release-notes/web-core.json b/static/release-notes/web-core.json index 556f5d943..b1635c899 100644 --- a/static/release-notes/web-core.json +++ b/static/release-notes/web-core.json @@ -3,8 +3,8 @@ "version": "2.2.0", "createdAt": 1735900565, "fixes": [ - "Fixed active speaker detection for participants on stage.", - "Fixed rate limit issues of meeting.stores on getter methods." + "Improved active speaker detection to resolve inaccuracies in specific scenarios.", + "Removed rate limits of meeting.stores getter methods." ], "features": [ "Added ability to control livestream viewer qualities"