Skip to content

Bump activeadmin from 2.4.0 to 2.5.0

NipaNipa requested to merge dependabot/bundler/activeadmin-2.5.0 into master

Bumps activeadmin from 2.4.0 to 2.5.0.

Release notes

Sourced from activeadmin's releases.

2.5.0

Enhancements

  • Azerbaijani translation. #5078 by [@​orkhan]

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

  • Support for Rails 5.0 and Rails 5.1 has been dropped. #5877 by [@​deivid-rodriguez]

#1926: activeadmin/activeadmin#1926 #1979: activeadmin/activeadmin#1979 #2001: activeadmin/activeadmin#2001 #2040: activeadmin/activeadmin#2040 #2326: activeadmin/activeadmin#2326 #2523: activeadmin/activeadmin#2523 #2532: activeadmin/activeadmin#2532 #2541: activeadmin/activeadmin#2541 #2544: activeadmin/activeadmin#2544 #2545: activeadmin/activeadmin#2545 #3038: activeadmin/activeadmin#3038 #3075: activeadmin/activeadmin#3075 #3463: activeadmin/activeadmin#3463 #3464: activeadmin/activeadmin#3464 #3486: activeadmin/activeadmin#3486 #3519: activeadmin/activeadmin#3519 #3535: activeadmin/activeadmin#3535 #3553: activeadmin/activeadmin#3553 #3606: activeadmin/activeadmin#3606 #3686: activeadmin/activeadmin#3686 #3695: activeadmin/activeadmin#3695 #3731: activeadmin/activeadmin#3731 #3783: activeadmin/activeadmin#3783 #3894: activeadmin/activeadmin#3894 #4118: activeadmin/activeadmin#4118 #4173: activeadmin/activeadmin#4173 #4187: activeadmin/activeadmin#4187 #4254: activeadmin/activeadmin#4254

... (truncated)
Changelog

Sourced from activeadmin's changelog.

2.5.0

Enhancements

  • Azerbaijani translation. #5078 by [@​orkhan]

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

  • Support for Rails 5.0 and Rails 5.1 has been dropped. #5877 by [@​deivid-rodriguez]
Commits

Merge request reports