Avo 4 is in Open Beta. Try it out now!
Patch release
v2.10.2
Avo has allowed us to develop and release apps rapidly even with very few developers working on them. We can focus our efforts on domain logic and custom design where it really matters. Every other Rails CMS is difficult to style or scale or add custom fields, but Avo has been a dream throughout. It's been a game-changer for us.
Hello everyone,
Avo 2.10 has landed with a few bug fixes and a long-time expected feature.
Tabs and panels landed ๐ - You can better organize your fields and tools into panels and tabs. This does not have only an aesthetic function but also performance too.
https://docs.avohq.io/2.0/tabs.htmlFrench translations. Thank you Dimitri B! Run
bin/rails generate avo:localeto load them.Key-value fixed for the
NewviewAdded
forced_localeto be able to edit multilingual records easier.Date & datetime picker improvements for mobile. Thank you hassyyy!
You can declare the
model_classas a string now. This will not break your app on boot time anymore.Fixed a hardcoded value in
ResourceEditComponent. Thank you, Louis!
I can't wait to see what you are going to build with it.
Going forward we're going to focus on fixing two nasty bugs. One with the date-time field and one with namespaced resources and finishing up some things we started a while back like resource cards, controller hooks, and some more cool stuff.
Release notes:
https://avohq.io/releases/2.10.0
Release video:
https://youtu.be/B1Y-Z-R-Ys8
Thank you for being awesome โ๏ธ
Release notes
๐ Bug Fixes
- fix: broken release script (update nokogiri) @adrianthedev (#1032)
- fix: root_path breaks avo on community @adrianthedev (#1031)
- fix: key value labels missing @adrianthedev (#1020)
๐ค Maintenance
- chore(deps): bump rails-html-sanitizer from 1.4.2 to 1.4.3 @dependabot (#1019)