Skip to content

Commit

Permalink
Merge pull request #256 from github/release-v1.15.0
Browse files Browse the repository at this point in the history
release v1.15.0
  • Loading branch information
joelhawksley authored Mar 9, 2020
2 parents 5c848bc + 8881348 commit 17d87b2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,26 @@
# master

* Re-introduce ActionView::Component::TestHelpers
# v1.15.0

* Re-introduce ActionView::Component::TestHelpers.

*Joel Hawksley*

* Bypass monkey patch on Rails 6.1 builds.

*Joel Hawksley*

* Make `ActionView::Helpers::TagHelper` available in Previews

* Make `ActionView::Helpers::TagHelper` available in Previews.

```ruby
def with_html_content
render(MyComponent.new) do
tag.div do
content_tag(:span, "Hello")
end
end
end
```

*Sean Doyle*

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.14.1)
actionview-component (1.15.0)
capybara (>= 3)

GEM
Expand Down
4 changes: 2 additions & 2 deletions lib/view_component/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
module ViewComponent
module VERSION
MAJOR = 1
MINOR = 14
PATCH = 1
MINOR = 15
PATCH = 0

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

0 comments on commit 17d87b2

Please sign in to comment.