We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d006c commit d8e355aCopy full SHA for d8e355a
docs/source/changelog.rst
@@ -1,6 +1,21 @@
1
Changelog
2
=========
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
19
0.26.0
20
------
21
0 commit comments