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

    • Fix permitted_param generation for belongs_to when :param is used. #6460 by @deivid-rodriguez
    • ๐Ÿ›  Fix streaming CSV export. #6451 by @deivid-rodriguez
    • ๐Ÿ›  Fix input string filter no rendering dropdown input when its column name ends with a ransack predicate. #6422 by @Fivell