RailsAdmin v1.2.0 Release Notes

Release Date: 2017-05-31 // almost 7 years ago
  • ๐Ÿš… 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)