You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/about/changelog.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Unreleased
17
17
18
18
**Added**
19
19
20
-
- :pull:`1113` - Added support for Python 3.12and 3.13.
20
+
- :pull:`1113` - Added support for Python 3.12, 3.13, and 3.14.
21
21
- :pull:`1281` - Added type hints to ``reactpy.html`` attributes.
22
22
- :pull:`1285` - Added support for nested components in web modules
23
23
- :pull:`1289` - Added support for inline JavaScript as event handlers or other attributes that expect a callable via ``reactpy.types.InlineJavaScript``
@@ -67,9 +67,9 @@ Unreleased
67
67
68
68
**Removed**
69
69
70
+
- :pull:`1113` - Removed support for Python 3.9 and 3.10.
70
71
- :pull:`1255` - Removed the ability to import ``reactpy.html.*`` elements directly. You must now call ``html.*`` to access the elements.
71
72
- :pull:`1113` - Removed backend specific installation extras (such as ``pip install reactpy[starlette]``).
72
-
- :pull:`1113` - Removed support for Python 3.9.
73
73
- :pull:`1264` - Removed support for async functions within ``reactpy.use_effect`` hook. Use ``reactpy.use_async_effect`` instead.
74
74
- :pull:`1113` - Removed deprecated function ``module_from_template``.
75
75
- :pull:`1311` - Removed deprecated exception type ``reactpy.core.serve.Stop``.
0 commit comments