RailsAdmin v1.4.0 Release Notes

Release Date: 2018-07-22 // over 5 years ago
  • ๐Ÿš… Full Changelog

    โž• Added

    • ๐Ÿš… Support for ActiveStorage(#2990, #3037)
    • ๐Ÿ‘Œ Support for multiple file upload for ActiveStorage and CarrierWave (5bb2d375)
    • ๐Ÿš… Support for Mongoid 7.0(9ef623f6, #3013)
    • ๐Ÿš… Support for CanCanCan 2.0(a32d49e4, #2901)
    • ๐Ÿ‘Œ Support for Pundit 2.0(bc60c978)
    • ๐Ÿš… Support for jquery-ui-rails 6.0(#2951, #3003)

    ๐Ÿ›  Fixed

    • ๐Ÿš… Make code reloading work(#3041)
    • ๐Ÿš… Improved support for Rails API mode, requiring needed middlewares in engine's initializer(#2919, #3006)
    • ๐Ÿš… Make the link text to uploaded file shorter, instead of showing full url(#2983)
    • ๐Ÿ›  Fix duplication of filters on browser back(#2998)
    • ๐Ÿ›  Fix "can't modify frozen array" exception on code reload(#2999)
    • ๐Ÿ›  Fix incorrectly comparing numeric columns with empty string when handling blank operator(#3007)