Skip to content

Commit 64fffb8

Browse files
committed
minor doc update
1 parent b1df8a6 commit 64fffb8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/source/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ and specifying React as a peer dependency. This avoids a wide variety of potenti
1111
issues with implementing custom components and opens up the possibility for a wider
1212
variety of component implementations.
1313

14+
**Highlighted Commits:**
15+
1416
- modules with mount func should not have children - :commit:`94d006c`
1517
- limit to flask<2.0 - :commit:`e7c11d0`
1618
- federate modules with mount function - :commit:`bf63a62`
@@ -26,6 +28,8 @@ This occurs when element has been unmounted, but a latent event tells the layout
2628
should be updated. For example, when a user clicks a button rapidly, and the resulting
2729
update deletes the original button.
2830

31+
**Highlighted Commits:**
32+
2933
- only one attr dict in vdom constructor - :commit:`555086a`
3034
- remove Option setter/getter with current property - :commit:`2627f79`
3135
- add cli command to show options - :commit:`c9e6869`

0 commit comments

Comments
 (0)