Permalink
Switch branches/tags
{{ refName }}
default
main
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Commits on Dec 1, 2022
Commits on Nov 25, 2022
-
fix(runtime-core): ensure prop type validation warning shows custom c…
…lass names (#7198) * fix(runtime-core): * fix(runtime-core): update * fix(runtime-core): update reg * test(runtime-core): add test case for warnings about prop type mismatches Co-authored-by: Thorsten Luenborg <[email protected]>
Commits on Nov 14, 2022
-
-
-
-
-
-
-
-
-
fix(custom-elements): use strict number casting
close #4946 close #2598 close #2604 This commit also refactors internal usage of previous loose implementation of `toNumber` to the stricter version where applicable. Use of `looseToNumber` is preserved for `v-model.number` modifier to ensure backwards compatibility and consistency with Vue 2 behavior.
-
-
-
fix(runtime-core): set scope id before props (#6948)
close #6923 Also ensure consistency with Vue 2
-
build(deps): upgrade rollup@2 to rollup@3 (#6990)
* build(deps): upgrade rollup@2 to rollup@3 Signed-off-by: JayFate <[email protected]> * build(rollup): move rollup.config.js to rollup.config.mjs Signed-off-by: JayFate <[email protected]> Signed-off-by: JayFate <[email protected]>
-
-
-
-
workflow: adjust scripts to avoid reliance on implicit pre-scripts
pnpm does not support implicit pre/post scripts without config
-
-