Skip to content

Commit d8e355a

Browse files
committed
add release notes
1 parent 94d006c commit d8e355a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Diff for: docs/source/changelog.rst

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Changelog
22
=========
33

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+
419
0.26.0
520
------
621

0 commit comments

Comments
 (0)