File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 11Changelog
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+
4200.25.0
521------
622
You can’t perform that action at this time.
0 commit comments