File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ 0.27.0
5
+ ------
6
+
7
+ Introduces changes to the interface for custom Javascript components. This now allows
8
+ JS modules to export a ``mount(element, component, props) `` function which can be used
9
+ to bind new elements to the DOM instead of using the application's own React instance
10
+ and specifying React as a peer dependency. This avoids a wide variety of potential
11
+ issues with implementing custom components and opens up the possiblity for a wider
12
+ variety of component implementations.
13
+
14
+ - modules with mount func should not have children - :commit: `94d006c `
15
+ - limit to flask<2.0 - :commit: `e7c11d0 `
16
+ - federate modules with mount function - :commit: `bf63a62 `
17
+
18
+
4
19
0.26.0
5
20
------
6
21
You can’t perform that action at this time.
0 commit comments