RailsAdmin v0.8.0 Release Notes

Release Date: 2015-11-23 // over 8 years ago
  • ๐Ÿš… Full Changelog

    โž• Added

    • ๐Ÿ”‹ Feature to deactivate filtering-multiselect widget's remove buttons through removable? field option(#2446)
    • ๐Ÿš… Pundit integration(#2399 by Team CodeBenders, RGSoC'15)
    • ๐Ÿš… Refile support(#2385)

    ๐Ÿ”„ Changed

    • ๐Ÿš… Some UI improvements in export view(#2394)
    • 0๏ธโƒฃ rails_admin/custom/variables.scss is now imported first to take advantage of Sass's default!(#2404)
    • ๐Ÿš… Proxy classes now inherit from BasicObject(#2434)
    • ๐Ÿš… Show sidebar scrollbar only on demand(#2419)
    • 0๏ธโƒฃ RailsAdmin no longer gets excluded from NewRelic instrumentation by default(#2402)
    • ๐Ÿ‘Œ Improve efficiency of filter query in Postgres(#2401)
    • ๐Ÿš… Replace old jQueryUI datepicker with jQuery Bootstrap datetimepicker (#2391)
    • ๐Ÿš… Turn Hash#symbolize into a helper to prevent namespace conflict(#2388)

    โœ‚ Removed

    • The L10n translation admin.misc.filter_date_format datepicker search filters, has been dropped in favor of field oriented configuration (#2391)

    ๐Ÿ›  Fixed

    • ๐Ÿš… AR#count broke when default-scoped with select(#2129, #2447)
    • ๐Ÿš… Datepicker could not handle Spanish date properly(#982, #2451)
    • Paperclip's attachment_definitions does not exist unless has_attached_file-ed(#1674)
    • ๐Ÿš… .btn class was used without a modifier(#2417)
    • ๐Ÿš… Filtering-multiselect widget ignored order(#2231, #2412)
    • โž• Add missing .alert-dismissible class to flash(#2411)
    • ๐Ÿš… Keep field order on changing the existing field's type(#2409)
    • ๐Ÿš… Add button for nested-many form in modal disappeared on click(#2372, #2383)

    ๐Ÿ”’ Security

    • ๐Ÿ›  Fix XSS vulnerability in polymorphic select(#2479)