Skip to content

Commit 0b8ca54

Browse files
committed
add changelog entry for 0.26.0
1 parent aabfbd2 commit 0b8ca54

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/source/changelog.rst

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

4+
0.26.0
5+
------
6+
7+
A collection of minor fixes and changes that, as a whole, add up to something requiring
8+
a minor release. The most significant addition is a fix for situations where a
9+
``Layout`` can raise an error when a component whose state has been delete is rendered.
10+
This occurs when element has been unmounted, but a latent event tells the layout it
11+
should be updated. For example, when a user clicks a button rapidly, and the resulting
12+
update deletes the original button.
13+
14+
- only one attr dict in vdom constructor - :commit:`555086a`
15+
- remove Option setter/getter with current property - :commit:`2627f79`
16+
- add cli command to show options - :commit:`c9e6869`
17+
- check component has model state before render - :commit:`6a50d56`
18+
- rename daemon to run_in_thread + misc - :commit:`417b687`
19+
420
0.25.0
521
------
622

0 commit comments

Comments
 (0)