Skip to content

v0.17.1

Choose a tag to compare

@github-actions github-actions released this 27 Sep 05:36
· 335 commits to main since this release
ed32d69
  • Optimize read-only variables, now all var kinds are zero-cost.
  • Fix VarCapability::is_const for contextual read-only variables.
  • Fix IMAGES.reload panic on error.
  • Add IMAGES.watch for auto reloading image that is modified.
    • Implemented in zng::fs_watcher::IMAGES_Ext and imported in the prelude.
  • Add Length::has_default that inspects Expr values.
    • Method also added to all Length based composite units.
  • Fix length::replace_default not considering Expr values.
  • Fix Length::Default having a layout effect in exact size properties.
    • This default value now disables the properties, the required behavior for integration with when blocks in widgets.
    • Changed properties: layout::{size, max_size, force_size} and related properties.
  • Fix buttons at the top-level of Menu! not returning focus on click.
  • View-process now tries to guess image format in case of header decode error for an extension or mime defined format.
  • Fix cargo zng fmt wrap instability inside macros.

Crates will be available on crates.io once Publish completes.