Skip to content

Bump activeadmin from 2.1.0 to 2.2.0

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

Bumps activeadmin from 2.1.0 to 2.2.0.

Release notes

Sourced from activeadmin's releases.

2.2.0

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

  • Fix pundit policy retrieving for static pages when the pundit namespace is :active_admin. #5777 by [@​kwent]
  • Fix show page title not being properly escaped if title's content included HTML. #5802 by [@​deivid-rodriguez]
  • Revert [21b6138f] from #5740 since it actually caused the performance in development to regress. #5801 by [@​deivid-rodriguez]

#1926: #1926 #1979: #1979 #2001: #2001 #2040: #2040 #2326: #2326 #2523: #2523 #2532: #2532 #2541: #2541 #2544: #2544 #2545: #2545 #3038: #3038 #3075: #3075 #3463: #3463 #3464: #3464 #3486: #3486 #3519: #3519 #3535: #3535 #3553: #3553 #3606: #3606 #3686: #3686 #3695: #3695 #3731: #3731 #3783: #3783 #3894: #3894 #4118: #4118 #4173: #4173 #4187: #4187 #4254: #4254 #5043: #5043 #5198: #5198 [21b6138f]: https://github-redirect.dependabot.com/activeadmin/activeadmin/pull/5740/commits/21b6138fdcf58cd54c3f1d3f60cb1127b174b40f #3091: #3091 #3435: #3435

... (truncated)
Changelog

Sourced from activeadmin's changelog.

2.2.0

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

  • Fix pundit policy retrieving for static pages when the pundit namespace is :active_admin. #5777 by [@​kwent]
  • Fix show page title not being properly escaped if title's content included HTML. #5802 by [@​deivid-rodriguez]
  • Revert [21b6138f] from #5740 since it actually caused the performance in development to regress. #5801 by [@​deivid-rodriguez]
Commits
  • cbce355 Get ready for 2.2.0 release (#5805)
  • 96ffda9 Use non vulnerable lodash for gherkin-lint (#5806)
  • ffeee5d Merge pull request #5797 from activeadmin/cleaner_test_application_setup
  • c0c24a8 Revert "Ensure application gets reloaded only once" (#5801)
  • a0bb67f Move test-report persistance to separate task
  • 4d77cee Consistency rename
  • b199f4b Add a way to forcefully create the test application
  • 2b83836 bin/rake bundle[update,simplecov]
  • 1b9213b Track coverage for test app creation too
  • 30c673d Ask full path to the test application class
  • Additional commits viewable in compare view

Merge request reports