ribir-v0.4.0-alpha.14
Pre-release
Pre-release
M-Adoo
released this
30 Oct 00:51
·
72 commits
to master
since this release
Features
- macros: Added the
part_writer!
macro to generate a partial writer from a mutable reference of a writer. (#642 @M-Adoo)
Fixed
- core: Setting the theme before running the app results in the tree being constructed twice. (#637, @M-Adoo)
- core: Resolve a crash occurring in a class implementation with multiple children. (#637 @M-Adoo)
- core: Nodes created by a class implementation may not be disposed of when switching to another class. (#637 @M-Adoo)
- core: When merge multiple
MixBuiltin
widgets, there may be a premature dropping of the outerMixBuiltin
before it should occur. (#639 @M-Adoo) - core:
watch!
does not notify the initial value. (#640 @M-Adoo) - core: fix watch multi builtin events not work (#641 @wjian23)
- core: fix widget layout when h_algin and v_align are embedded in each other (#641 @wjian23)
- painter: fix elements may not be painted after window resize. (#644 @M-Adoo)