File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ nav_order: 5
10
10
11
11
## main
12
12
13
+ * Add first class component cache.
14
+
15
+ * Reegan Viljoen*
16
+
13
17
* Ensure HTML output safety wrapper is used for all inline templates.
14
18
15
19
* Joel Hawksley*
@@ -60,10 +64,6 @@ nav_order: 5
60
64
61
65
* Javier Aranda*
62
66
63
- * Add first class component cache.
64
-
65
- * Reegan Viljoen*
66
-
67
67
## 3.17.0
68
68
69
69
* Use struct instead openstruct in lib code.
Original file line number Diff line number Diff line change @@ -434,6 +434,7 @@ def safe_output_postamble
434
434
# ```
435
435
#
436
436
# Defaults to `false`.
437
+
437
438
class << self
438
439
# The file path of the component Ruby file.
439
440
#
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ def __vc_render_cacheable(rendered_template)
42
42
end
43
43
44
44
class_methods do
45
-
46
45
# For caching the component
47
46
def cache_on ( *args )
48
47
__vc_cache_dependencies . push ( *args )
You can’t perform that action at this time.
0 commit comments