Release 0.1-beta.2
Release status
Early beta
Changes
relm4
dependency got updated torelm4-0.4.1
issue #21- Removing records from store issue #14
DataContainer
got moved intorelm4-store-collections
crate issue #13DataContainer::invariants
are only run on thedev/debug
releases issue #27- more unit tests
This release was tracked under issue 0.1-beta.2
Migration from 0.1-beta.1 to 0.1-beta.2
StoreViewPrototype
relm4_store::StoreViewPrototype
methods got updated to follow relm4::factory::FactoryPrototype
generate
=>init_view
update_record
=>view
get_root
=>root_widget
Full status of methods in StoreViewPrototype
0.1-beta.1 method name | 0.1-beta.2 method name | reason |
---|---|---|
generate | init_view | follow FactoryPrototype update |
update_record | view | follow FacroryPrototype update |
get_root | root_widget | follow FactoryPrototype update |
position | position | not changed in FactoryPrototype |
init_view_model | init_view_model | not changed, follows ComponentUpdate |
update | update | not changed, follows ComponentUpdate |