Skip to content

Commit bbe71b5

Browse files
committed
Update changelog
1 parent 09a5674 commit bbe71b5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/source/about/changelog.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ 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.
2928

3029
**Changed**
3130

@@ -39,7 +38,8 @@ Unreleased
3938
- :pull:`1113` - Renamed ``reactpy.config.REACTPY_DEBUG_MODE`` to ``reactpy.config.REACTPY_DEBUG``.
4039
- :pull:`1113` - ``@reactpy/client`` now exports ``React`` and ``ReactDOM``.
4140
- :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.
41+
- :pull:`1278` - ``reactpy.utils.reactpy_to_string`` will now retain the user's original casing for ``data-*`` and ``aria-*`` attributes.
42+
- :pull:`1278` - ``reactpy.utils.string_to_reactpy`` has been upgraded to handle more complex scenarios without causing ReactJS rendering errors.
4343

4444
**Removed**
4545

@@ -50,6 +50,8 @@ Unreleased
5050
- :pull:`1113` - Removed ``reactpy.run``. See the documentation for the new method to run ReactPy applications.
5151
- :pull:`1113` - Removed ``reactpy.backend.*``. See the documentation for the new method to run ReactPy applications.
5252
- :pull:`1113` - Removed ``reactpy.core.types`` module. Use ``reactpy.types`` instead.
53+
- :pull:`1278` - Removed ``reactpy.utils.html_to_vdom``. Use ``reactpy.utils.string_to_reactpy`` instead.
54+
- :pull:`1278` - Removed ``reactpy.utils.vdom_to_html``. Use ``reactpy.utils.reactpy_to_string`` instead.
5355
- :pull:`1113` - All backend related installation extras (such as ``pip install reactpy[starlette]``) have been removed.
5456
- :pull:`1113` - Removed deprecated function ``module_from_template``.
5557
- :pull:`1113` - Removed support for Python 3.9.

0 commit comments

Comments
 (0)