Skip to content

Tags: ziyou627/administrate

Tags

v0.1.1

Toggle v0.1.1's commit message
Release Administrate version 0.1.1

- Update gem version
- Update README with recommended optimistic versioning for bundler
- Update README with warning about Administrate's pre-1.0 status
- Update CHANGELOG to fill in missing PR references
- add `[I18n]` category to CHANGELOG
- sort CHANGELOG entries according to change type

Changes:

* [thoughtbot#191] [CHANGE] Improve API for specifying how resources are displayed
  across the dashboard.
  * Models are now displayed with a sensible default - (e.g. "User thoughtbot#2")
  * Users can define `ModelDashboard#display_resource(resource)` for custom
    display behavior
  * Users who have generated views for the following field types
    may need to update them to take advantage of the new API:
    * HasOne
    * HasMany
    * Polymorphic
    * BelongsTo
* [thoughtbot#223] [FEATURE] Translation: Vietnamese
* [thoughtbot#161] [FEATURE] Translation: Mandarin Chinese
* [thoughtbot#196] [FEATURE] Translation: Taiwanese Mandarin
* [thoughtbot#142] [FEATURE] Translation: Brazilian Portuguese
* [thoughtbot#171] [FEATURE] Translation: Polish
* [thoughtbot#153] [FEATURE] Translation: Russian
* [thoughtbot#148] [FEATURE] Translation: French
* [thoughtbot#147] [FEATURE] Translation: German
* [thoughtbot#154] [FEATURE] Translation: Spanish
* [thoughtbot#126] [UI] Preserve whitespace when rendering text fields
* [thoughtbot#194] [BUGFIX] Don't clear out datetime values in form fields
* [thoughtbot#193] [BUGFIX] Don't assume that unrecognized db column types are searchable
* [thoughtbot#124] [BUGFIX] Better detection of application models
* [thoughtbot#156] [COMPAT] Include missing `sass-rails` dependency in gemspec
* [thoughtbot#174] [COMPAT] Make several missing dependencies explicit.
* [thoughtbot#144] [COMPAT] Update repository structure so Bundler can pull the gem from github.
  (e.g. `gem "administrate", github: "thoughtbot/administrate"`)
* [thoughtbot#166] [COMPAT] Use ANSI SQL standards for case-insensitive search
* [thoughtbot#120] [DOC] Add Rubygems version badge to README
* [thoughtbot#165] [DOC] Add CircleCI badge to README
* [thoughtbot#119] [DOC] Add CodeClimate badge to README

v0.1.0

Toggle v0.1.0's commit message
Release version 0.1.0

* [CHANGE] Render views using local variables, not instance variables.
* [CHANGE] Rename `table` -> `collection` throughout the engine.
  * API for dashboard classes now relies on `COLLECTION_ATTRIBUTES` constant
  * Generated views now use the `_collection` partial instead of `_table`
* [FEATURE] Add a generator for copying field views to host application
* [FEATURE] Generated dashboards are more explicit,
  and more clearly define the API.
* [FEATURE] Add a generator for creating custom field types
* [FEATURE] Add generators for copying view templates into host application
* [FEATURE] Add sensible dynamic titles to the dashboard pages.
* [FEATURE] Add text field type.
* [UI] Give form and show pages more consistent label styles
* [UI] Fix checkbox styling and label alignment.
* [UI] Fix scrollbar issues on list pages.
* [BUGFIX] Fix missing `dropdown.svg` asset.
* [BUGFIX] Fix asset precompilation issue for `datetime_picker_rails` gem.
* [BUGFIX] Remove erroneous "Showing 5 of 1" messages
  from has_many relationships on the `show` page.
* [COMPAT] Use optimistic versioning for all dependencies.
* [DOC] Update README with a better description of the repo.
* [DOC] Move changelog to root of repository, improve labels, add key.
* [DOC] Add comments to all template files
  describing what variables will be available