Skip to content

v0.12.0

Choose a tag to compare

@github-actions github-actions released this 21 Sep 22:38
· 593 commits to main since this release
1ac7a59
  • Log warning when property is not used because it has no default value.
  • Define default max_size, max_width and max_height so these properties can now be only set by when conditions.
  • Fix sticky_size, sticky_width and sticky_height properties when dynamically disabled and re-enabled.
  • Fix sticky_height using x constraint.
  • Fix fill align in Scroll! dimensions that do not scroll.
  • Implement alternate SettingsEditor! layout for narrow width (mobile).
  • Implement equality and comparison for Dip and Px to i32 (and f32 for Dip).
  • Breaking Move IS_MOBILE_VAR to zng-wgt and zng::widget.
  • Breaking Move is_mobile and force_mobile to zng-wgt and zng::widget.
    • These properties are no longer strongly associated with Window.
  • Add SettingsEditor::panel_fn for customizing the full editor layout.
  • Breaking Remove previous deprecated UiNodeVec.
  • Breaking Remove unused renderer param in FrameUpdate::new.