Releases: zng-ui/zng
Releases · zng-ui/zng
v0.13.11
- Implement text fill/justify.
- Deprecate
justify
, addjustify_mode
. - Fix
#[deprecated]
usage in#[widget]
structs. - Fix
#[deprecated]
usage in#[property]
functions. - Fix text overflow truncate not applying in most texts.
- Fix misaligned hyphenation split points.
- Fix missing lang region in hyphenation query.
v0.13.10
- Fix regression, some
Text!
inWrap!
not rendering.
v0.13.9
- Fix
Text!
measure incorrect size after a previous layout. - Add
scroll::zoom_size_only
property that disables scaling inScroll!
descendants and resizes them instead. - Fix small
Text!
in aWrap!
not starting a new line.
v0.13.8
- Fix
cargo zng fmt
for widgets with more than onewhen
block. - Fix
Wrap!
ignoring childText!
that is only a line-break. - Fix soft/hard breaks in
Markdown!
. - Improve cache of font data to use less memory.
v0.13.7
- More feature optimization.
v0.13.6
- Fix compilation of
zng-var
without features in debug mode. - Add features for each sub-module of the
zng
. This enabled compile size optimization.
v0.13.5
- Various optimizations to reduce code bloat.
v0.13.4
- Fix crash handler creating a temp file in the executable directory.
v0.13.3
- Fix hang rendering some text with image emojis.
v0.13.2
- Fix deadlock in release builds (introduced in 0.13.1).