Minor release

v2.23.0 - Timezone callable and a few bugfixes

I can't believe I just learned about Avo! After trying it for 10 minutes, it was the easiest purchase ever. I used RailsAdmin before and had so many upgrading issues. Besides that, Avo is so much simpler to configure and build.
Michael Koper
Michael Koper
Founder of nusii.com

Hi everyone 👋

I hope everyone had a lovely time with family and friends over the Holidays and New Year's.
It's a shy release today, but we have a few things to show you.

Release notes

🎸 Features
Timezone option callable for date_time and time fields.

🐛 Bug Fixes
JS root path without query param
Resource generator incorrect date_time field fix
Remove select from the count in search

Avo 3.0 updates

Dynamic filters

We started work on a heavy feature; advanced filtering. That will enable dynamic filters that your users can configure on runtime instead of you having to create filter classes for them.
Although having filter classes helps in creating more advanced queries, sometimes you just need a dropdown with the condition and a text field.
Demo: https://share.cleanshot.com/M86c3MGl

Custom controls everywhere

Back in 2022 (so long ago 😛), we introduced show_controls to enable you to customize better the buttons displayed on the show page of a resource.
It allowed to add custom buttons, links, actions, and more.

In Avo 3 you'll have access to edit_controls for the New view, index_controls for the Index page, and row_controls for managing the buttons similarly.
We're excited to see how you will improve the UIs for your users.
Paul has championed this feature from the ground up, which I'm incredibly proud of.
Demo: https://share.cleanshot.com/JJW8jLdb

2022 Avo Survey

We'll hold the survey open for one more week. The answers we received are incredibly helpful and provide us insights into how you see us and where we should improve.

We'll share the results after we close it up, but please, please, fill out this 6-10 minute survey ✌️
https://avohq.io/survey

We're excited about this new year and things to come, and we hope that this year will be better for you too.

Adrian & Paul

Release notes: https://avohq.io/releases/2.23
Twitter: https://twitter.com/avo_hq
Repo: https://github.com/avo-hq/avo
Subscribe to Short Ruby Newsletter: https://shortruby.com/
Subscribe to SupeRails: https://www.youtube.com/c/SupeRails
Survey: https://avohq.io/survey

Release notes

🎸 Features

  • feature: timezone callable @adrianthedev (#1508)

🐛 Bug Fixes

  • fix: JS root path without query param @adrianthedev (#1504)
  • Resource generator incorrect date_time field fix @aldent95 (#1496)
  • Remove select from count in search @iainbeeston (#1494)