Minor release

v2.16.0 - Skip show view, advanced fields on actions, create button on has_one association

We are heavily used Avo Pro in order to build a new "admin first" platform that can be managed by our non-tech team with ease.

The interface is extremely intuitive and can be extended fast with custom actions.

Paul Werther
Paul Werther
CTO, greenhats GmbH
πŸ‘† Click to see the video πŸ‘†

Hey Ruby friends,

It's been a long two weeks since our last release. We've been hard at work building new features in Avo.

🎸 Features

  1. Made sure model is set on actions. This enables developers to use the trix and belongs_to fields in actions.

  2. Skip show view out in beta. You may now choose to only have the Edit view and skip Show.
    Docs

  3. Sidebar items accept data attributes
    Docs

  4. Add create button on has one association

πŸ› Bug Fixes

  • ensure the right resource is used in resource_component
  • read-only trix field

Easy PRs

There are 7 good first issues ready to be picked up in the repo.
https://avo.cool/good-first-issues

Next up

We're working on adding a sidebar to the resource Show and Edit views. This will enable you to add fields that don't really belong in long horizontal formats.
I have to pick up and finish the native fields PR, and there are quite a few community contributions that are very close to the finish line like custom policies and action policy support.

Wroclove.rb talks

Go and check out the Wroclove.rb talks. There are quite a few interesting subjects being discussed.
https://www.youtube.com/user/wrocloverb

Thank you,
Adrian and Paul πŸ€™

Release notes: https://avohq.io/releases/2.16.0
Release video: https://youtu.be/lQ2cwg3IIGA
Twitter: https://twitter.com/avo_hq
Repo: https://github.com/avo-hq/avo
Subscribe to Short Ruby Newsletter: https://shortruby.com/

Release notes

🎸 Features

  • Made sure model is set on the resource for actions @iainbeeston (#1211)
  • feature: skipshowview @Paul-Bob (#1209)
  • feature: add data attributes to sidebar items @adrianthedev (#1237)
  • feature: create button on has one association @Paul-Bob (#1181)

πŸ› Bug Fixes

  • fix: ensure the right resource is used in resource_component @bear-in-mind (#1202)
  • fix: read-only trix field @Paul-Bob (#1241)

πŸ€– Maintenance

  • chore: add product resource @adrianthedev (#1251)