All Versions
33
Latest Version
Avg Release Cycle
35 days
Latest Release
-
Changelog History
Page 2
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
- ๐ Fix several Arabic translations. #6368 by @mshalaby
- โ Add missing
scope/all
italian translation. #6341 by @fuzziness - ๐ Improve Japanese translation. #6315 by @rn0rno
- Fix es and es-MX sign_in and sign_up translation. #6210 by @roramirez
๐ Documentation
- Fix filter_columns_for_large_association and filter_method_for_large_association examples. #6232 by @ndbroadbent
Dependency Changes
- ๐ Allow formtastic 4. #6318 by @deivid-rodriguez
- โฌ๏ธ Drop Ruby 2.4 support. #6198 by @deivid-rodriguez
-
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, 2019Enhacements
- Display multiple flash messages in separate elements. #5929 by @mirelon
- ๐ Make delete confirmation messages in French & Spanish gender-neutral. #5946 by @cprodhomme
๐ Bug Fixes
-
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
andmeta_tags
have been configured. #5893 by @micred, @FabioRos and @deivid-rodriguez - ๐ Allow specifying custom
input_html
forDateRangeInput
. #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
- ๐ Support for Rails 5.0 and Rails 5.1 has been dropped. #5877 by @deivid-rodriguez
-
v2.4.0 Changes
October 03, 2019 -
v2.3.1 Changes
September 13, 2019๐ Bug Fixes
- ๐ Revert ransack version pinning because 2.3 has an outstanding bug that affects quite a lot of users. See this ransack issue for more information. #5854 by @deivid-rodriguez
-
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 forfalse
andnil
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
- 0๏ธโฃ The
-
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 tosassc-rails
, sincesass
is no longer supported and since it restores support for directly importingcss
files. #5504 by @deivid-rodriguez
Removals
- ๐ Support for ruby 2.3 has been removed. #5751 by @deivid-rodriguez