File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed
lib/action_view/component Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1+ # v1.5.0
2+
3+ Note: ` actionview-component ` is now loaded by requiring ` actionview/component ` , not ` actionview/component/base ` .
4+
5+ * Fix issue with generating component method signatures.
6+
7+ * Ryan Workman, Dylan Clark*
8+
9+ * Create component generator.
10+
11+ * Vinicius Stock*
12+
13+ * Add helpers proxy.
14+
15+ * Kasper Meyer*
16+
17+ * Introduce ActionView::Component::Previews.
18+
19+ * Juan Manuel Ramallo*
20+
121# v1.4.0
222
323* Fix bug where components broke in application paths with periods.
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- actionview-component (1.4 .0 )
4+ actionview-component (1.5 .0 )
55
66GEM
77 remote: https://rubygems.org/
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module ActionView
44 module Component
55 module VERSION
66 MAJOR = 1
7- MINOR = 4
7+ MINOR = 5
88 PATCH = 0
99
1010 STRING = [ MAJOR , MINOR , PATCH ] . join ( "." )
You can’t perform that action at this time.
0 commit comments