ActiveAdmin v1.2.0 Release Notes

  • ✨ Enhancements

    Minor

    • Do not display pagination info when there are no comments. [#5119] by [@alex-bogomolov]
    • ⏪ Revert generated config files to pluralized. [#5120] by [@varyonic], [#5137] by [@deivid-rodriguez]
    • Warn when action definition overwrites controller method. [#5167] by [@aarek]
    • 👍 Better performance of comments show view. [#5208] by [@dhyegofernando]
    • Mitigate memory bloat [#4118] with CSV exports. [#5251] by [@f1sherman]
    • 🛠 Fix issue applying custom decorations. [#5253] by [@faucct]
    • ⚡️ Brazilian locale updated. [#5125] by [@renotocn]
    • ⚡️ Japanese locale updated. [#5143] by [@5t111111], [#5157] by [@innparusu95]
    • ⚡️ Italian locale updated. [#5180] by [@blocknotes]
    • ⚡️ Swedish locale updated. [#5187] by [@jawa]
    • ⚡️ Vietnamese locale updated. [#5194] by [@Nguyenanh]
    • Esperanto locale added. [#5210] by [@RobinvanderVliet]

    🐛 Bug Fixes

    • 🛠 Fix a couple of issues rendering filter labels. [#5223] by [@wspurgin]
    • Prevent NameError when filtering on a namespaced association. [#5240] by [@DanielHeath]
    • 🛠 Fix undefined method error in Ransack when building filters. [#5238] by [@wspurgin]
    • 🛠 Fixed [#5198] Prevent XSS on sidebar's current filter rendering. [#5275] by [@deivid-rodriguez]
    • Sanitize display_name. [#5284] by [@markstory]