diff --git a/src/components/ReleaseNotesGenerator.jsx b/src/components/ReleaseNotesGenerator.jsx index 87a43fb5c..c33349626 100644 --- a/src/components/ReleaseNotesGenerator.jsx +++ b/src/components/ReleaseNotesGenerator.jsx @@ -35,7 +35,12 @@ const changeTypes = [ name: 'perf', color: '#5555aa', label: 'Performance', - } + }, + { + name: 'enhancements', + color: '#8e8ee5', + label: 'Enhancements', + }, ]; function convertHtmlTagsInTextToReactTags(text) { diff --git a/static/release-notes/react-web-core.json b/static/release-notes/react-web-core.json index 710d01a39..969502bdc 100644 --- a/static/release-notes/react-web-core.json +++ b/static/release-notes/react-web-core.json @@ -1,4 +1,32 @@ [ + { + "version": "2.1.12-13", + "createdAt": "1732086657", + "fixes": [ + "Improve audio,video subscription speed and reliability", + "Fixed the issue where participant call report was not generated due to ip detection failure", + "Fixed livestream socket reconnection issues for viewer" + ], + "enhancements": [ + "Added stats such as bitrate, packet loss on `mediaScoreUpdate` event.", + "Livestream now supports direct ingestion via RTMP. Use `meeting.livestream.start({ manualIngestion: true })`" + ] + }, + { + "version": "2.1.11", + "createdAt": "1731944143", + "fixes": [ + "Added additional metadata required for whiteboard plugin", + "Fixed pip error `addSource of undefined`" + ] + }, + { + "version": "2.1.10", + "createdAt": "1730705555", + "fixes": [ + "The connected meeting feature, previously gated behind a feature flag, is now available to all users without additional configuration" + ] + }, { "version": "2.1.9", "createdAt": "1729752332", diff --git a/static/release-notes/ui-kit.json b/static/release-notes/ui-kit.json index 348ed9033..32160f348 100644 --- a/static/release-notes/ui-kit.json +++ b/static/release-notes/ui-kit.json @@ -1,4 +1,71 @@ [ + { + "version": "2.1.0-1", + "createdAt": 1732087718, + "features": [ + "Added media troubleshooter in more menu" + ], + "perf": [ + "Implemented virtualization in the participants' list to improve performance and responsiveness when rendering a large number of participants." + ] + }, + { + "version": "2.0.6", + "createdAt": 1730705348, + "fixes": [ + "Removed the feature flag for private chat, making it accessible by default for all users." + ] + }, + { + "version": "2.0.5", + "createdAt": 1728381516, + "fixes": [ + "Fixed an issue where the device selector was not updating after granting media permissions on the setup screen." + ] + }, + { + "version": "2.0.4", + "createdAt": 1727864194, + "fixes": [ + "Fixed an issue where the device selector was not updating after granting media permissions on macOS.", + "Fixed PIP race cases where PIP was not initialised in time and participants feeds were not added to PIP", + "Fixed PIP issue where preview video was shown in PIP", + "Fixed `` z-index issues" + ] + }, + { + "version": "2.0.3", + "createdAt": 1725947806, + "fixes": [ + "Corrected styling issues with `` when the `disabled` key was set to `false`." + ] + }, + { + "version": "2.0.2", + "createdAt": 1727864194, + "fixes": [ + "Fixed `` to display the unread message count only after joining a meeting." + ] + }, + { + "version": "2.0.1", + "createdAt": 1724994414, + "fixes": [ + "Removed the waitlisted notification for participants after they were accepted into the meeting." + ] + }, + { + "version": "2.0.0", + "createdAt": 1722423085, + "features": [ + "Added compatibility with web-core 2.0." + ], + "breaking-changes": [ + "Removed `` component", + "Dropped support for the v1 API", + "Removed usages of deprecated stage APIs" + ] + }, { "version": "1.66.0", "createdAt": 1709193540, diff --git a/static/release-notes/web-core.json b/static/release-notes/web-core.json index 802a9cbdd..1aabb3f1e 100644 --- a/static/release-notes/web-core.json +++ b/static/release-notes/web-core.json @@ -1,4 +1,32 @@ [ + { + "version": "2.1.12-13", + "createdAt": "1732086657", + "fixes": [ + "Improve audio,video subscription speed and reliability", + "Fixed the issue where participant call report was not generated due to ip detection failure", + "Fixed livestream socket reconnection issues for viewer" + ], + "enhancements": [ + "Added stats such as bitrate, packet loss on `mediaScoreUpdate` event.", + "Livestream now supports direct ingestion via RTMP. Use `meeting.livestream.start({ manualIngestion: true })`" + ] + }, + { + "version": "2.1.11", + "createdAt": "1731944143", + "fixes": [ + "Added additional metadata required for whiteboard plugin", + "Fixed pip error `addSource of undefined`" + ] + }, + { + "version": "2.1.10", + "createdAt": "1730705555", + "fixes": [ + "The connected meeting feature, previously gated behind a feature flag, is now available to all users without additional configuration" + ] + }, { "version": "2.1.9", "createdAt": "1729752332",