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 +4 -4
- data/docs/CHANGELOG.md +34 -0
- data/lib/view_component/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5f97acb8cd2ac4c3c706207aa030cfb62af6d9066b9d05ed32b0946851132367
|
4
|
+
data.tar.gz: aeceea89a252646b358b5a67883fc926bffd56d321e0e3237fbc1471970c6745
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
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-
|
11
|
+
date: 2021-08-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|