Skip to content

Commit 0c52710

Browse files
committed
Add changelog
1 parent 7792156 commit 0c52710

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/source/about/changelog.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ Unreleased
3131
- :pull:`1281` - Added type hints to ``reactpy.html`` attributes.
3232
- :pull:`1285` - Added support for nested components in web modules
3333
- :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.
3437

3538
**Changed**
3639

@@ -51,6 +54,13 @@ Unreleased
5154
- :pull:`1281` - ``reactpy.types.VdomDictConstructor`` has been renamed to ``reactpy.types.VdomConstructor``.
5255
- :pull:`1196` - Rewrite the ``event-to-object`` package to be more robust at handling properties on events.
5356

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.
62+
63+
5464
**Removed**
5565

5666
- :pull:`1255` - Removed the ability to import ``reactpy.html.*`` elements directly. You must now call ``html.*`` to access the elements.

0 commit comments

Comments
 (0)