Skip to content

Commit

Permalink
Merge pull request #152 from github/release-v1.6.0
Browse files Browse the repository at this point in the history
release v1.6.0
  • Loading branch information
joelhawksley authored Dec 11, 2019
2 parents e2dfd24 + e159128 commit 420d567
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# v1.6.0

* Avoid dropping elements in the render_inline test helper.

*@dark-panda*

* Add test for helpers.asset_url.

*Christopher Coleman*

* Add rudimentary compatibility with better_html.

*Joel Hawksley*

* Template-less variants fall back to default template.

*Asger Behncke Jacobsen*, *Cesario Uy*

* Generated tests use new naming convention.

*Simon Træls Ravn*

* Eliminate sqlite dependency.

*Simon Dawson*

* Add support for rendering components via #to_component_class

*Vinicius Stock*

# v1.5.3

* Add support for RSpec to generators.
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.5.3)
actionview-component (1.6.0)

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

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

0 comments on commit 420d567

Please sign in to comment.