Skip to content

Commit 2637d80

Browse files
committed
add changelog
1 parent b7ef27d commit 2637d80

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/source/about/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,14 @@ Unreleased
1919

2020
- :pull:`1251` - Substitute client-side usage of ``react`` with ``preact``.
2121
- :pull:`1239` - Script elements no longer support behaving like effects. They now strictly behave like plain HTML script elements.
22+
- :pull:`1255` - The ``reactpy.html`` module has been modified to allow for auto-creation of any HTML nodes. For example, you can create a ``<data-table>`` element by calling ``html.data_table()``.
23+
24+
**Removed**
25+
26+
- :pull:`1255` - Removed the ability to import ``reactpy.html.*`` elements directly. You must now call ``html.*`` to access the elements.
27+
- :pull:`1255` - Removed ``reactpy.sample`` module.
28+
- :pull:`1255` - Removed ``reactpy.svg`` module. Contents previously within ``reactpy.svg.*`` can now be accessed via ``html.svg.*``.
29+
- :pull:`1255` - Removed ``reactpy.html._`` function. Use ``html.fragment`` instead.
2230

2331
**Fixed**
2432

0 commit comments

Comments
 (0)