From 8f9f8d77b1b8d6e43203cc407be140aa58140d23 Mon Sep 17 00:00:00 2001 From: Archmonger <16909269+Archmonger@users.noreply.github.com> Date: Tue, 29 Oct 2024 04:57:30 -0700 Subject: [PATCH] Add changelog --- docs/source/about/changelog.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/source/about/changelog.rst b/docs/source/about/changelog.rst index 04d426a6b..325481f9a 100644 --- a/docs/source/about/changelog.rst +++ b/docs/source/about/changelog.rst @@ -20,15 +20,16 @@ Unreleased **Fixed** -- :pull:`1118` - `module_from_template` is broken with a recent release of `requests` -- :pull:`1131` - `module_from_template` did not work when using Flask backend -- :pull:`1200` - Fixed `UnicodeDecodeError` when using `reactpy.web.export` +- :pull:`1118` - ``module_from_template`` is broken with a recent release of ``requests`` +- :pull:`1131` - ``module_from_template`` did not work when using Flask backend +- :pull:`1200` - Fixed ``UnicodeDecodeError`` when using ``reactpy.web.export`` - :pull:`1224` - Fixes needless unmounting of JavaScript components during each ReactPy render. +- :pull:`1126` - Fixed missing ``event["target"]["checked"]`` on checkbox inputs **Added** - :pull:`1165` - Allow concurrently rendering discrete component trees - enable this - experimental feature by setting `REACTPY_ASYNC_RENDERING=true`. This improves + experimental feature by setting ``REACTPY_ASYNC_RENDERING=true``. This improves the overall responsiveness of your app in situations where larger renders would otherwise block smaller renders from executing.