Skip to content

Commit 8f9f8d7

Browse files
committed
Add changelog
1 parent d41c492 commit 8f9f8d7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/source/about/changelog.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,16 @@ Unreleased
2020

2121
**Fixed**
2222

23-
- :pull:`1118` - `module_from_template` is broken with a recent release of `requests`
24-
- :pull:`1131` - `module_from_template` did not work when using Flask backend
25-
- :pull:`1200` - Fixed `UnicodeDecodeError` when using `reactpy.web.export`
23+
- :pull:`1118` - ``module_from_template`` is broken with a recent release of ``requests``
24+
- :pull:`1131` - ``module_from_template`` did not work when using Flask backend
25+
- :pull:`1200` - Fixed ``UnicodeDecodeError`` when using ``reactpy.web.export``
2626
- :pull:`1224` - Fixes needless unmounting of JavaScript components during each ReactPy render.
27+
- :pull:`1126` - Fixed missing ``event["target"]["checked"]`` on checkbox inputs
2728

2829
**Added**
2930

3031
- :pull:`1165` - Allow concurrently rendering discrete component trees - enable this
31-
experimental feature by setting `REACTPY_ASYNC_RENDERING=true`. This improves
32+
experimental feature by setting ``REACTPY_ASYNC_RENDERING=true``. This improves
3233
the overall responsiveness of your app in situations where larger renders would
3334
otherwise block smaller renders from executing.
3435

0 commit comments

Comments
 (0)