Skip to content

Commit c43a641

Browse files
committed
Add new changelog entry
1 parent 76571cc commit c43a641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/about/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ Unreleased
3737
- :pull:`1307` - Added ``reactpy.web.reactjs_component_from_url`` to import ReactJS components from a URL.
3838
- :pull:`1307` - Added ``reactpy.web.reactjs_component_from_string`` to import ReactJS components from a string.
3939

40-
4140
**Changed**
4241

4342
- :pull:`1251` - Substitute client-side usage of ``react`` with ``preact``.
@@ -50,6 +49,7 @@ Unreleased
5049
- :pull:`1113` - Renamed ``reactpy.config.REACTPY_DEBUG_MODE`` to ``reactpy.config.REACTPY_DEBUG``.
5150
- :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.
5251
- :pull:`1196` - Rewrite the ``event-to-object`` package to be more robust at handling properties on events.
52+
- :pull:`1312` - Custom JS components will now automatically assume you are using ReactJS in the absence of a ``bind`` function.
5353
- :pull:`1113` - ``@reactpy/client`` now exports ``React`` and ``ReactDOM``.
5454
- :pull:`1281` - ``reactpy.html`` will now automatically flatten lists recursively (ex. ``reactpy.html(["child1", ["child2"]])``)
5555
- :pull:`1278` - ``reactpy.utils.reactpy_to_string`` will now retain the user's original casing for ``data-*`` and ``aria-*`` attributes.

0 commit comments

Comments
 (0)