Skip to content

Commit dbfd904

Browse files
authored
Merge pull request #102 from github/release-v1.4.0
release v1.4.0
2 parents fcb6d8e + 5d77ebd commit dbfd904

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# v1.4.0
2+
3+
* Fix bug where components broke in application paths with periods.
4+
5+
*Anton, Joel Hawksley*
6+
7+
* Add support for `cache_if` in component templates.
8+
9+
*Aaron Patterson, Joel Hawksley*
10+
11+
* Add support for variants.
12+
13+
*Juan Manuel Ramallo*
14+
15+
* Fix bug in virtual path lookup.
16+
17+
*Juan Manuel Ramallo*
18+
19+
* Preselect the rendered component in render_inline.
20+
21+
*Elia Schito*
22+
123
# v1.3.6
224

325
* Allow template file names without format.

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
actionview-component (1.3.6)
4+
actionview-component (1.4.0)
55

66
GEM
77
remote: https://rubygems.org/

lib/action_view/component/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ module ActionView
44
module Component
55
module VERSION
66
MAJOR = 1
7-
MINOR = 3
8-
PATCH = 6
7+
MINOR = 4
8+
PATCH = 0
99

1010
STRING = [MAJOR, MINOR, PATCH].join(".")
1111
end

0 commit comments

Comments
 (0)