August 29, 2026
Uchi::SortOrder#name has been renamed to Uchi::SortOrder#column.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.Field::Select for fixed lists of options.May 12, 2026
:new from the fields on() configuration as needed.at: argument: Uchi.routes.mount(self, at: :admin).January 05, 2026
Uchi.routes.mount(self) to config/routes.rb. The old explicit mount syntax still works, you won't reap some of the future benefits by doing so.