File tree Expand file tree Collapse file tree 3 files changed +25
-3
lines changed
lib/action_view/component Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- actionview-component (1.3.6 )
4+ actionview-component (1.4.0 )
55
66GEM
77 remote: https://rubygems.org/
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments