File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
20
0.25.0
5
21
------
6
22
You can’t perform that action at this time.
0 commit comments