Administrate v0.10.0 Release Notes

Release Date: 2018-04-20 // about 6 years ago
    • ๐Ÿ›  [BUGFIX] [#1121] Fix a bug where polymorphic fields could throw an exception.
    • ๐Ÿ›  [BUGFIX] [#1129] Include time for date_time field in index.
    • [i18n] [#1132] Add missing Russian locale error message.
    • [DOC] [#1131] Document that numbers are searchable.
    • [DOC] [#1145] Add .byebug_history and gemfiles/.bundle/ to .gitignore.
    • ๐Ÿš… [COMPAT] [#1148] Support Rails 5.2.
    • ๐Ÿ“š [DOC] [#1119] Add link to Authorization documentation.
    • ๐Ÿ›  [BUGFIX] [#1107] Exclude routes with modules, but no namespace.
    • ๐ŸŒ [i18n] [#1117] Add translation for Albanian language.
    • [i18n] [#1115] Translate error message to Japanese.
    • โšก๏ธ [DOC] [#1106] Update Customizing Views docs with sidebar generator.
    • [FEATURE] [#1005] Add ability to search through association fields.
    • [FEATURE] [#1059] Use associated_class to render belongs_to links.
    • [FEATURE] [#961] Show errors when has_many restrict_with_error.
    • [FEATURE] [#1104] Add scope option to Field::BelongsTo.
    • ๐Ÿ›  [BUGFIX] [#1070] Use application timezone by default for DateTime fields.
    • [FEATURE] [#998] Add a password field type.
    • [FEATURE] [#903] Added Time Field.
    • [COMPAT] [#1103] Use cross-DB way to cast search queries to strings.