File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ Changelog
18
18
Unreleased
19
19
----------
20
20
21
+ Nothing (yet)!
22
+
23
+ v1.1.0
24
+ ------
25
+
21
26
**Fixed **
22
27
23
28
- :pull: `1118 ` - ``module_from_template `` is broken with a recent release of ``requests ``
Original file line number Diff line number Diff line change 22
22
from reactpy .utils import Ref , html_to_vdom , vdom_to_html
23
23
24
24
__author__ = "The Reactive Python Team"
25
- __version__ = "1.0.2" # DO NOT MODIFY
25
+ __version__ = "1.1.0"
26
26
27
27
__all__ = [
28
+ "Layout" ,
29
+ "Ref" ,
28
30
"backend" ,
29
31
"component" ,
30
32
"config" ,
31
33
"create_context" ,
32
34
"event" ,
33
35
"hooks" ,
34
- "html_to_vdom" ,
35
36
"html" ,
36
- "Layout " ,
37
+ "html_to_vdom " ,
37
38
"logging" ,
38
- "Ref" ,
39
39
"run" ,
40
40
"sample" ,
41
- "Stop" ,
42
41
"svg" ,
43
42
"types" ,
44
43
"use_callback" ,
52
51
"use_ref" ,
53
52
"use_scope" ,
54
53
"use_state" ,
55
- "vdom_to_html" ,
56
54
"vdom" ,
55
+ "vdom_to_html" ,
57
56
"web" ,
58
57
"widgets" ,
59
58
]
You can’t perform that action at this time.
0 commit comments