Stay in the loop
Documentation
Supporting the community
Minor release
v1.22.0
I've spent time looking into solutions that complement a sensible modern stack that gets you to the point of focussing on the product you're building sooner and does not induce conceptual compression along the way.
Avo fits nicely into that stack.

David Teren
Rails developer
Release notes
๐ธ Features
- feature: Allow Avo::NavigationLinkComponent to accept an optional target param @rickychilcott (#685)
๐ Bug Fixes
- fix: Support older version of Pundit @rickychilcott (#686)
- fix: fill model beofre authorizing an action @adrianthedev (#655)
- Fix keyvaluefield translation (#640) @yorch (#652)
- fix: Add 'tools' key to i18n @rickychilcott (#684)
- fix: notifications delayed in turbo frames @adrianthedev (#678)
- fix: some fields are hidden on the has_many view @adrianthedev (#674)
- fix: searchable belongs to with associated record does not prefill the new form @adrianthedev (#670)
- fix: date object alters date based on timezone @adrianthedev (#669)
- fix: related has_many does not allow for proper resource creation @adrianthedev (#665)
๐ค Maintenance
๐ก Refactor
- refactor: move the root_path link in the logo partial @adrianthedev (#683)