File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ Changelog
1818 Unreleased
1919----------
2020
21+ Nothing (yet)!
22+
23+ v1.1.0
24+ ------
25+
2126**Fixed **
2227
2328- :pull: `1118 ` - ``module_from_template `` is broken with a recent release of ``requests ``
Original file line number Diff line number Diff line change 2222from reactpy .utils import Ref , html_to_vdom , vdom_to_html
2323
2424__author__ = "The Reactive Python Team"
25- __version__ = "1.0.2" # DO NOT MODIFY
25+ __version__ = "1.1.0"
2626
2727__all__ = [
28+ "Layout" ,
29+ "Ref" ,
2830 "backend" ,
2931 "component" ,
3032 "config" ,
3133 "create_context" ,
3234 "event" ,
3335 "hooks" ,
34- "html_to_vdom" ,
3536 "html" ,
36- "Layout " ,
37+ "html_to_vdom " ,
3738 "logging" ,
38- "Ref" ,
3939 "run" ,
4040 "sample" ,
41- "Stop" ,
4241 "svg" ,
4342 "types" ,
4443 "use_callback" ,
5251 "use_ref" ,
5352 "use_scope" ,
5453 "use_state" ,
55- "vdom_to_html" ,
5654 "vdom" ,
55+ "vdom_to_html" ,
5756 "web" ,
5857 "widgets" ,
5958]
You can’t perform that action at this time.
0 commit comments