Skip to content

Bump activeadmin from 2.4.0 to 2.6.0

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

Bumps activeadmin from 2.4.0 to 2.6.0.

Release notes

Sourced from activeadmin's releases.

2.6.0

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]

#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]: https://github-redirect.dependabot.com/activeadmin/activeadmin/pull/5740/commits/21b6138fdcf58cd54c3f1d3f60cb1127b174b40f #3091: activeadmin/activeadmin#3091 #3435: activeadmin/activeadmin#3435 #4477: activeadmin/activeadmin#4477 #4731: activeadmin/activeadmin#4731

... (truncated)
Changelog

Sourced from activeadmin's changelog.

2.6.0

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]

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]

Dependency Changes

  • Support for Rails 5.0 and Rails 5.1 has been dropped. #5877 by [@​deivid-rodriguez]
Commits
  • 2d43888 Merge pull request #5970 from activeadmin/release/2.6.0
  • 1203062 Bump rails from 6.0.1 to 6.0.2 (#5975)
  • b354b63 Bump rails from 6.0.1 to 6.0.2 in /gemfiles/rails_60_turbolinks (#5974)
  • 7a2b785 Get ready for 2.6.0 release
  • f2d30fb Add a couple of missing change log entries
  • 4a94d33 Merge pull request #5956 from sgara/fix/export-js-components
  • db8c35d Use uglify preamble option instead of rollup-plugin-license to insert comment...
  • d84d512 Merge pull request #5968 from activeadmin/update_issue_template
  • 13f06e0 Update location and format of the issue template
  • 0eb588a Merge sections about creating a bug report
  • Additional commits viewable in compare view

Merge request reports