Improved
v4.0.0.beta20
What's Changed
Breaking Changes ๐จ
- Drop support for Rails 7.0 and 7.1 by @tagliala in https://github.com/activeadmin/activeadmin/pull/8908
Template Updates ๐
- Link to parent menu item by @hasghari in https://github.com/activeadmin/activeadmin/pull/8225
Enhancements โจ
- resource: allow resource_class to be passed as a String by @HoneyryderChuck in https://github.com/activeadmin/activeadmin/pull/8848
- Remove horizontal padding on comments pagination by @javierjulio in https://github.com/activeadmin/activeadmin/pull/8925
- Add page anchor to comments form view by @javierjulio in https://github.com/activeadmin/activeadmin/pull/8926
- Fix vertical spacing on has-many forms by @javierjulio in https://github.com/activeadmin/activeadmin/pull/8927
- Remove no-wrap from table columns by @javierjulio in https://github.com/activeadmin/activeadmin/pull/8928
- Link to parent menu item by @hasghari in https://github.com/activeadmin/activeadmin/pull/8225
Bug Fixes ๐
- Restore pointer cursor on eligible buttons by @tagliala in https://github.com/activeadmin/activeadmin/pull/8878