File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ # v1.3.2
2+
3+ * Support rendering views from inside component templates.
4+
5+ * Patrick Sinclair*
6+
17# v1.3.1
28
39* Fix bug where rendering nested content caused an error.
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- actionview-component (1.3.1 )
4+ actionview-component (1.3.2 )
55
66GEM
77 remote: https://rubygems.org/
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
66
77Gem ::Specification . new do |spec |
88 spec . name = "actionview-component"
9- spec . version = "1.3.1 "
9+ spec . version = "1.3.2 "
1010 spec . authors = [ "GitHub Open Source" ]
1111 spec . email = [ "opensource+actionview-component@github.com" ]
1212
You can’t perform that action at this time.
0 commit comments