Limited offer 70% off on your first year, for new customers. Applied automatically at checkout. See pricing
Releases

0.3.0

August 29, 2026

Added

  • New Field::HasMany#nested_fields for inline editing of has_many associations using Rails nested attributes. Switches the field from selecting existing records to creating, editing, and deleting associated records directly within the parent form. Accepts Field instances (like Repository#fields), supporting String, Text, Number, Boolean, Date, and DateTime fields.
  • If your repositories are searchable, a Global Search link appears so you can search across all searchable models.
  • New records can now be added to has_many associations directly from the record show page.
  • Searchable can receive a lambda in order to modify the search query. This makes it possible to normalize the search term or even join associated tables into the query and search across those.
  • Documentation for each Field type currently supported.

Changed

  • Repositories are now always returned in the same order from Uchi::Repository.all.

Fixed

  • Index views were not scrollable on mobile viewports.