Skip to content

Bump activeadmin from 2.4.0 to 2.7.0

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

Bumps activeadmin from 2.4.0 to 2.7.0.

Release notes

Sourced from activeadmin's releases.

2.7.0

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]

#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 #5043: activeadmin/activeadmin#5043 #5198: activeadmin/activeadmin#5198 [21b6138f]: activeadmin/activeadmin#5740 #3091: activeadmin/activeadmin#3091 #3435: activeadmin/activeadmin#3435 #4477: activeadmin/activeadmin#4477 #4731: activeadmin/activeadmin#4731

... (truncated)
Changelog

Sourced from activeadmin's changelog.

2.7.0

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]

2.6.1

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]

2.6.0

Enhancements

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

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. #5895 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]
... (truncated)
Commits
  • a6c0363 Merge pull request #6161 from activeadmin/release/2.7.0
  • 4e0ee05 Backfill a couple of changelog entries
  • e0a58d4 Get ready for 2.7.0 release
  • f474728 Bump capybara from 3.31.0 to 3.32.0 in /gemfiles/rails_60_turbolinks (#6171)
  • ec0ede2 Bump capybara from 3.31.0 to 3.32.0 in /gemfiles/rails_52 (#6172)
  • 194e12e Bump capybara from 3.31.0 to 3.32.0 (#6170)
  • ccbe5cb Bump eslint-plugin-import from 2.20.1 to 2.20.2 (#6169)
  • e88e468 Bump draper from 4.0.0 to 4.0.1 in /gemfiles/rails_60_turbolinks (#6167)
  • ed1f460 Bump draper from 4.0.0 to 4.0.1 (#6166)
  • 92241aa Bump draper from 4.0.0 to 4.0.1 in /gemfiles/rails_52 (#6165)
  • Additional commits viewable in compare view

Merge request reports