Skip to content

Commit 038ad46

Browse files
authored
Merge pull request #121 from github/release-v1.5.0
release v1.5.0
2 parents 5039508 + aede9c1 commit 038ad46

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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.

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.4.0)
4+
actionview-component (1.5.0)
55

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

lib/action_view/component/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(".")

0 commit comments

Comments
 (0)