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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,9 @@ Unreleased
31
31
- :pull:`1281` - Added type hints to ``reactpy.html`` attributes.
32
32
- :pull:`1285` - Added support for nested components in web modules
33
33
- :pull:`1289` - Added support for inline JavaScript as event handlers or other attributes that expect a callable via ``reactpy.types.InlineJavaScript``
34
-
-:pull:`1307` - Added ``reactpy.web.import_js_from_file`` to import ReactJS components from a file.
35
-
-:pull:`1307` - Added ``reactpy.web.import_js_from_url`` to import ReactJS components from a URL.
36
-
-:pull:`1307` - Added ``reactpy.web.import_js_from_string`` to import ReactJS components from a string.
34
+
-:pull:`1307` - Added ``reactpy.web.reactjs_component_from_file`` to import ReactJS components from a file.
35
+
-:pull:`1307` - Added ``reactpy.web.reactjs_component_from_url`` to import ReactJS components from a URL.
36
+
-:pull:`1307` - Added ``reactpy.web.reactjs_component_from_string`` to import ReactJS components from a string.
37
37
38
38
**Changed**
39
39
@@ -55,10 +55,10 @@ Unreleased
55
55
- :pull:`1196` - Rewrite the ``event-to-object`` package to be more robust at handling properties on events.
56
56
57
57
**Deprecated**
58
-
-:pull:`1307` - ``reactpy.web.export`` is deprecated. Use ``reactpy.web.import_js_from_*`` instead.
59
-
-:pull:`1307` - ``reactpy.web.module_from_file`` is deprecated. Use ``reactpy.web.import_js_from_file`` instead.
60
-
-:pull:`1307` - ``reactpy.web.module_from_url`` is deprecated. Use ``reactpy.web.import_js_from_url`` instead.
61
-
-:pull:`1307` - ``reactpy.web.module_from_string`` is deprecated. Use ``reactpy.web.import_js_from_string`` instead.
58
+
-:pull:`1307` - ``reactpy.web.export`` is deprecated. Use ``reactpy.web.reactjs_component_from_*`` instead.
59
+
-:pull:`1307` - ``reactpy.web.module_from_file`` is deprecated. Use ``reactpy.web.reactjs_component_from_file`` instead.
60
+
-:pull:`1307` - ``reactpy.web.module_from_url`` is deprecated. Use ``reactpy.web.reactjs_component_from_url`` instead.
61
+
-:pull:`1307` - ``reactpy.web.module_from_string`` is deprecated. Use ``reactpy.web.reactjs_component_from_string`` instead.
0 commit comments