๐ BIG NEWS ๐ โฆ Avo 4 has officially SHIPPED โฆ ๐ the beta is over, 4.0 is here โฆ ๐ ๏ธ build admin panels, dashboards & internal tools at light speed โฆ โญ you are visitor #1,181,160 โฆ ๐ tell a friend โฆ best viewed in Ruby on Rails โฆ ๐ click here to see what’s new โฆ
Minor release
v2.14.0 - Select all matching records, override destructive actions, automatic required option, and more
It was my first time using Avo, and I was impressed by how easy it was to get started and how good the user experience was. The benefits were clear right away, without needing a lot of setup. Avo supports developers in making the most out of Rails as a one-person framework!
Hello beautiful people,
It's that time of week again. New Avo goodies coming your way.
- Select all matching records Demo
- Custom path and message helpers for after create, update, and delete actions Docs Demo
- Automatically determine required fields from validators Demo
- Tabs as pills Docs Demo
- Readonly as a block Demo
๐ Bug Fixes:
- Crashes with file attachments and failed validators
- Reset filters on a has_many would redirect
- date value changed on direct submit
- wrong cancel button path when creating from has many
- inline_svg path fixes
- act_on policy method not working for show view
- redirect back to parent if deleted from parent
- search pagination unlimited causes crashes
๐ค Maintenance
- readme tweaks
- add action testing examples
- update to heroicons to v2
- corrected a typo in avo.rb
๐ก Refactor
- progressbar component visual tweaks
- use inline_svg gem
There hasn't been a lot of chatter on the Discord this week. It could be that we haven't pushed too many bugs to production in the last release ๐ or it's just vacation time everywhere.
Speaking of vacations, I'm going to take some time off next week. I'll still have my laptop with me, so write if you run into issues.
Recommended reading
Short Ruby Newsletter has been smashing it this week so go check out the news you might have missed.
Easy PRs
We've got about 5 good first issues for you to pick up if you want to stretch that brain.
https://avohq.io/good-first-issues
Again, an amazing release with great features that hopefully solve a few painful problems for you guys.
Release notes: https://avohq.io/releases/2.14.0
Release video: https://youtu.be/peKt90XhdOg
Twitter: https://twitter.com/avo_hq
Repo: https://github.com/avo-hq/avo
Thank you for being awesome!
Adrian and Paul
Release notes
๐ธ Features
- feature: pills switcher @adrianthedev (#1155)
- feature: select all records from current index pages @Paul-Bob (#1148)
- feature: required from validators @Paul-Bob (#1180)
- feature: Callable readonly @rickychilcott (#1150)
๐ Bug Fixes
- feature: pills switcher @adrianthedev (#1155)
- fix: crash when attach files and validator render errors @Paul-Bob (#1173)
- fix: reset filters keep current location @Paul-Bob (#1176)
- fix: date value changed on direct submit @adrianthedev (#1163)
- fix: cancel button path when creating from has many @Paul-Bob (#1164)
- fix: inline_svg path fixes @adrianthedev (#1160)
- fix: act_on policy applyed on show and edit views @Paul-Bob (#1157)
- fix: redirect back to parent if deleted from parent @Paul-Bob (#1158)
๐ค Maintenance
- chore: update readme @adrianthedev (#1182)
- chore: add testing for the release fish action @adrianthedev (#1169)
- fix: attempt to fix permissions for PR labeler @adrianthedev (#1167)
- chore: update to heroicons v2 @adrianthedev (#1161)
- Corrected a typo in avo.rb @iainbeeston (#1153)