From bd57e3d8ab3846331e0e4e5fd5ac8b2cbff6001b Mon Sep 17 00:00:00 2001 From: Abanoub Ghadban Date: Mon, 28 Oct 2024 14:54:57 +0300 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6eb24e6e..e82c3d1fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,9 @@ Please follow the recommendations outlined at [keepachangelog.com](http://keepac ### [Unreleased] Changes since the last non-beta release. +### Added + - Added support for replaying console logs that occur during server rendering of streamed React components. This enables debugging of server-side rendering issues by capturing and displaying console output on the client and on the server output. [PR #1647](https://github.com/shakacode/react_on_rails/pull/1647) by [AbanoubGhadban](https://github.com/AbanoubGhadban). + ### Added - Added streaming server rendering support: - New `stream_react_component` helper for adding streamed components to views