Skip to content

Commit af68f0e

Browse files
committed
Add changelog
1 parent b927701 commit af68f0e

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
@@ -25,6 +25,7 @@ Unreleased
2525
- :pull:`1113` - Added support for Python 3.12 and 3.13.
2626
- :pull:`1264` - Added ``reactpy.use_async_effect`` hook.
2727
- :pull:`1267` - Added ``shutdown_timeout`` parameter to the ``reactpy.use_async_effect`` hook.
28+
- :pull:`1278` - ``reactpy.utils.html_to_vdom`` has been upgraded to handle more complex scenarios without causing ReactJS rendering errors.
2829

2930
**Changed**
3031

@@ -38,6 +39,7 @@ Unreleased
3839
- :pull:`1113` - Renamed ``reactpy.config.REACTPY_DEBUG_MODE`` to ``reactpy.config.REACTPY_DEBUG``.
3940
- :pull:`1113` - ``@reactpy/client`` now exports ``React`` and ``ReactDOM``.
4041
- :pull:`1263` - ReactPy no longer auto-converts ``snake_case`` props to ``camelCase``. It is now the responsibility of the user to ensure that props are in the correct format.
42+
- :pull:`1278` - ``reactpy.utils.vdom_to_html`` will now retain the user's original casing for element ``data-*`` and ``aria-*`` attributes.
4143

4244
**Removed**
4345

0 commit comments

Comments
 (0)