ActiveAdmin v2.5.0 Release Notes

Release Date: 2019-11-26 // over 4 years ago
  • โœจ Enhancements

    ๐Ÿ› Bug Fixes

    • Convert namespace to sym to prevent duplicate namespaces such as :foo and 'foo'. #5931 by @westonganger
    • ๐Ÿ‘‰ Use filter label when condition has a predicate. #5886 by @ko-lem
    • ๐Ÿ›  Fix error when routing with array containing symbol. #5870 by @jwesorick
    • ๐Ÿ›  Fix error when there is a model named Tag and meta_tags have been configured. #5893 by @micred, @FabioRos and @deivid-rodriguez
    • ๐Ÿ‘ Allow specifying custom input_html for DateRangeInput. #5867 by @mirelon
    • Adjust #main_content right margin to take into account possible custom values of $sidebar-width and $section-padding. #5887 by @guigs
    • ๐Ÿ‘Œ Improved polymorphic routes generation to avoid problems when multiple belongs_to are defined. #5938 by @leio10

    Dependency Changes