All Versions
33
Latest Version
Avg Release Cycle
85 days
Latest Release
905 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v1.4.3
March 17, 2020 -
v1.4.2 Changes
September 23, 2018๐ Full Changelog
๐ Fixed
-
v1.4.1 Changes
August 19, 2018๐ Full Changelog
๐ Fixed
-
v1.4.0 Changes
July 22, 2018๐ Full Changelog
โ Added
- ๐ Support for ActiveStorage(#2990, #3037)
- ๐ Support for multiple file upload for ActiveStorage and CarrierWave (5bb2d375)
- ๐ Support for Mongoid 7.0(9ef623f6, #3013)
- ๐ Support for CanCanCan 2.0(a32d49e4, #2901)
- ๐ Support for Pundit 2.0(bc60c978)
- ๐ Support for jquery-ui-rails 6.0(#2951, #3003)
๐ Fixed
- ๐ Make code reloading work(#3041)
- ๐ Improved support for Rails API mode, requiring needed middlewares in engine's initializer(#2919, #3006)
- ๐ Make the link text to uploaded file shorter, instead of showing full url(#2983)
- ๐ Fix duplication of filters on browser back(#2998)
- ๐ Fix "can't modify frozen array" exception on code reload(#2999)
- ๐ Fix incorrectly comparing numeric columns with empty string when handling blank operator(#3007)
-
v1.3.0 Changes
February 18, 2018๐ Full Changelog
โ Added
- ๐ง Configurability for forgery protection setting(#2989)
- ๐ง Configurability for the number of audit records displayed into dashboard(#2982)
- โ Add limited pagination mode, which doesn't require count query(#2968)
- ๐ Prettier output of JSON field value(#2937, #2973, #2980)
- โ Add markdown field support through SimpleMDE(#2949)
- ๐ Checkboxes for bulk actions in index page can be turned off now(#2917)
๐ Fixed
- ๐ Parse JS translations as JSON(#2925)
- ๐ Re-selecting an item after unselecting has no effect in filtering-multiselect(#2912)
- ๐ Stop memoization of datetime parser to handle locale changes(#2824)
- ๐ Filters for ActiveRecord Enum field behaved incorrectly for enums whose labels are different from values(#2971)
- ๐ Client-side required validation was not enforced in filtering-select widget(#2905)
- ๐ Filter refresh button was broken(#2890)
๐ Security
-
v1.2.0 Changes
May 31, 2017 -
v1.1.1 Changes
December 25, 2016๐ Full Changelog
๐ Fixed
- ๐ CSV export broke with empty tables(#2796, #2797)
- ๐ ActiveRecord adapter's #encoding did not work with Oracle enhanced adapter(#2789)
- ๐ ActiveRecord 5 belongs_to presence validators were unintentionally disabled due to initialization mishandling(#2785, #2786)
- ๐ Destroy failure caused subsequent index action to return 404, instead of 200(#2775, #2776)
- ๐ CSVConverter#to_csv now accepts string-keyed hashes(#2740, #2741)
๐ Security
- ๐ Fix CSRF vulnerability(b13e879e)
-
v1.1.0 Changes
October 30, 2016 -
v1.0.0 Changes
September 19, 2016๐ Full Changelog
โ Added
- ๐ Introduce setup hook for authorization/auditing adapters(ba2088c6)
- โ Add viewport meta tag for mobile layout adjustment(#2664)
- ๐ Support for ActiveRecord::Enum using string columns(#2680)
๐ Changed
- ๐ Limit children for deletion notice(#2491)
- ๐
[BREAKING CHANGE] Change parent controller to ActionController::Base for out-of-box support of Rails 5 API mode(#2688)
- To keep old behavior, add
config.parent_controller = '::ApplicationController'
in your RailsAdmin initializer.
- To keep old behavior, add
๐ Fixed
- ๐ ActiveRecord Enum fields could not be updated correctly(#2659, #2713)
- ๐ Fix performance issue with filtering-multiselect widget(#2715)
- Restore back rails_admin_controller?(#2268)
- ๐ Duplication of autocomplete fields when using browser back/forward buttons(#2677, #2678)
- ๐ Filter refresh button was broken(#2705, #2706)
- ๐ Fix presence filtering on boolean columns(#1099, #2675)
- ๐ Pundit::AuthorizationNotPerformedError was raised when used with Pundit(#2683)
-
v1.0.0.rc Changes
July 18, 2016๐ Full Changelog
โ Added
- ๐ Rails 5 support
- ๐ PaperTrail 5 support(9c42783a)
- ๐ Support for multiple configuration blocks(#1781, #2670)
- ๐ง Default association limit is now configurable(#2508)
๐ Changed
- ๐
Prefix kaminari bootstrap views with
ra-
to avoid name conflict(#2283, #2651) - ๐ Gravatar icon is now optional(#2570)
- ๐ Improve bootstrap-wysihtml5-rails support(#2650)
- ๐ Explicitly call the #t method on I18n(#2564)
- ๐ Improve dashboard performance by querying with id instead of updated_at(#2514, #2551)
- ๐ Improve encoding support in CSV converter(#2508, dca8911f)
- โ Add SVG file extension to the image detection method(#2533)
- โก๏ธ Update linear gradient syntax to make autoprefixer happy(#2531)
- ๐ Improve export layout (#2505)
โ Removed
- ๐ Remove safe_yaml dependency(#2397)
- โฌ๏ธ Drop support for Ruby < 2.1.0
๐ Fixed
- ๐ Pagination did not work when showing all history(#2553)
- ๐ Make filter-box label clickable(#2573)
- 0๏ธโฃ Colorpicker form did not have the default css class
form-control
(#2571) - ๐ Stop assuming locale en is available(#2155)
- ๐ Fix undefined method error with nested polymorphics(#1338, #2110)
- ๐ Fix issue with nav does not check pjax config from an action(#2309)
- ๐ Model label should be pluralized with locale(#1983)
- ๐ Fix delocalize strftime_format for DateTime.strptime to support minus(#2547)
- ๐ Fix Syntax Error in removal of new nested entity(#2539)
- ๐ Fix momentjs translations for '%-d' format day of the month(#2540)
- ๐ Fix Mongoid BSON object field (#2495)
- ๐ Make browser ignore validaitons of removed nested child models(#2443, #2490)