Stay in the loop
Documentation
Keep those skills sharp
Supporting the community
Minor release
v0.3.0
A (HUGE!) side benefit we've seen in implementing Avo has been surfacing of platform issues - missing associations, opportunities for delegators and collaborators, etc. Our underlying models and interactions have become much more robust as we've implemented Avo as we can quickly identify relationships and optimizations without doing full-fledged, user-facing feature work.
David Lormor
CTO, Wyndy
Release notes
๐ธ Features
- feature: add scripts partial @adrianthedev (#159)
- feature: Role based authorization @adrianthedev (#74)
๐ Bug Fixes
- fix: unauthorized grid item should not have link to resource @adrianthedev (#160)
- fix: pundit is missing from dependencies @adrianthedev (#162)
- fix: current filter blank crashes resource index @adrianthedev (#156)
๐ค Maintenance
- chore: cache docker layers better @adrianthedev (#165)
๐ก Refactor
- refactor: default all application policy methods to false @adrianthedev (#164)
- chore: license validation @adrianthedev (#163)
- refactor: add home link to 403 view @adrianthedev (#161)
- refactor: extract resource controller functionality into multiple controllers @adrianthedev (#158)
- refactor: better grid view excerpt @adrianthedev (#157)