RailsAdmin v1.3.0 Release Notes

Release Date: 2018-02-18 // about 6 years ago
  • ๐Ÿš… Full Changelog

    โž• Added

    • ๐Ÿ”ง Configurability for forgery protection setting(#2989)
    • ๐Ÿ”ง Configurability for the number of audit records displayed into dashboard(#2982)
    • โž• Add limited pagination mode, which doesn't require count query(#2968)
    • ๐Ÿš… Prettier output of JSON field value(#2937, #2973, #2980)
    • โž• Add markdown field support through SimpleMDE(#2949)
    • ๐Ÿš… Checkboxes for bulk actions in index page can be turned off now(#2917)

    ๐Ÿ›  Fixed

    • ๐ŸŒ Parse JS translations as JSON(#2925)
    • ๐Ÿš… Re-selecting an item after unselecting has no effect in filtering-multiselect(#2912)
    • ๐Ÿ“œ Stop memoization of datetime parser to handle locale changes(#2824)
    • ๐Ÿš… Filters for ActiveRecord Enum field behaved incorrectly for enums whose labels are different from values(#2971)
    • ๐Ÿš… Client-side required validation was not enforced in filtering-select widget(#2905)
    • ๐Ÿš… Filter refresh button was broken(#2890)

    ๐Ÿ”’ Security

    • ๐Ÿš… Fix XSS vulnerability in filter and multi-select widget(#2985, 44f09ed7)