Skip to content

v0.15.9

Choose a tag to compare

@github-actions github-actions released this 11 Jul 22:40
· 413 commits to main since this release
fdae832
  • Add ImageSource::linear_vertical and linear_horizontal for generating fast gradient masks.
  • Implement Eq and Hash for Length, LengthExpr, Size, Line, Point, Factor2d, GridSpacing, FactorSideOffsets, Rect, SideOffsets, Vector, LinearGradientAxis, ColorStop, GradientStop, GradientStops.
  • Add background and foreground image properties.
    • An alternative to using the Image! widget as background or foreground.
    • Properties implemented in zng-wgt-image and surfaced in zng::widget.
    • background_img, background_img_align, background_img_crop, background_img_fit, background_img_offset, background_img_opacity, background_img_repeat, background_img_repeat_spacing.
    • foreground_img, foreground_img_align, foreground_img_crop, foreground_img_fit, foreground_img_offset, foreground_img_opacity, foreground_img_repeat, foreground_img_repeat_spacing.
  • Fix "http" feature including the image widget crate in zng.
  • Remove warnings about touch_config not being implemented in Linux, macOS and Windows.
  • Fix localization resources fallback going to different file name (take 2).