Skip to content

Commit f33f9bc

Browse files
Merge pull request #423 from BlakeWilliams/release-2.18.0
Release v2.18.0
2 parents 2b3acb6 + 596b3cd commit f33f9bc

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# master
22

3+
# 2.18.0
4+
35
* Fix auto-loading of previews (changes no longer require a server restart)
46

57
*Matt Brictson*
@@ -14,6 +16,10 @@
1416

1517
# 2.17.1
1618

19+
* Fix bug where rendering Slot with empty block resulted in error.
20+
21+
*Joel Hawksley*
22+
1723
# 2.17.0
1824

1925
* Slots return stripped HTML, removing leading and trailing whitespace.

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-
view_component (2.17.1)
4+
view_component (2.18.0)
55
activesupport (>= 5.0.0, < 7.0)
66

77
GEM

lib/view_component/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
module ViewComponent
44
module VERSION
55
MAJOR = 2
6-
MINOR = 17
7-
PATCH = 1
6+
MINOR = 18
7+
PATCH = 0
88

99
STRING = [MAJOR, MINOR, PATCH].join(".")
1010
end

0 commit comments

Comments
 (0)