All Versions
33
Latest Version
Avg Release Cycle
85 days
Latest Release
145 days ago

Changelog History
Page 4

  • v0.8.1 Changes

    November 24, 2015

    ๐Ÿš… Full Changelog

    ๐Ÿ›  Fixed

    • ๐Ÿš… vendor/ directory was missing from gemspec(#2481, #2482)
  • 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's default!(#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 unless has_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)
  • 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)