Skip to content

Commit e0a3235

Browse files
committed
Merge branch 'main' into v4
2 parents 658fe4a + eab8d85 commit e0a3235

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ ViewComponent is built by over a hundred members of the community, including:
293293
* [Startup Jobs](https://startup.jobs/)
294294
* [Teamtailor](https://teamtailor.com/)
295295
* [Topkey](https://topkey.io/)
296+
* [Web3 Jobs](https://web3.career)
296297
* [Wecasa](https://www.wecasa.fr/)
297298
* [WIP](https://wip.co/)
298299
* [Within3](https://www.within3.com/)

docs/known_issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ It would be lovely if we could support rendering ViewComponents in Jekyll, as it
2929
3030
## Issues resolved by the optional capture compatibility patch
3131
32-
If you're experiencing issues with duplicated content or malformed HTML output, the capture compatibility patch may resolve these.
32+
If you're experiencing issues with duplicated content or malformed HTML output (such as using `concat` in a helper), the capture compatibility patch may resolve these.
3333

3434
[Set `config.view_component.capture_compatibility_patch_enabled` to `true`](https://viewcomponent.org/api.html#capture_compatibility_patch_enabled) to resolve these issues.
3535

test/sandbox/test/rendering_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ def test_render_inline_allocations
1616
MyComponent.ensure_compiled
1717

1818
allocations = (Rails.version.to_f >= 8.0) ?
19-
{"3.5.0" => 117, "3.4.1" => 104, "3.3.7" => 129} :
20-
{"3.3.7" => 120, "3.3.0" => 120, "3.2.6" => 118, "3.1.6" => 118, "3.0.7" => 127}
19+
{"3.5.0" => 117, "3.4.1" => 117, "3.3.7" => 129} :
20+
{"3.3.7" => 120, "3.3.0" => 120, "3.2.7" => 118, "3.1.6" => 118, "3.0.7" => 127}
2121

2222
assert_allocations(**allocations) do
2323
render_inline(MyComponent.new)

0 commit comments

Comments
 (0)