RailsAdmin v3.1.0.rc Release Notes

Release Date: 2022-09-22 // over 1 year 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)