All Versions
29
Latest Version
Avg Release Cycle
104 days
Latest Release
97 days ago
Changelog History
Page 1
Changelog History
Page 1
-
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
-
v3.0.0.beta Changes
December 20, 2021๐ Full Changelog
โ Added
- ๐ Rails 7.0.0 support (011b9ae, 670d803)
- ๐ Webpacker support (#3414)
- ๐ง Add #link_target to action configuration (#3419)
- โ Add not like (=does not contain) operator (#3410)
- ๐ Support for PostgreSQL citext data type (#3413, #2177)
- ๐ Allow #configure to handle multiple fields for a section at once (#3406, #2667)
- ๐ Add has_one id setters/getters, eliminating the need for explicitly defining them (42f0a5f, #2625)
- Support for Mongoid's has_and_belongs_to_many custom primary_key (3f67637, #3097)
- ๐ Support for eager-loading arbitrary associations (4404758, #2928)
- ๐ Support for nullable boolean field (7583369, #3145)
- ๐ Support for configuration reload in development mode (e4ae669, #2726, 08f50aa, #3420)
- ๐ Add 'No objects found' placeholder in filtering-select as well (7e3a1a6, #3332)
- ๐ Add inline_edit to HasManyAssociation as well (798ab1b, #1911)
- โ Add hover highlight to the list table for better visibility (#3221)
- ๐ Add ability to show disabled actions, as well as completely hiding (6c877ea, #1765)
- ๐ Add the message 'no records found' when a list is empty (#3365, a5fe6f8, #3329)
- ๐ Add a way to clear belongs_to selection using mouse (ac3fe35, #2090)
- ๐ Add HTML5 validation for float-like field types (#3378, #3289)
๐ Changed
- โ Remove horizontal pagination and always use sidescroll view for list action table (d51e943)
- ๐ฑ Replace image assets with Font Awesome icons (a0a568b)
- ๐ Switch templates from HAML to ERB (#3425, #3439, #3173)
- ๐ Rewrite some JavaScript code not to use jQuery (#3416, #3417)
- โฌ๏ธ Upgrade FontAwesome to 5.15.4 (cb1ac73)
- ๐ Stop using AbstractObject and use raw model instances with extension (af88091, #2847)
- ๐ Switch from jquery_ujs to rails-ujs (#3390, dea63f4)
- ๐ Make colorpicker field use HTML5 native color picker (#3387)
- ๐ Change to use ISO 8601 time format for browser-server communication, instead of localized value (01e8d5f, #3344)
โ Removed
- ๐ Remove dependency for builder and remotipart (#3427, 58b76d1)
- โ Remove capitalization helper, letting I18n to perform necessary transformation (#3396)
- ๐ Remove jQuery Migrate (#3389, b385d4d)
- ๐ Remove the legacy history adapter(#3374, b627580)
- ๐ Drop support for Ruby < 2.5 and Rails 5.x(decf428, 17e20b6)
๐ Fixed
- โฌ๏ธ Reduce object allocations when rendering main navigation menu (#3412)
- ๐ Fix N+1 queries for ActiveStorage attachments (e4d5b2f, #3282)
- ๐ Fix to convert DateTime format for Moment.js as much as possible (6d5c049, #2736, #3009)
- ๐ Fix config.parent_controller to work after the class loading (5bd9805, #2790)
- Fix NoMethodError when Mongoid's raise_not_found_error is false (973bd8e, #2623)
- Fix NoMethodError "undefined method 'has_one_attached'" (e4ae669, #3025)
- ๐ Fix NoMethodError "undefined method `label' for nil:NilClass" on export (f2104b5, #1685)
- Fix Kaminari's custom param_name was not used in history_index and history_show (#3227, #3400)
- ๐ Fix Gravater and email were not shown when the current user is not editable (bd44929, #3237)
- Fix RailsAdmin::Config.reset didn't clear the effect of previous included_models/excluded_models (1190d51, #3305)
- ๐ Fix duplication of filtering-multiselect on browser back (3c10b09, #3211)
- Fix no error message is shown on failure with dependent: :restrict_with_error (bf353cc, #3323)
- ๐ Fix read-only associations are shown empty if it has no value (7580f33, #2681)
- ๐ Fix hidden fields taking up some space (5aaee51, #3380)
- ๐ Fix to show validation errors in modals (f67defb, #1735)
- ๐ Fix image file detection by using Mime::Type (#3398, #3239)
- ๐ Fix 'no objects' message not showing up in filtering-multiselect widget (aa5545c)
- ๐ Fix 'Delete Image' translation does not work well in some languages (#3382, #3260)
- ๐ Fix polymorphic associations don't work with namespaced classes (#3377, #3376)
- 0๏ธโฃ Fix Boolean pretty_value to include default fallback (#3379)
- ๐ Fix history#index not supporting models with custom version classes (ed19f9e)
- Fix models stored in eager_load_paths are not picked up by #viable_models (#3373, 238f18e)
- ๐ Fix polymorphic associations don't work with namespaced classes(#3376)
-
v2.2.1 Changes
August 08, 2021 -
v2.2.0 Changes
July 24, 2021๐ Full Changelog
โ Added
- ๐ Support for PaperTrail's alternative versions association name(#3354)
๐ Changed
- ๐ Update jQuery to 3.x with introducing jQuery.migrate(#3348, 973dee06, #3370)
- ๐ Update Moment.js to 2.29.1(#3348, 973dee06, 7962a194)
- ๐ Update Bootstrap to 3.4.1(#3348, 973dee06)
- โก๏ธ Update Bootstrap Datetime Picker to 4.17.49(7962a194)
โ Removed
- โ Remove unnecessary devise patch(#3352)
๐ Fixed
-
v2.1.1 Changes
March 14, 2021๐ Full Changelog
๐ Fixed
- ๐ Fix AbstractObject's proxying was incompatible with keyword arguments in Ruby 3.0 (#3342)