RailsAdmin v2.0.0.beta Release Notes

Release Date: 2019-06-08 // almost 5 years ago
  • ๐Ÿš… Full Changelog

    โž• Added

    • ๐Ÿš… Rails 6 support(#3122)
    • ๐Ÿš… ActionText support(#3144, Wiki)
    • ๐Ÿš… sass-rails 6 support(#3129)
    • ๐Ÿš… Sidescroll feature(#3017, Wiki)
    • ๐Ÿš… Custom search feature(#343, #3019, Wiki)
    • ๐Ÿš… Filtering-select feature for polymorphic association(#2886)
    • ๐Ÿš… Shrine support(#3081)
    • Flexibility for localication of time ago(#3135, 49add741)

    ๐Ÿ”„ Changed

    • ๐Ÿš… Vendorize font-awesome to allow using different version in app(#3039)
    • ๐Ÿš… Stop inlining JavaScripts for CSP friendliness(#3087)
    • ๐Ÿฑ Richtext editors now uses CDN-hosted assets(#3126)

    โœ‚ Removed

    • โœ‚ Remove deprecated DSL syntax for richtext editors(e0b390d9)
    • โฌ‡๏ธ Drop support for Ruby 2.1 and Rails 4.x(dd247804)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix Mongoid query and filter parsing value twice(#2755)
    • ๐Ÿš… Fix thread-safety issues(#2897, #2942, 1d22bc66)
    • ๐Ÿ‘‰ Fix compact_show_view not showing Boolean falses(#2416)
    • ๐Ÿ›  Fix PaperTrail fail to fetch versions for STI subclasses(#2865)
    • ๐Ÿ›  Fix Dragonfly factory breaks if a model not extending Dragonfly::Model is passed(#2720)
    • Fix PaperTrail adapter not using Kaminari's page_method_name for pagination(#2712)
    • Fix #bulk_menu was not using passed abstract_model (#2782)
    • ๐Ÿ›  Fix wrong styles when using multiple instances of CodeMirror(#3107)
    • ๐Ÿ›  Fix password being cleared when used with Devise 4.6(72bc0373)
    • ๐Ÿš… ActiveStorage factory caused const missing for Mongoid(#3088, db927687)
    • ๐Ÿ›  Fix exact matches were using LIKE, which was not index-friendly(#3000)
    • ๐Ÿš… Middleware check failed when using RedisStore(#3076)
    • ๐Ÿ›  Fix field being reset to default after an error(#3066)