Releases: meszmate/zigzag
Releases · meszmate/zigzag
v0.1.2
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
What's Changed
- Github actions CI by @meszmate in #1
- Fix/terminal state restore on exit by @meszmate in #3
- Custom event loop support by @meszmate in #6
- Add unicode support; Unicode tab in showcase by @meszmate in #8
- fix: windows compilation by @meszmate in #9
New Contributors
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Full Changelog: https://github.com/meszmate/zigzag/commits/v0.1.0