Minor release
v3.19.0 - Nested records π€―
I just wanted to say I love working with Avo in RubyGems admin panel

Hey fellow Avo lovers π₯
We just released a cool new feature (in beta) we've been working on called "Nested records" where you can create and edit nested records. Isn't that cool?!
I mean, we did offer a guide on how to implement it yourself, but this is way better.
We have a couple of improvements and fixes as well that you can check out on the release page.
https://avohq.io/releases/3.19
Tailwind 4
We decided not to release a Tailwind v4 version of Avo 3 as it requires a big migration effort for current users who use Tailwind 3 in their current apps.
More on that below π
Avo 4
We have started to think about how Avo 4 could look like. Tailwind v4, themable UI, improved search, collaboration, kanban and calendar views, HTTP adapter?, REST API, workflows, something else?
We want your feedback and ideas. Let's think about what a complete Rails app would need and make that happen!
https://github.com/avo-hq/avo/discussions/3764
Thanks for being awesome!
Adrian and Paul βοΈ
Release notes: https://avohq.io/releases/3.19
Release video: https://youtu.be/TXkNafpnjL0
Twitter: https://twitter.com/avo_hq
Bluesky: https://bsky.app/profile/avohq.io
Repo: https://github.com/avo-hq/avo
Subscribe to Short Ruby Newsletter: https://shortruby.com/
Subscribe to SupeRails: https://www.superails.com
Subscribe to the Friendly.show: https://www.friendly.show
Friendly.rb: https://friendlyrb.com/
Release notes
More information and release video here
πΈ Features
- feature: nested @Paul-Bob (#3738)
β¨ Enhancements
- enhancement: StoreModel::Model support for array resources @Paul-Bob (#3753)
- feature: Add as_badge and :id type to Discreet Information @rctneil (#3715)
- enhancement: Improve message when missing resource for array fields @zhephyn (#3733)
- enhancement: callable card label @Paul-Bob (avo-dashboards #54)
- enhancement: link
visible
option @Paul-Bob (avo-menu #40) - enhancement: allow custom ransacker @Paul-Bob (avo-dynamic_filters #86)
π Bug Fixes
- Fix: No cancel button showing when creating new user via new review @piyush828-design (#3756)
- fix: array field on array resource @Paul-Bob (#3761)
- Fix a tiny typo in the eject generator @gabebw (#3752)
- fix: index field wrapper extra div @Paul-Bob (#3749)
- fix: badge alignment @Paul-Bob (#3744)
- fix: missing locale keys for
created_at_timestamp
andupdated_at_timestamp
@Paul-Bob (#3721) - fix: filters on mobile view @Paul-Bob (avo-dynamic_filters #81)
- fix: allow inline filterable to define type @Paul-Bob (avo-dynamic_filters #85)
π€ Maintenance
- [ruby] Update all Bundler dependencies (2025-03-27) @depfu (#3760)
- [js] Update all Yarn dependencies (2025-03-27) @depfu (#3759)
- [ruby] Update all Bundler dependencies (2025-03-21) @depfu (#3751)
- [ruby] Update all Bundler dependencies (2025-03-13) @depfu (#3743)
- [js] Update all Yarn dependencies (2025-03-13) @depfu (#3742)
- π¨ [security] [ruby] Update json 2.10.1 β 2.10.2 (patch) @depfu (#3739)
- chore: fix tabs_spec.rb @Paul-Bob (#3736)
- chore: update pr-labeler @Paul-Bob (#3735)
- chore: fix local tests @Paul-Bob (#3734)
- π¨ [security] [ruby] Update rack 3.1.11 β 3.1.12 (patch) @depfu (#3731)
- chore: definition list tweak @adrianthedev (#3725)
- [ruby] Update all Bundler dependencies (2025-03-06) @depfu (#3724)
- [js] Update all Yarn dependencies (2025-03-06) @depfu (#3723)
- π¨ [security] [ruby] Update rack 3.1.10 β 3.1.11 (patch) @depfu (#3714)
π‘ Refactor
- refactor: rename
/dashboards
and/resources
redirect path helpers @dark-panda (#3748) - refactor: turbo stream helpers @Paul-Bob (#3750)
- refactor: use ivar for related_record @Paul-Bob (#3746)
- refactor: change development unauthorized log from object to global id @Paul-Bob (avo-pro #103)
For more information, check out Avo's release notes page