-
-
Notifications
You must be signed in to change notification settings - Fork 9.1k
feat(custom-elemen): ce support child component style tags and attribute settings
#7942
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
+1,573
−43
Closed
Changes from 1 commit
Commits
Show all changes
94 commits
Select commit
Hold shift + click to select a range
6d1d290
feat(custom-element): Custom elements support child component style tags
baiwusanyu-c b249bbb
feat(custom-element): added code comments
baiwusanyu-c ce361ee
feat(custom-element): update code
baiwusanyu-c c097498
feat(custom-element): updated unit test
baiwusanyu-c 5b41420
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c 2a66522
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c a303bce
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c 610f31b
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c d8c83c4
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c 6ddb15a
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c 4979893
Merge remote-tracking branch 'origin/main' into bwsy/fix/vOnceAndvIf
baiwusanyu-c cf7de4b
Merge remote-tracking branch 'origin/main' into bwsy/feat/CEChildStyle
baiwusanyu-c 30a7438
Merge remote-tracking branch 'origin/main' into bwsy/feat/CEChildStyle
baiwusanyu-c 00a683e
Merge branch 'vuejs:main' into bwsy/feat/CEChildStyle
baiwusanyu-c 9dbf8fc
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c 642c048
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c 51924bf
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c 7abb1b8
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c 5546d04
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c b1e2f8b
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c 4f6ac8b
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c f84b699
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c f5c6692
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c bf12ded
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c 3935fa1
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c d0fe5e7
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c 7917650
feat(runtime-dom): updated code
baiwusanyu-c b3704bf
fix(runtime-dom): temp commit
baiwusanyu-c ffa6167
feat(runtime-dom): properly handle v-if
baiwusanyu-c 1864521
feat(runtime-dom): updated unit test
baiwusanyu-c eedf48f
feat(runtime-dom): remove hash sum
baiwusanyu-c 996a762
feat(runtime-dom): rollback pnpm lock
baiwusanyu-c 53ccce1
feat(custom-element): fix style order problem
baiwusanyu-c 35c20af
feat(runtime-dom): use uid as cecStyleId
baiwusanyu-c 8f91b4a
feat(runtime-dom): fix childStylesAnchor error
baiwusanyu-c 794a446
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c 1630c38
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c 88f2f05
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c ee5030f
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c a879ab9
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c 21f69af
feat(runtime-dom): Components are used multiple times without adding …
baiwusanyu-c 0c5c475
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c 6f371a4
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c 379776a
chore: updated code
baiwusanyu-c cd68776
feat(custom-element): updated code to handle edge case
baiwusanyu-c d5a518a
feat(custom-element): Async component styles are lost for descendants
baiwusanyu-c 75abdb8
feat(custom-element): Async component styles are lost for nested
baiwusanyu-c 9e551c8
Merge branch 'main' into bwsy/feat/CEChildStyle
sxzz 02b31c1
Merge branch 'vuejs:main' into bwsy/feat/CEChildStyle
baiwusanyu-c 77acae7
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c 7ac6041
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c 651281a
Merge remote-tracking branch 'origin/main' into bwsy/feat/CEChildStyle
baiwusanyu-c bd2db96
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c 82ed3b5
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c 5743819
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c be90bd0
chore: The order of style tags remains consistent with the playground
baiwusanyu-c abf0eec
chore: Remove code about style tag removal
baiwusanyu-c 6928811
[autofix.ci] apply automated fixes
autofix-ci[bot] ea819a8
refactor: refactor code
baiwusanyu-c cbca305
Merge remote-tracking branch 'origin/bwsy/feat/CEChildStyle' into bws…
baiwusanyu-c ab2d81a
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c bdb0f42
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c 5fad967
tempcommit
baiwusanyu-c c985113
chore: temp commit
baiwusanyu-c 05c1891
chore: refactor code
baiwusanyu-c b134e13
chore: refactor code and format code
baiwusanyu-c 2097807
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c f3c09e7
fix: format code and fix typo
baiwusanyu-c f52b6ad
test: added ceStylesAttrs unit test
baiwusanyu-c d09dd00
chore: remove todo
baiwusanyu-c ce8e60d
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c 3b06ec6
feat(compiler): style attr compiler
baiwusanyu-c 47d3900
feat(compiler): Optimization logic
baiwusanyu-c 6ecb49c
chore(compiler): support normalScript
baiwusanyu-c c03e8b4
chore(custom-element): complate useCEStyleAttrs
baiwusanyu-c a449e22
chore(custom-element): useCEStyleAttrs unit test
baiwusanyu-c b697233
chore(custom-element): updated useCEStyleAttrs unit test
baiwusanyu-c 6f7547f
chore(custom-element): compile useCEStyleAttrs unit test
baiwusanyu-c 7532f97
chore(custom-element): updated useCEStyleAttrs unit test
baiwusanyu-c e39db13
Merge remote-tracking branch 'origin/main' into bwsy/feat/CEChildStyle
baiwusanyu-c 00cc259
Merge remote-tracking branch 'origin/main' into bwsy/feat/CEChildStyle
baiwusanyu-c b82c7ee
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c 7a79b5e
chore: Only hmr will uninstall styles
baiwusanyu-c 8c90a40
Merge remote-tracking branch 'origin/main' into bwsy/feat/CEChildStyle
baiwusanyu-c 9877720
test: updated unit test snap
baiwusanyu-c 1dfa2ab
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c 8b4a7f0
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c 1a97321
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c 40fbf73
Merge remote-tracking branch 'origin/main' into bwsy/feat/CEChildStyle
baiwusanyu-c b805943
[autofix.ci] apply automated fixes
autofix-ci[bot] 9ff30fd
chore: updated unit test snap
baiwusanyu-c 5cda20a
chore: updated unit test snap
baiwusanyu-c a6bb241
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c 1881ef1
Merge branch 'main' into bwsy/feat/CEChildStyle
baiwusanyu-c File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[autofix.ci] apply automated fixes
- Loading branch information
commit 6928811b2d1b3023470f27f007520baf3bb59b53
There are no files selected for viewing
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.