Skip to content

Releases: activeadmin/activeadmin

2.8.1

28 Sep 16:23
5bc75b0
Compare
Choose a tag to compare

Bug Fixes

  • Fix permitted_param generation for belongs_to when :param is used. [#6460] by [@deivid-rodriguez]
  • Fix streaming CSV export. [#6451] by [@deivid-rodriguez]
  • Fix input string filter no rendering dropdown input when its column name ends with a ransack predicate. [#6422] by [@Fivell]

[#5...

Read more

2.8.0

04 Sep 16:26
ed84bc7
Compare
Choose a tag to compare

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

Read more

2.7.0

31 Mar 17:40
a6c0363
Compare
Choose a tag to compare

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]
Read more

2.6.1

03 Feb 17:17
3eb3ebb
Compare
Choose a tag to compare

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]
Read more

2.6.0

16 Dec 23:04
2d43888
Compare
Choose a tag to compare

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]
  • 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]
Read more

2.5.0

26 Nov 09:00
d0865a9
Compare
Choose a tag to compare

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

Read more

2.4.0

03 Oct 15:19
Compare
Choose a tag to compare

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]
Read more

2.3.1

13 Sep 16:30
a496b8c
Compare
Choose a tag to compare

Bug Fixes

Read more

2.3.0

12 Sep 15:48
Compare
Choose a tag to compare

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]
Read more

2.2.0

15 Jul 20:50
Compare
Choose a tag to compare

Enhancements

Minor

  • 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

Read more