RailsAdmin v3.1.0.rc Release Notes
Release Date: 2022-09-22 // 8 months ago-
๐ Full Changelog
โ Added
- โ Add ability to limit filter operators (be9a75e)
- ๐ Support filtering has_one associations (9657774)
- ๐ Add ability to set default order of PaperTrail versions (a1c4c67, #3095)
- โ Add block-style DSL support for extension adapters (951b708)
- ๐ Make sidebar navigation collapsible (e8cb8ed, #3198)
- โ Add ability to show a help text under the search box (94f16fb)
- ๐ Support for ActiveStorage direct uploads (e13c7e2, #3296)
๐ Changed
- ๐ Load ActionText assets statically to enable full-featured setup (458d0fb, #3251, #3386)
- ๐ Change ES Module processing not to affect non-RailsAdmin assets (f8219bf)
- ๐ Change RailsAdmin initialization process to evaluate the config block immediately but load constants lazily (#3541, 33e9214)
- ๐ Restore the loading indicator back (32e6b14, b9ee7f0, #3500)
๐ Fixed
- ๐ Fix Bootstrap 5.2 compatibility (ef76fce)
- ๐ Fix filtering select widget options being empty on browser back (3cffc00)
- ๐ Fix RailsAdmin widgets not activated after a validation error (a604da5)
- ๐ Fix export action didn't use export section for eager loading (4cc3f30, #1954)
- ๐ Fix Dart Sass 2.0 division deprecations (#3544, 3a177c2)
- ๐ Fix unable to focus elements on modals opened from remote forms (#3539, #3538)
- ๐ Improve pagination appearance on smaller screens (a2e366e, #3516)
- ๐ Fix the value of submit buttons being lost on submission (60e1150, #3513)
- Fix breaking with a has_and_belongs_to_many association with scope given (c2bf6db, #2067)
- ๐ Fix nested fields don't toggle properly after pushing 'Add a new ...' button (d1f1154, #3528)