view_component 2.36.0 → 2.37.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of view_component might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 74a9bb65a4c364b86c92249805629eb7dc5d7dad010e6743a461cd668d6897f3
4
- data.tar.gz: ab5bf1fa266b729faebf8bed8b8884300a8fca4462d4ab8a0c6a0dce32153a26
3
+ metadata.gz: 5f97acb8cd2ac4c3c706207aa030cfb62af6d9066b9d05ed32b0946851132367
4
+ data.tar.gz: aeceea89a252646b358b5a67883fc926bffd56d321e0e3237fbc1471970c6745
5
5
  SHA512:
6
- metadata.gz: eae497c864c6005b6ec9cea9073d2659b5378e0f0ebde82397a7e8a09e834525293f6b1a25a615198a28ae9ccfc077505c0bdb35def7cbea69aeaa3472dba7a3
7
- data.tar.gz: b11a86583fb7886828690d0d9d57ec9db3bf0f99b40f5cc0de5bb8fb6ca54ffd8e6fb65e150cdd2865c8cd71d46e13e9d7adbd3bd846d5ba5996a0a3c4ebf7d0
6
+ metadata.gz: 8bc5f98ac1fc8ca620d2add5b59d5c0505489229cd0d8a7dcc9858774399c4e82e3dae419b5016b23a1228bec1e9e2e5a3e9d6980376439e5fb0cf02153ac8f9
7
+ data.tar.gz: 4d7b0037a063825a777a94ca03e32e89abcadc04bb0c5ec2265f5eb8a1b62f7abb1e807ace75726365ab8baebdd774dd5fc757da2b0cd6ce51a5670b03309ff2
data/docs/CHANGELOG.md CHANGED
@@ -7,6 +7,40 @@ title: Changelog
7
7
 
8
8
  ## main
9
9
 
10
+ ## 2.37.0
11
+
12
+ * Clarify slots example in docs to reduce naming confusion.
13
+
14
+ *Joel Hawksley*, *Blake Williams*
15
+
16
+ * Fix error in documentation for `render_many` passthrough slots.
17
+
18
+ *Ollie Nye*
19
+
20
+ * Add test case for conflict with internal `@variant` variable.
21
+
22
+ *David Backeus*
23
+
24
+ * Document decision to not change naming convention recommendation to remove `-Component` suffix.
25
+
26
+ *Joel Hawksley*
27
+
28
+ * Fix typo in documentation.
29
+
30
+ *Ryo.gift*
31
+
32
+ * Add inline template example to benchmark script.
33
+
34
+ *Andrew Tait*
35
+
36
+ * Fix benchmark scripts.
37
+
38
+ *Andrew Tait*
39
+
40
+ * Run benchmarks in CI.
41
+
42
+ *Joel Hawksley*
43
+
10
44
  ## 2.36.0
11
45
 
12
46
  * Add `slot_type` helper method.
@@ -3,7 +3,7 @@
3
3
  module ViewComponent
4
4
  module VERSION
5
5
  MAJOR = 2
6
- MINOR = 36
6
+ MINOR = 37
7
7
  PATCH = 0
8
8
 
9
9
  STRING = [MAJOR, MINOR, PATCH].join(".")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: view_component
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.36.0
4
+ version: 2.37.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitHub Open Source
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-28 00:00:00.000000000 Z
11
+ date: 2021-08-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport