Minor release

v2.3.0 - Menu editor, custom sortable rules and custom text alignment index view

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.
Iain Beeston
Iain Beeston
CTO, Thrivve Partners
πŸ‘† Click to see the video πŸ‘†

Hey there guys and gals @here,

Avo 2.3 just landed πŸ›¬ with the new menu editor, custom sortable blocks, and custom text alignment on the index view

  1. Menu editor is here πŸŽ‰πŸŽ‰πŸŽ‰. You can easily customize your main menu with sections, groups, links, resources, and dashboards. The profile menu takes links as well. We hope you love it as much as we do.
    Video: https://www.youtube.com/watch?v=VMvG-j1Vxio
    Docs: https://docs.avohq.io/2.0/menu-editor.html

  2. Custom sortable blocks allow you to make computed fields and belongs_to fields sortable. Thank you, @MrJoy, for this fantastic contribution.
    Docs: https://docs.avohq.io/2.0/field-options.html#custom-sortable-block

  3. Custom text alignment (right/center) on Index view.
    Docs: https://docs.avohq.io/2.0/field-options.html#align-text-on-index-view

  4. Fixed a few bugs with the installer and filters

  5. Fixed the authorization logic for authorizing actions

  6. Changed the locale changing param from locale to set_locale for better compatibility.

We love this release and hope you will too ❀️

We'll take some time off this week to enjoy the Easter Holidays, so there will probably not be any flashy release next week, but we're here if you want to send us your ideas and feedback ✍️

https://avo.cool
https://twitter.com/avo_hq
https://avohq.io/releases/2.3.0

Take care!
Adrian

Video

https://youtu.be/8-VwZfiERug

Release notes (2.2.2 + 2.3.0)

  • chore(deps): bump urijs from 1.19.10 to 1.19.11 @dependabot (#825)
  • chore(deps): bump nokogiri from 1.13.3 to 1.13.4 @dependabot (#820)

🎸 Features

  • feature: sidebar editor @adrianthedev (#829)
  • feature: text-align right and center on index view @adrianthedev (#823)
  • Feature/customizable sorting @MrJoy (#852)

πŸ’‘ Refactor

  • refactor: use default cllapsed state for menus @adrianthedev (#850)

πŸ› Bug Fixes

  • fix: reloader broke the initializer @adrianthedev (#849)
  • fix: default filters cleared on apply @adrianthedev (#842)
  • fix: change param from locale->set_locale @adrianthedev (#840)
  • fix: trix attach action @adrianthedev (#827)
  • fix: authorization logic error @adrianthedev (#854)