Skip to content

Commit

Permalink
Merge pull request #194 from github/release-v1.8.0
Browse files Browse the repository at this point in the history
release v1.8.0
  • Loading branch information
joelhawksley authored Jan 23, 2020
2 parents 7e26cfa + fce2095 commit 4c002e9
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# v1.8.0

* Remove the unneeded ComponentExamplesController and simplify preview rendering.

*Jon Palmer*

* Add `#render?` hook to easily allow components to be no-ops.

*Kyle Fox*

* Don't assume ApplicationController exists.

*Jon Palmer*

* Allow some additional checks to overrided render?

*Sergey Malykh*

* Fix generator placing namespaced components in the root directory.

*Asger Behncke Jacobsen*

* Fix cache test.

*Sergey Malykh*

# v1.7.0

* Simplify validation of templates and compilation.
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:
actionview-component (1.7.0)
actionview-component (1.8.0)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/action_view/component/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module ActionView
module Component
module VERSION
MAJOR = 1
MINOR = 7
MINOR = 8
PATCH = 0

STRING = [MAJOR, MINOR, PATCH].join(".")
Expand Down

0 comments on commit 4c002e9

Please sign in to comment.