RailsAdmin v1.0.0.rc Release Notes

Release Date: 2016-07-18 // almost 8 years ago
  • ๐Ÿš… Full Changelog

    โž• Added

    • ๐Ÿš… Rails 5 support
    • ๐Ÿš… PaperTrail 5 support(9c42783a)
    • ๐Ÿš… Support for multiple configuration blocks(#1781, #2670)
    • ๐Ÿ”ง Default association limit is now configurable(#2508)

    ๐Ÿ”„ Changed

    • ๐Ÿš… Prefix kaminari bootstrap views with ra- to avoid name conflict(#2283, #2651)
    • ๐Ÿš… Gravatar icon is now optional(#2570)
    • ๐Ÿ‘Œ Improve bootstrap-wysihtml5-rails support(#2650)
    • ๐Ÿš… Explicitly call the #t method on I18n(#2564)
    • ๐Ÿš… Improve dashboard performance by querying with id instead of updated_at(#2514, #2551)
    • ๐Ÿš… Improve encoding support in CSV converter(#2508, dca8911f)
    • โž• Add SVG file extension to the image detection method(#2533)
    • โšก๏ธ Update linear gradient syntax to make autoprefixer happy(#2531)
    • ๐Ÿ‘Œ Improve export layout (#2505)

    โœ‚ Removed

    • ๐Ÿš… Remove safe_yaml dependency(#2397)
    • โฌ‡๏ธ Drop support for Ruby < 2.1.0

    ๐Ÿ›  Fixed

    • ๐Ÿš… Pagination did not work when showing all history(#2553)
    • ๐Ÿš… Make filter-box label clickable(#2573)
    • 0๏ธโƒฃ Colorpicker form did not have the default css class form-control(#2571)
    • ๐Ÿš… Stop assuming locale en is available(#2155)
    • ๐Ÿš… Fix undefined method error with nested polymorphics(#1338, #2110)
    • ๐Ÿ›  Fix issue with nav does not check pjax config from an action(#2309)
    • ๐Ÿš… Model label should be pluralized with locale(#1983)
    • ๐Ÿš… Fix delocalize strftime_format for DateTime.strptime to support minus(#2547)
    • ๐Ÿ›  Fix Syntax Error in removal of new nested entity(#2539)
    • ๐Ÿ›  Fix momentjs translations for '%-d' format day of the month(#2540)
    • ๐Ÿ›  Fix Mongoid BSON object field (#2495)
    • ๐Ÿš… Make browser ignore validaitons of removed nested child models(#2443, #2490)