All Versions
33
Latest Version
Avg Release Cycle
35 days
Latest Release
-

Changelog History
Page 1

  • v2.13.1 Changes

    🐛 Bug Fixes

    • Honor load paths order when loading admin files. [#7488] by [@tf]
    • 🛠 Fix passing expected hash payload argument. [#7487] by [@ispyropoulos]
  • v2.13.0 Changes

    📚 Documentation

    • 📚 Update validation errors documentation to account for deprecated ActiveModel::Errors#keys. [#7475] by [@amit]

    Dependency Changes

    • ⬇️ Drop rails 6.0 support. [#7476] by [@deivid-rodriguez]

    🐎 Performance

    • 🛠 Fix pundit performance. [#7479] by [@deivid-rodriguez]
  • v2.12.0 Changes

    ✨ Enhancements

    • ➕ Add Ransack 3 compatibility. [#7453] by [@tagliala]

    🐛 Bug Fixes

    • 🛠 Fix pundit namespace detection. [#7144] by [@vlad-psh]

    📚 Documentation

    • 0️⃣ Don't mention webpacker as the default asset generator in Rails. [#7377] by [@jaynetics]

    🐎 Performance

    • Avoid duplicate work when downloading CSV. [#7336] by [@deivid-rodriguez]
  • v2.11.2 Changes

    🐛 Bug Fixes

    • 🛠 Fix disappearing BOM option for CSVBuilder. [#7170] by [@Karoid]
  • v2.11.1 Changes

    ✨ Enhancements

    • ➕ Add turbolinks support to has many js. [#7384] by [@amiel]

    📚 Documentation

    • ✂ Remove insert_tag from Form-Partial docs. [#7394] by [@TonyArra]
  • v2.11.0 Changes

    ✨ Enhancements

    • ➕ Add Rails 7 Support. [#7235] by [@tagliala]

    🐛 Bug Fixes

    • 🛠 Fix form SCSS variables no longer being defined in the outermost scope, so no longer being accessible. [#7341] by [@gigorok]
  • v2.10.1 Changes

    ✨ Enhancements

    • Apply box-sizing: border-box globally. [#7349] by [@deivid-rodriguez]
    • Vendor normalize 8.0.1. [#7350] by [@deivid-rodriguez]
    • ✂ Remove deprecation warning using controller filters inside initializer. [#7340] by [@mgrunberg]

    🐛 Bug Fixes

    • 🛠 Fix frozen string error when downloading CSV and streaming disabled. [#7332] by [@deivid-rodriguez]
  • v2.10.0 Changes

    ✨ Enhancements

    • 🍱 Load favicon from Webpacker assets when use_webpacker is set to true. [#6954] by [@Fs00]
    • Don't apply sorting to collection until after scoping. [#7205] by [@agrobbin]
    • 🗄 Resolve dart sass deprecation warning for division. [#7095] by [@tordans]
    • 👉 Use instrument from the Notifications API instead of low level publish. [#7262] by [@sprql]
    • Avoid mutating string literals. [#6936] by [@tomgilligan]
    • 💅 Include print styles in main stylesheet. [#6922] by [@deivid-rodriguez]
    • 👉 Use POST for OmniAuth links. [#6916] by [@deivid-rodriguez]
    • Scope new record instantiation by authorization scope. [#6884] by [@ngouy]
    • Make permit_params and belongs_to order independent. [#6906] by [@deivid-rodriguez]
    • 👉 Use collection length instead of running COUNTs for limited collections. [#5660] by [@MmKolodziej]

    🐛 Bug Fixes

    • 👉 Show ransackable_scopes filters in search results. [#7127] by [@vlad-psh]

    🌐 Translation Improvements

    • 🛠 Fix Dutch translation for password reset button. [#7181] by [@mvz]
    • ➕ Add few key to RO pagination.entry. [#6915] by [@lubosch]
    • 🔄 Change misleading Korean translation. [#6873] by [@1000ship]

    📚 Documentation

    • ⚡️ Replace deprecated update_attributes! with update!. [#6959] by [@sergey-alekseev]
    • 📄 Clarify docs on user setup. [#6872] by [@javawizard]

    Dependency Changes

    • ⬇️ Drop rails 5.2 support. [#7293] by [@deivid-rodriguez]
    • ⬇️ Drop support for Ruby 2.5. [#7236] by [@alejandroperea]
  • v2.9.0 Changes

    ✨ Enhancements

    • 👌 Support for Rails 6.1. [#6548] by [@deivid-rodriguez]
    • ➕ Add ability to override "Remove" button text on has_many forms. [#6523] by [@littleforest]
    • ⬇️ Drop git in gemspec. [#6462] by [@utkarsh2102]

    🐛 Bug Fixes

    • 🛠 Pick up upstream fixes in devise templates. [#6536] by [@munen]

    📚 Documentation

    • 🛠 Fix has_many syntax in forms documentation. [#6583] by [@krzcho]
    • Add example of using default_main_content in show pages. [#6487] by [@sjieg]

    Dependency Changes

    • ✂ Remove sassc and sprockets runtime dependencies. [#6584] by [@deivid-rodriguez]
  • v2.8.1 Changes

    September 28, 2020

    🐛 Bug Fixes