Skip to content

Releases: meszmate/zigzag

v0.1.2

08 Mar 08:09
7722b12

Choose a tag to compare

What's Changed

  • Add paren around struct literal by @nwindian in #10
  • Fix memory leak in todo_list example by @meszmate in #14
  • Fix layout issue in example showcase tab five by @meszmate in #15
  • Fix Chinese input handling in TextArea and TextInput by @meszmate in #16
  • Fix text editor cursor display by @meszmate in #18
  • Fix windows readInput blocking call that disables ticking by @meszmate in #22
  • Add soft word wrap to TextArea by @meszmate in #23
  • Fix nil pointer dereference when using ctx.allocator in init by @meszmate in #26
  • fix: drain non-byte console events to unblock initial tick on Windows by @meszmate in #27
  • fix: missing placeholder padding and empty row padding of TextArea by @dacec354 in #30
  • Fix extra newline in inline styles by @meszmate in #31
  • Fix frame timings and non-monotonic clock issues by @meszmate in #34
  • Add inline image support (Kitty, iTerm2, Sixel) by @meszmate in #35
  • Extend image support with caching, in-memory data, z-index, and protocol selection by @meszmate in #36
  • Add focus management system with customizable key bindings by @meszmate in #37
  • Add Modal and Tooltip overlay components by @meszmate in #38
  • Add TabGroup component for multi-screen tab navigation by @meszmate in #39
  • feat: add OSC 52 clipboard support (copy + query) by @meszmate in #40
  • feat: add Chart, BarChart, Canvas components and enhance Viewport by @meszmate in #41
  • Compact responsive charts layout by @meszmate in #42

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

11 Feb 16:33
30d8d7f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

06 Feb 16:22

Choose a tag to compare