Breaking Changes
-
[#339] Change Administrate namespace from a constant to a method
Upgrade by changing all instances of
Administrate::NAMESPACE
in your project tonamespace
.
New Features
- [#269] Add a generator for copying default layout files
- [#328] Add a generator for copying default sidebar partial
- [#362] Add a generator for only the dashboard manifest.
Customizing this manifest before running theadministrate:install
generator
will change which dashboards get generated. - [#295] Add dashboard detection for ActiveRecord::Enum fields.
- [#364] Improve dashboard generator by explicitly listing out the
generatedSHOW_PAGE_ATTRIBUTES
array elements.
UI Improvements
- [#416] Add an accessibility label to the search input
- [#411] Use tabular figures in table cells
- [#409] Use default system fonts
Bugfixes
- [#424] Fix a bug where running
rails destroy GENERATOR_NAME
would not work for several of the generators - [#390] Fix timestamp deprecation warnings
Compatibility Improvements
- [#365] Remove dependency on
inline_svg