Skip to content

Releases: atuinsh/eye-declare

v0.5.1

24 Apr 21:18
2e436cf

Choose a tag to compare

0.5.1 - 2026-04-24

🐛 Bug Fixes

  • Preserve burst rows in scrollback (#33) - (14e6492)

v0.4.3

15 Apr 23:24
34f3e90

Choose a tag to compare

0.4.3 - 2026-04-15

🐛 Bug Fixes

  • Respect EventResult::Consumed in interactive loop (#29) - (512e881)

v0.4.2

14 Apr 21:31
6903b73

Choose a tag to compare

0.4.2 - 2026-04-14

🐛 Bug Fixes

  • Drain pending messages on exit so handle.fetch() succeeds (#28) - (83b69f6)

v0.4.0

09 Apr 20:30
bd43a1e

Choose a tag to compare

0.4.0 - 2026-04-09

⛰️ Features

🐛 Bug Fixes

  • Persist interval effects across re-renders (#25) - (1d0841c)

v0.3.0

30 Mar 21:49
0a12a1a

Choose a tag to compare

0.3.0 - 2026-03-30

⛰️ Features

  • [breaking] Hook callbacks receive props — Hooks<S> becomes Hooks<P, S> (#20) - (8b67f86)
  • [breaking] Replace TextBlock/Line with Text component (#19) - (01790c8)
  • Wave 4 — use_height_hint, data children in #[component], HooksOutput cleanup (#18) - (d760eb6)
  • Wave 3 — structural simplification (single-call update, hidden legacy methods) (#17) - (075a46e)
  • Wave 2 — migrate built-in components to #[component] fn model (#16) - (6bbcef8)
  • Wave 1 — internals cleanup for #[component] fn transition (#15) - (80f287e)
  • [breaking] Function components with #[props], #[component], and behavioral hooks (#14) - (f3e681d)
  • [breaking] Make view() primary, remove children()/uses_view(), add DataChildren (#13) - (d9680ff)
  • Unified view() method + Canvas component (#12) - (7220802)
  • Eliminate required desired_height via probe render measurement (#10) - (5ba8072)
  • Add View component for unified layout + chrome (#2) - (96dc51c)

🐛 Bug Fixes

  • #[props] uses re-exported TypedBuilder path - (e59ac94)

📚 Documentation

  • Fix stale typed_builder:: reference in props doc comment - (96b44bc)

⚡️ Performance

  • Eliminate probe rendering for Text and Markdown (#21) - (1d02015)

v0.2.1

28 Mar 00:54
9615027

Choose a tag to compare

0.2.1 - 2026-03-28

⛰️ Features

  • Add focus scopes for scoped Tab cycling (#1) - (bb4da07)

📚 Documentation

  • Mention DEC 2026 synchronized output in key features - (305947b)