[BUGFIX] {{#in-element}} with DocumentFragment targets - #21551
Open
NullVoxPopuli wants to merge 1 commit into
Open
[BUGFIX] {{#in-element}} with DocumentFragment targets#21551NullVoxPopuli wants to merge 1 commit into
{{#in-element}} with DocumentFragment targets#21551NullVoxPopuli wants to merge 1 commit into
Conversation
NullVoxPopuli
force-pushed
the
nvp/in-element-document-fragment
branch
from
August 7, 2026 21:46
18e14b8 to
ddfe7b2
Compare
Contributor
📊 Size reportTarball size — dist/dev 0.06%↑
dist/prod 0.06%↑
smoke-tests/v2-app-template/dist 0.1%↑
smoke-tests/v2-app-hello-world-template/dist 0.03%↑
🤖 This report was automatically generated by wyvox/pkg-size |
NullVoxPopuli
marked this pull request as ready for review
August 7, 2026 22:00
NullVoxPopuli
force-pushed
the
nvp/in-element-document-fragment
branch
2 times, most recently
from
August 12, 2026 14:16
babb5d7 to
7c8cb4e
Compare
NullVoxPopuli
commented
Aug 12, 2026
Contributor
Author
There was a problem hiding this comment.
someone's editor doesn't strip unneeded invisible characters :P
NullVoxPopuli
commented
Aug 12, 2026
|
|
||
| `{{in-element}}` requires a single positional argument: | ||
|
|
||
| - `destinationElement` -- the DOM element to render into. It must exist at the time |
Contributor
Author
There was a problem hiding this comment.
meaningful change here
NullVoxPopuli
force-pushed
the
nvp/in-element-document-fragment
branch
from
August 12, 2026 14:19
7c8cb4e to
704c772
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Continuation of:
{{#in-element}}with DocumentFragment targets, continued #21550Which is a continuation of:
{{#in-element}}with DocumentFragment targets #21253This is required to unblock using shadow-dom with out whack hacks.
See:
Demo of this PR working (REPL)
test code for the repl
REPL deploy info
CI run: https://github.com/NullVoxPopuli/limber/actions/runs/31221384086
Preview PR: NullVoxPopuli/limber#2211
REPL with this change: https://test-ember-source-nvp-in-ele.limber-glimdown.pages.dev/
Perf is good.
Out of scope
{{this.fragment}}) — separate PR, per discussion.{{#in-element}}), which is tested.insertBeforevalues other thannull/undefined(unchanged fromElementdestinations).