All Versions
33
Latest Version
Avg Release Cycle
35 days
Latest Release
-

Changelog History
Page 2

  • v2.8.0 Changes

    September 04, 2020

    โœจ Enhancements

    • ๐Ÿ‘ Allow using PORO decorators. #6249 by @brunvez
    • ๐Ÿ‘‰ Make sure ActiveAdmin.routes provides routes in a consistent order. #6124 by @jiikko
    • ๐Ÿ‘‰ Use proper closing tags for HTML in ModalDialog component. #6221 by @javierjulio

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix comment layout so regardless of size, each is aligned and spaced evenly. #6393 by @Ivanov-Anton

    ๐ŸŒ Translation Improvements

    ๐Ÿ“š Documentation

    • Fix filter_columns_for_large_association and filter_method_for_large_association examples. #6232 by @ndbroadbent

    Dependency Changes

  • v2.7.0 Changes

    January 29, 2020

    โœจ Enhancements

    • Extend menu to allow for nested submenus. [#5994] by [@taralbass]
    • โž• Add Webpacker compatibility with opt-in config switch and installation generator. [#5855] by [@sgara]

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix scopes renderer when resource has only optional scopes and their conditions are false. [#6149] by [@Looooong]
    • ๐Ÿ›  Fix some missing wrapper markup in "logged out" layout. [#6086] by [@irmela]
    • ๐Ÿ›  Fix some typos in Vietnamese translation. [#6099] by [@giapnhdev]
  • v2.6.1 Changes

    February 03, 2020

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix some ruby 2.7 warnings about keyword args. #6000 by @vcsjones
    • ๐ŸŒ Missing create_another translation in Vietnamese. #6002 by @imcvampire
    • Using "destroy" for user facing message is too robotic, prefer "delete". #6047 by @vfonic
    • Typo in confirmation message for comment deletion. #6047 by @vfonic
  • v2.6.0 Changes

    December 16, 2019

    Enhacements

    • Display multiple flash messages in separate elements. #5929 by @mirelon
    • ๐Ÿ‘‰ Make delete confirmation messages in French & Spanish gender-neutral. #5946 by @cprodhomme

    ๐Ÿ› Bug Fixes

    • Export ModalDialog component to re-enable client side usage. #5956 by @sgara
    • 0๏ธโƒฃ Use default ActionView options instead of default Formtastic options for DateRangeInput #5957 by @mirelon
    • ๐Ÿ›  Fix i18n key in docs example to translate scopes. #5943 by @adler99
  • v2.5.0 Changes

    November 26, 2019

    โœจ 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

  • v2.4.0 Changes

    October 03, 2019

    โœจ Enhancements

    • ๐Ÿ‘‰ Make optimization to not use expensive COUNT queries also work for decorated actions. #5811 by @irmela
    • Render a text filter instead of a select for large associations (opt-in) #5548 by @DanielHeath
    • ๐Ÿ‘Œ Improve German translations #5874 by @juril33t
  • v2.3.1 Changes

    September 13, 2019

    ๐Ÿ› Bug Fixes

  • v2.3.0 Changes

    September 12, 2019

    โœจ Enhancements

    Minor
    • โฌ†๏ธ Bump minimum ransack requirement to make sure everyone gets a version that works ok with all supported versions of Rails. #5831 by @deivid-rodriguez

    ๐Ÿ› Bug Fixes

    • Fix CSVBuilder not respecting ActiveAdmin.application.csv_options = { humanize_name: false } setting. #5800 by @HappyKadaver
    • ๐Ÿ›  Fix crash when displaying current filters after filtering by a nested resource. #5816 by @deivid-rodriguez
    • ๐Ÿ›  Fix pagination when pagination_total is false to not show a "Last" link, since it's incorrect because we don't have the total pages information. #5822 by @deivid-rodriguez
    • ๐Ÿ›  Fix optional nested resources causing incorrect routes to be generated, when renamed resources (through :as option) are involved. #5826 by @ndbroadbent, @Kris-LIBIS and @deivid-rodriguez
    • ๐Ÿ›  Fix double modal issue in applications using turbolinks 5. #5842 by @sgara
  • v2.2.0 Changes

    July 15, 2019

    โœจ Enhancements

    Minor
    • 0๏ธโƒฃ The status_tag component now supports different labels for false and nil boolean cases through the locale. Both default to display "No" for backwards compatibility. #5794 by @javierjulio
    • โž• Add Macedonian locale. #5710 by @violeta-p

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix pundit policy retrieving for static pages when the pundit namespace is :active_admin. #5777 by @kwent
    • ๐Ÿ›  Fix show page title not being properly escaped if title's content included HTML. #5802 by @deivid-rodriguez
    • ๐ŸŽ Revert 21b6138f from #5740 since it actually caused the performance in development to regress. #5801 by @deivid-rodriguez
  • v2.1.0 Changes

    June 10, 2019

    ๐Ÿ› Bug Fixes

    • Ensure application gets reloaded only once. #5740 by @jscheid
    • Crash when rendering comments from a custom controller block. #5758 by @deivid-rodriguez
    • โช Switch sass dependency to sassc-rails, since sass is no longer supported and since it restores support for directly importing css files. #5504 by @deivid-rodriguez

    Removals