Skip to content

Commit

Permalink
Merge pull request #102 from github/release-v1.4.0
Browse files Browse the repository at this point in the history
release v1.4.0
  • Loading branch information
joelhawksley authored Nov 7, 2019
2 parents fcb6d8e + 5d77ebd commit dbfd904
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# v1.4.0

* Fix bug where components broke in application paths with periods.

*Anton, Joel Hawksley*

* Add support for `cache_if` in component templates.

*Aaron Patterson, Joel Hawksley*

* Add support for variants.

*Juan Manuel Ramallo*

* Fix bug in virtual path lookup.

*Juan Manuel Ramallo*

* Preselect the rendered component in render_inline.

*Elia Schito*

# v1.3.6

* Allow template file names without format.
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.3.6)
actionview-component (1.4.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 = 3
PATCH = 6
MINOR = 4
PATCH = 0

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

0 comments on commit dbfd904

Please sign in to comment.