All Versions
33
Latest Version
Avg Release Cycle
85 days
Latest Release
145 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v0.8.1 Changes
November 24, 2015 -
v0.8.0 Changes
November 23, 2015๐ Full Changelog
โ Added
- ๐ Feature to deactivate filtering-multiselect widget's remove buttons through
removable?
field option(#2446) - ๐ Pundit integration(#2399 by Team CodeBenders, RGSoC'15)
- ๐ Refile support(#2385)
๐ Changed
- ๐ Some UI improvements in export view(#2394)
- 0๏ธโฃ
rails_admin/custom/variables.scss
is now imported first to take advantage of Sass'sdefault!
(#2404) - ๐ Proxy classes now inherit from BasicObject(#2434)
- ๐ Show sidebar scrollbar only on demand(#2419)
- 0๏ธโฃ RailsAdmin no longer gets excluded from NewRelic instrumentation by default(#2402)
- ๐ Improve efficiency of filter query in Postgres(#2401)
- ๐ Replace old jQueryUI datepicker with jQuery Bootstrap datetimepicker (#2391)
- ๐ Turn Hash#symbolize into a helper to prevent namespace conflict(#2388)
โ Removed
- The L10n translation
admin.misc.filter_date_format
datepicker search filters, has been dropped in favor of field oriented configuration (#2391)
๐ Fixed
- ๐ AR#count broke when default-scoped with select(#2129, #2447)
- ๐ Datepicker could not handle Spanish date properly(#982, #2451)
- Paperclip's
attachment_definitions
does not exist unlesshas_attached_file
-ed(#1674) - ๐
.btn
class was used without a modifier(#2417) - ๐ Filtering-multiselect widget ignored order(#2231, #2412)
- โ Add missing .alert-dismissible class to flash(#2411)
- ๐ Keep field order on changing the existing field's type(#2409)
- ๐ Add button for nested-many form in modal disappeared on click(#2372, #2383)
๐ Security
- ๐ Fix XSS vulnerability in polymorphic select(#2479)
- ๐ Feature to deactivate filtering-multiselect widget's remove buttons through
-
v0.7.0 Changes
August 16, 2015๐ Full Changelog
โ Added
- ๐ Support for ActiveRecord::Enum (#1993)
- ๐ Multiselect-widget shows user friendly message, instead of just being blank (#1369, #2360)
- ๐ Configuration option to turn browser validation off (#2339, #2373)
๐ Changed
- ๐ Multiselect-widget inserts a new item to the bottom, instead of top (#2167)
- ๐ Migrated Cerulean theme to Bootstrap3 (#2352)
- ๐ Better html markup for input fields (#2336)
- โก๏ธ Update filter dropdown button to Bootstrap3 (#2277)
- ๐ Improve navbar appearance (#2310)
- ๐ Do not monkey patch the app's YAML (#2331)
๐ Fixed
- ๐ Browser validation prevented saving of persisted upload fields (#2376)
- ๐ Fix inconsistent styling in static_navigation (#2378)
- Fix css regression for has_one and has_many nested form (#2337)
- ๐ HTML string inputs should not have a size attribute valorized with 0 (#2335)
๐ Security
- ๐ Fix XSS vulnerability in filtering-select widget
- ๐ Fix XSS vulnerability in association fields (#2343)