RailsAdmin v0.7.0 Release Notes

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

    โž• Added

    • ๐Ÿ‘Œ Support for ActiveRecord::Enum (#1993)
    • ๐Ÿš… Multiselect-widget shows user friendly message, instead of just being blank (#1369, #2360)
    • ๐Ÿš… Configuration option to turn browser validation off (#2339, #2373)

    ๐Ÿ”„ Changed

    • ๐Ÿš… Multiselect-widget inserts a new item to the bottom, instead of top (#2167)
    • ๐Ÿš… Migrated Cerulean theme to Bootstrap3 (#2352)
    • ๐Ÿ‘ Better html markup for input fields (#2336)
    • โšก๏ธ Update filter dropdown button to Bootstrap3 (#2277)
    • ๐Ÿ‘Œ Improve navbar appearance (#2310)
    • ๐Ÿš… Do not monkey patch the app's YAML (#2331)

    ๐Ÿ›  Fixed

    • ๐Ÿš… Browser validation prevented saving of persisted upload fields (#2376)
    • ๐Ÿš… Fix inconsistent styling in static_navigation (#2378)
    • Fix css regression for has_one and has_many nested form (#2337)
    • ๐Ÿš… HTML string inputs should not have a size attribute valorized with 0 (#2335)

    ๐Ÿ”’ Security

    • ๐Ÿ›  Fix XSS vulnerability in filtering-select widget
    • ๐Ÿ›  Fix XSS vulnerability in association fields (#2343)