v0.18.2
- Fix
async_hn!handlers in the app scope unsubscribing after first event. - Fix layout dependent on
LayoutMetrics::screen_ppinot updating on change. - Add
Var::flat_map_vecfor mappingVar<Vec<T>>toVar<Vec<O>>whereTprojects aVar<O>. - Default setting editor reset button is now localizable in the
zng-wgt-settingsl10n resources.- Also surface it in
zng::config::settings::editor::reset_buttonfor use in custom editors.
- Also surface it in
- Implement
FromStrfor resolution units. - Implement more Option conversions for response vars.
- You can now
map_intofromResponseVar<Option<T>>toVar<Option<T>>.
- You can now
- Add
flat_expr_var!, a helper for declaring an expression var that flattens. - Fix EXIF metadata reading to define
ppi.
Crates will be available on crates.io once Publish completes.