Skip to content

Releases: activeadmin/activeadmin

2.10.0

11 Feb 16:16
803ed49
Compare
Choose a tag to compare

Enhancements

  • Load favicon from Webpacker assets when use_webpacker is set to true. [#6954] by [@Fs00]
  • Don't apply sorting to collection until after scoping. [#7205] by [@agrobbin]
  • Resolve dart sass deprecation warning for division. [#7095] by [@tordans]
  • Use instrument from the Notifications API instead of low level publish. [#7262] by [@sprql]
  • Avoid mutating string literals. [#6936] by [@tomgilligan]
  • Include print styles in main stylesheet. [#6922] by [@deivid-rodriguez]
  • Use POST for OmniAuth links. [#6916] by [@deivid-rodriguez]
  • Scope new record instantiation by authorization scope. [#6884] by [@ngouy]
  • Make permit_params and belongs_to order independent. [#6906] by [@deivid-rodriguez]
  • Use collection length instead of running COUNTs for limited collections. #5660 by [@MmKolodziej]

Bug Fixes

  • Show ransackable_scopes filters in search results. [#7127] by [@vlad-psh]

Translation Improvements

  • Fix Dutch translation for password reset button. [#7181] by [@mvz]
  • Add few key to RO pagination.entry. [#6915] by [@lubosch]
  • Change misleading Korean translation. [#6873] by [@1000ship]

Documentation

Dependency Changes

Read more

2.9.0

14 Dec 08:56
ec5a516
Compare
Choose a tag to compare

Enhancements

Bug Fixes

  • Pick up upstream fixes in devise templates. [#6536] by [@munen]

Documentation

  • Fix has_many syntax in forms documentation. [#6583] by [@krzcho]
  • Add example of using default_main_content in show pages. [#6487] by [@sjieg]

Dependency Changes

Read more

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