-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
feat(compiler): compiler supports search tag #9249
base: minor
Are you sure you want to change the base?
feat(compiler): compiler supports search tag #9249
Conversation
Size ReportBundles
Usages
|
The way we handle built-in HTML tags makes this technically a breaking change if someone was previously having a component named Right now:
Considering there might be more tags being added in the future, we might need to have a separate list of "late added tags". For these tags:
|
To provide a concrete example of more new tag names that might get added. https://open-ui.org/components/selectlist/ OpenUI is currently working on a new stylable select element, as part of that proposal at least 3 new Html elements are currently proposed to be added. And it's likely that more such elements will be added as time goes on. So search is definitely not going to be a one of or even necessarily a rarity. |
e69964d
to
be735d7
Compare
3cfaeb0
to
13329f8
Compare
13329f8
to
3b41769
Compare
…orthand binding fix vuejs#11745 close vuejs#11754
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…ith an async setup (vuejs#10893)
…e variable name as template ref close vuejs#11795 close vuejs#11802 close vuejs#11804
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…ptyTarget # Conflicts: # packages/runtime-core/__tests__/components/Teleport.spec.ts # packages/runtime-core/src/components/Teleport.ts
The commit history in this pull request is quite extensive. Could you please squash the commits to make it more concise? |
Because the minor branch is 2 commits ahead of main. We should update the minor branch first. |
close: #9247