vue3-core/packages/runtime-core/src
Evan You 4af5d1b075 feat(sfc): revert withDefaults() deprecation
In some cases, the user still needs access to the full props object,
in such cases withDefaults() is still needed.
2023-03-31 08:53:15 +08:00
..
compat fix(custom-elements): use strict number casting 2022-11-14 16:20:12 +08:00
components fix(build): ensure BaseTransition functions can be tree-shaken 2023-02-02 21:38:57 +08:00
helpers refactor(runtime-core): use Symbol.for for runtime Symbols 2023-02-21 17:42:06 +08:00
apiAsyncComponent.ts fix(custom-elements): fix event emitting for async custom elements (#5601) 2022-11-10 23:33:17 -05:00
apiComputed.ts fix(ssr): make computed inactive during ssr, fix memory leak 2022-01-16 18:22:18 +08:00
apiCreateApp.ts build: custom const enum processing 2023-02-03 09:54:15 +08:00
apiDefineComponent.ts feat(types): `defineComponent()` with generics support (#7963) 2023-03-27 18:28:43 +08:00
apiInject.ts chore: fix typo (#5261) [ci skip] 2022-01-21 01:18:34 -05:00
apiLifecycle.ts wip(vitest-migration): reactivity tests passing 2023-01-26 15:25:55 +08:00
apiSetupHelpers.ts feat(sfc): revert withDefaults() deprecation 2023-03-31 08:53:15 +08:00
apiWatch.ts build: custom const enum processing 2023-02-03 09:54:15 +08:00
component.ts chore: remove warnings due to potential false-positives 2023-02-21 22:43:45 +08:00
componentEmits.ts fix(custom-elements): use strict number casting 2022-11-14 16:20:12 +08:00
componentOptions.ts feat(dx): improve readability of displayed types for props 2023-03-24 15:06:43 +08:00
componentProps.ts fix(compiler-sfc): fix function default value handling w/ props destructure 2023-03-29 22:21:27 +08:00
componentPublicInstance.ts feat(dx): improve readability of displayed types for props 2023-03-24 15:06:43 +08:00
componentRenderContext.ts fix(runtime-core): ensure that errors in slot function execution do not affect block tracking (#5670) 2022-10-14 04:08:32 -04:00
componentRenderUtils.ts refactor(runtime-core): extract type SetRootFn (#3209) 2022-05-13 04:48:20 -04:00
componentSlots.ts fix(runtime-core): ensure raw slot function is only normalized once (#5358) 2022-05-10 04:41:54 -04:00
customFormatter.ts feat(reactivity): add isShallow api 2022-01-18 09:22:41 +08:00
devtools.ts fix(devtools): use cleanupBuffer instead of modifying _buffer (#6812) 2022-10-03 11:29:34 +02:00
directives.ts fix(runtime-core): do not throw on unknown directives (#6671) 2022-11-07 21:49:49 -05:00
enums.ts wip(vitest-migration): reactivity tests passing 2023-01-26 15:25:55 +08:00
errorHandling.ts wip(vitest-migration): reactivity tests passing 2023-01-26 15:25:55 +08:00
featureFlags.ts chore: fix some typos (#5050) [ci skip] 2021-12-11 20:58:46 -05:00
h.ts types(h): Support passing `props` to `Component` when using `h` (#3219) 2022-10-26 03:07:44 -04:00
hmr.ts fix(custom-elements): fix event emitting for async custom elements (#5601) 2022-11-10 23:33:17 -05:00
hydration.ts fix(ssr): fix hydration mismatch when entire multi-root template is stringified 2022-09-28 09:33:17 +08:00
index.ts feat(compiler-sfc): add defineOptions macro (#5738) 2023-03-28 10:43:51 +08:00
profiling.ts fix(devtools): perf: use high-resolution time 2022-03-09 14:30:24 +01:00
renderer.ts chore: only wrap during tests 2023-01-26 20:59:30 +08:00
rendererTemplateRef.ts fix(runtime-core): fix v-for ref reactivity behavior difference between prod and dev (#6714) 2022-10-14 05:23:01 -04:00
scheduler.ts fix(runtime-core): avoid double firing when mounting inside a watcher callback 2022-09-08 09:59:51 +08:00
vnode.ts refactor(runtime-core): use Symbol.for for runtime Symbols 2023-02-21 17:42:06 +08:00
warning.ts chore: fix assertNumber for undefined value 2022-11-14 16:57:44 +08:00