ActiveAdmin v1.4.0 Release Notes

Release Date: 2018-11-26 // over 5 years ago
  • ✨ Enhancements

    Minor

    🐛 Bug Fixes

    • 🛠 Fixed the string representation of the resolved sort_key when no explicit sortable attribute is passed. #5464 by @chumakoff
    • 🛠 Fixed docs on the column sortable attribute (which actually doesn't have to be explicitly specified when a block is passed to column). #5464 by @chumakoff
    • 🛠 Fixed if: scope option when a lambda is passed. #5501 by @deivid-rodriguez
    • Comment validation adding redundant errors when resource is missing. #5517 by @deivid-rodriguez
    • 🛠 Fixed resource filtering by association when the resource has custom primary key. #5446 by @wasifhossain
    • 🛠 Fixed "create anoter" checkbox styling. #5324 by @faucct