Releases

0.2.0

August 29, 2026

Breaking

  • Uchi::SortOrder#name has been renamed to Uchi::SortOrder#column.

Added

  • A bunch of documentation with more to come.
  • Add visible configuration option to fields. This gives finer control over which fields are displayed for a given record, allowing for more dynamic and context-sensitive UIs.
  • New field type: Field::Select for fixed lists of options.

Fixed

  • Scrolling could result in scrolling entirely past all the content. The inline scrolling of each individidual pane should now be much more robust.
  • Field::Text now renders on :new actions by default as expected.