All Versions
33
Latest Version
Avg Release Cycle
85 days
Latest Release
332 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.1.0 Changes
November 06, 2022๐ Full Changelog
๐ Fixed
-
v3.1.0.rc2 Changes
October 02, 2022๐ Full Changelog
๐ Fixed
-
v3.1.0.rc Changes
September 22, 2022๐ Full Changelog
โ Added
- โ Add ability to limit filter operators (be9a75e)
- ๐ Support filtering has_one associations (9657774)
- ๐ Add ability to set default order of PaperTrail versions (a1c4c67, #3095)
- โ Add block-style DSL support for extension adapters (951b708)
- ๐ Make sidebar navigation collapsible (e8cb8ed, #3198)
- โ Add ability to show a help text under the search box (94f16fb)
- ๐ Support for ActiveStorage direct uploads (e13c7e2, #3296)
๐ Changed
- ๐ Load ActionText assets statically to enable full-featured setup (458d0fb, #3251, #3386)
- ๐ Change ES Module processing not to affect non-RailsAdmin assets (f8219bf)
- ๐ Change RailsAdmin initialization process to evaluate the config block immediately but load constants lazily (#3541, 33e9214)
- ๐ Restore the loading indicator back (32e6b14, b9ee7f0, #3500)
๐ Fixed
- ๐ Fix Bootstrap 5.2 compatibility (ef76fce)
- ๐ Fix filtering select widget options being empty on browser back (3cffc00)
- ๐ Fix RailsAdmin widgets not activated after a validation error (a604da5)
- ๐ Fix export action didn't use export section for eager loading (4cc3f30, #1954)
- ๐ Fix Dart Sass 2.0 division deprecations (#3544, 3a177c2)
- ๐ Fix unable to focus elements on modals opened from remote forms (#3539, #3538)
- ๐ Improve pagination appearance on smaller screens (a2e366e, #3516)
- ๐ Fix the value of submit buttons being lost on submission (60e1150, #3513)
- Fix breaking with a has_and_belongs_to_many association with scope given (c2bf6db, #2067)
- ๐ Fix nested fields don't toggle properly after pushing 'Add a new ...' button (d1f1154, #3528)
-
v3.1.0.beta Changes
June 20, 2022๐ Full Changelog
โ Added
- ๐ Support Importmap and Webpack, via importmap-rails / jsbundling-rails and cssbundling-rails (#3488)
- Support Composite Primary Keys gem (#3527)
- ๐ Allow configuration of Navbar css class (126f7ac, #3507)
๐ Changed
- โก๏ธ Update vendorized jQuery to 3.6.0 (#3524)
- ๐ Enable frozen string literals across the project (#3483)
๐ Fixed
- ๐ Fix edit user link in the top navigation pointing to wrong URL (#3531)
- ๐ Fix MultipleActiveStorage field deleting previous attachments when updating a record in Rails 7.0 (974c54a, #3520)
- ๐ Fix remote form submission breaking when used with HTTP/2 (#3515)
- ๐ Fix to maintain 2.x hover / active behavior for side navigation links (#3511)
- ๐
Fix default sort by behavior when
list.sort_by
points to a field with a table reference for:sortable
(#3509, 9959925) - ๐ Fix to insert whitespace after sidebar navigation icon to maintain visual consistency (#3504)
- ๐ Fix orderable multiselect buttons not rendered correctly (#3506)
- ๐ Fix to use badges instead of labels, which are removed in Bootstrap 5 (#3503)
-
v3.0.0 Changes
March 21, 2022๐ Full Changelog
๐ Fixed
-
v3.0.0.rc4 Changes
March 13, 2022๐ Full Changelog
โ Added
๐ Changed
- โฌ๏ธ Upgrade vendorized Flatpickr to 4.6.11 (7f8c831)
๐ Fixed
- ๐ Fix not utilizing full browser width after Bootstrap 5 upgrade (#3493)
- ๐ Fix the style for show views broken on Bootstrap 5 upgrade (#3491)
- ๐ Fix Pundit 2.2 deprecation for not using Pundit::Authorization (e38eb46)
- ๐ Fix JS issues when navigating across the main app and RailsAdmin (eb4a185, #3484)
-
v3.0.0.rc3 Changes
February 27, 2022๐ Full Changelog
๐ Fixed
- ๐ Fix the style of list scope tabs (#3477)
- ๐ Fix rake tasks executed twice (7d56cd6)
- ๐ Fix the style of the header user link when show_gravatar is false (#3475)
- โ Fix 'Cancel' button for delete/bulk_delete action also didn't work (1fa8486, #3468)
- ๐ Fix failing to export after introducing Turbo Drive (c749d93, #3461 (comment))
-
v3.0.0.rc2 Changes
February 20, 2022 -
v3.0.0.rc Changes
February 06, 2022๐ Full Changelog
โ Added
- ๐ Support Mongoid's Storage Field Names (cefa23c, #1745)
- ๐
Allow save/delete oprations to be disabled based on an object's
#read_only?
status (9cd7541, #1684) - ๐ Allow customizing model's last created time (d6d380a, #3010)
- โ Add ability to hide the dashboard history section (#3189)
- ๐ Add model scope configuration option, which enables 'unscoped' mode (8d905f9, #1348)
๐ Changed
- ๐ Switch from pjax to Turbo Drive, due to pjax's low maintenance activity (#3461, #3435)
- ๐ Upgrade Bootstrap to 5.1.3 (#3455, #3083)
- ๐ Switch datetime picker library to Flatpickr (#3455)
โ Removed
- โฌ๏ธ Drop support for Ruby 2.5 (#3430)
- ๐ Remove Sections::List#sort_reverse because of having very limited usecase (0c7bc61, #1181)
๐ Fixed
- ๐ Fix failing to detect encoding with JDBC MySQL adapter (0dfe2e4)
- ๐ Fix unable to start app when using redis-session-store (#3462)
- ๐ Fix ActiveRecord ObjectExtension has_one setter breaks with custom primary key class (0e2e0e4, #3460)
- โก๏ธ Fix inheritance of parent_controller not updated properly when controllers were eagerly loaded (#3458)
- ๐
Fix to retrieve actions correctly in the action
#bulk_action
(#3407) - Fix issue when RailsAdmin::MainController needs to dispatch a method call using
#respond_to_missing?
(da51b91, #3454) - ๐ง Fix modal foreign keys are not prepopulated unless the association inverse_of is configured (75504d0, #2585)
-
v3.0.0.beta2 Changes
December 25, 2021๐ Full Changelog
๐ Fixed