Skip to content

Commit b1e01cc

Browse files
committed
Add changelog item
1 parent a41adbe commit b1e01cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/source/about/changelog.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Unreleased
1616
----------
1717

1818
**Added**
19+
1920
- :pull:`1113` - Added ``reactpy.executors.asgi.ReactPy`` that can be used to run ReactPy in standalone mode via ASGI.
2021
- :pull:`1269` - Added ``reactpy.executors.asgi.ReactPyPyodide`` that can be used to run ReactPy in standalone mode via ASGI, but rendered entirely client-sided.
2122
- :pull:`1113` - Added ``reactpy.executors.asgi.ReactPyMiddleware`` that can be used to utilize ReactPy within any ASGI compatible framework.
@@ -56,6 +57,7 @@ Unreleased
5657
**Fixed**
5758

5859
- :pull:`1239` - Fixed a bug where script elements would not render to the DOM as plain text.
60+
- :pull:`1271` - Fixed bug where JavaScript components were unable to obtain the ``key`` attribute provided within ReactPy.
5961

6062
v1.1.0
6163
------

0 commit comments

Comments
 (0)