Skip to content

Releases: zng-ui/zng

v0.13.11

02 Feb 01:44
fee1c26
Compare
Choose a tag to compare
  • Implement text fill/justify.
  • Deprecate justify, add justify_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

26 Jan 20:51
ee16d00
Compare
Choose a tag to compare
  • Fix regression, some Text! in Wrap! not rendering.

v0.13.9

26 Jan 16:00
3661c67
Compare
Choose a tag to compare
  • Fix Text! measure incorrect size after a previous layout.
  • Add scroll::zoom_size_only property that disables scaling in Scroll! descendants and resizes them instead.
  • Fix small Text! in a Wrap! not starting a new line.

v0.13.8

23 Jan 01:10
91213a7
Compare
Choose a tag to compare
  • Fix cargo zng fmt for widgets with more than one when block.
  • Fix Wrap! ignoring child Text! that is only a line-break.
  • Fix soft/hard breaks in Markdown!.
  • Improve cache of font data to use less memory.

v0.13.7

18 Jan 21:58
b0f4dcb
Compare
Choose a tag to compare
  • More feature optimization.

v0.13.6

11 Jan 20:21
f57a726
Compare
Choose a tag to compare
  • 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

03 Jan 19:02
c7aee45
Compare
Choose a tag to compare
  • Various optimizations to reduce code bloat.

v0.13.4

26 Dec 15:39
3528299
Compare
Choose a tag to compare
  • Fix crash handler creating a temp file in the executable directory.

v0.13.3

25 Dec 03:36
3996bde
Compare
Choose a tag to compare
  • Fix hang rendering some text with image emojis.

v0.13.2

24 Dec 23:40
b776fb4
Compare
Choose a tag to compare
  • Fix deadlock in release builds (introduced in 0.13.1).