Skip to content

Commit

Permalink
Release version 0.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcharlton committed Jul 14, 2017
1 parent 4719002 commit 2357c07
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 2 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,43 @@

## Changes

### 0.8.0 (July 14, 2017)

* [FEATURE] [#788] Allow resource to be accessed from field.
* [OPTIM] [#859] Remove dependency on remote images in tests.
* [BUGFIX] [#771] Handle case where `Field::HasMany` data is nil.
* [FEATURE] [#801] Add HasOne support as nested form.
* [FEATURE] [#926] Accepts string instead of symbol on order.
* [DOC] [#928] Fix partial name in view customization docs.
* [BUGFIX] [#927] Remove rails-controller-testing gem to fix specs with Rails
4.2.
* [BUGFIX] [#925] Silence ActiveRecord migration output during specs.
* [CHANGE} [#924] Replace dashboard_class method with a delegate.
* [BUGFIX] [#594] Fix Label Translation Lookup for has_many Collections.
* [CHANGE] [#914] Allow custom scope for dashboards.
* [CHANGE] [#916] Adds `_stylesheet` to the resources to be generated.
* [UI] [#554] Make it easier to override Sass variables.
* [FEATURE] [#910] Allow custom scope for dashboard resource.
* [FEATURE] [#871] Add support for namespaced models.
* [I18n] [#904] Improve Korean translation for search input.
* [UI] [#881] Redesign search.
* [I18n] [#902] Fixes to Dutch translation.
* [COMPAT] [#887] Update autoprefixer-rails >= 6.0.
* [UI] [#896] Make entire search bar clickable.
* [I18n] [#891] Add translation for search input.
* [UI] [#886] Fix `aria-labelledby` on tables.
* [UI] [#884] Add `aria-sort` attribute to table headers.
* [UI] [#882] Update normalize.css and change how we include it.
* [OPTIM] [#898] Retroactively set migration versions.
* [FEATURE] [#856] Allow Rails 5.1 usage.
* [DOC] [#885] Update and test documentation navigation.
* [UI] [#880] Use SVG `symbol` for icon system.
* [CHANGE] [#883] Nested collection links should honour routes.
* [UI] [#879] Remove unused SVG asset.
* [DOCS] [#877] Add appraisal and foreman commands to docs.
* [I18n] [#873] Add support for cyrillic search.
* [CHANGE] [#857] Abstract model classes should be skipped without warning.

### 0.7.0 (May 08, 2017)

* [CHANGE] [#789] Remove Bourbon.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
administrate (0.7.0)
administrate (0.8.0)
actionpack (>= 4.2, < 5.2)
actionview (>= 4.2, < 5.2)
activerecord (>= 4.2, < 5.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/administrate/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Administrate
VERSION = "0.7.0".freeze
VERSION = "0.8.0".freeze
end

0 comments on commit 2357c07

Please sign in to comment.