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

Changelog History
Page 3

  • v1.4.3

    March 17, 2020
  • v1.4.2 Changes

    September 23, 2018

    ๐Ÿš… Full Changelog

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix can't modify frozen Array error on startup(#3060)
    • ๐Ÿ›  Fix deprecation warning with PaperTrail.whodunnit(#3059)
  • v1.4.1 Changes

    August 19, 2018

    ๐Ÿš… Full Changelog

    ๐Ÿ›  Fixed

    • ๐Ÿš… Export crashes for models with JSON field(#3056)
    • ๐Ÿš… Middlewares being mangled by engine initializer, causing app's session store configuration to be overwritten(#3048, 59478af9)
  • 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

    • ๐Ÿš… Fix XSS vulnerability in filter and multi-select widget(#2985, 44f09ed7)
  • v1.2.0 Changes

    May 31, 2017

    ๐Ÿš… Full Changelog

    โž• Added

    • โž• Add ILIKE support for PostgreSQL/PostGIS adapter, multibyte downcase for other adapters(#2766)
    • ๐Ÿ‘Œ Support for UUID query(#2766)
    • ๐Ÿš… Support for Haml 5(#2840, #2870, #2877)
    • โž• Add instance option to append a CSS class for rows(#2860)

    ๐Ÿ›  Fixed

    • Remove usage of alias_method_chain, deprecated in Rails 5.0(#2864)
    • Load models from eager_load, not autoload_paths(#2771)
    • ๐Ÿš… jQuery 3.0 doesn't have size(), use length instead(#2841)
    • ๐Ÿš… Prepopulation of the new form didn't work with namespaced models(#2701)
  • 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

    ๐Ÿš… Full Changelog

    โž• Added

    • ๐Ÿš… DSL for association eager-loading(#1325, #1342)

    ๐Ÿ›  Fixed

    • ๐Ÿš… Fix nested has_many form failing to add items(#2737)
  • 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.

    ๐Ÿ›  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)