Skip to content

v0.11.3

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Aug 20:05
· 167 commits to main since this release
dba3be1
  • Add IS_MOBILE_VAR, is_mobile and force_mobile context var and properties.
  • Add WindowVars::safe_padding and implement it for Android.
  • Breaking Add WindowOpenData::safe_padding and WindowChanged::safe_padding to the view API.
    • Note that this is only a breaking change for direct dependents of zng-view-api and zng-app.
  • Fix text input moving caret on focus.
  • Fix interactive caret touch causing loss of focus on the text input.
  • Implemented keyboard support for Android (no IME).
  • Add --cfg=zng_view_image_has_avif for zng-view to support building AVIF.
    • See [docs/avif-setup.md] for more details.
  • Markdown! now supports definition lists.