..
components
fix(transition): should ship props declarations in production
2020-04-07 17:19:37 -04:00
helpers
types(runtime-core): Adds type signature for renderList helper ( #924 )
2020-04-06 09:57:32 -04:00
apiAsyncComponent.ts
feat(asyncComponent): add onError
option for defineAsyncComponent
2020-04-07 14:34:42 -04:00
apiComputed.ts
refactor: use explicit exports for runtime-core
2020-02-14 00:13:54 -05:00
apiCreateApp.ts
refactor(runtime-core): extract component emit related logic into dedicated file
2020-04-03 19:08:17 -04:00
apiDefineComponent.ts
refactor(runtime-core): extract component emit related logic into dedicated file
2020-04-03 19:08:17 -04:00
apiInject.ts
fix(inject): allow default value to be undefined
( #894 )
2020-03-30 15:24:55 -04:00
apiLifecycle.ts
types(runtime-core): update error type to unknown ( #798 )
2020-03-09 15:58:52 -04:00
apiWatch.ts
refactor(runtime-core): remove the need for currentSuspense
2020-03-30 11:49:51 -04:00
component.ts
refactor(reactivity): make readonly non-tracking
2020-04-14 23:49:46 -04:00
componentEmits.ts
fix(runtime-dom): fix patching for attributes starting with on
2020-04-10 11:57:07 -04:00
componentOptions.ts
feat(runtime-core): warn async data()
2020-04-14 17:40:41 -04:00
componentProps.ts
refactor(reactivity): adjust APIs
2020-04-15 16:45:20 -04:00
componentProxy.ts
refactor(reactivity): make readonly non-tracking
2020-04-14 23:49:46 -04:00
componentRenderUtils.ts
fix(compiler-core): should not generate CLASS/STYLE patch flags on components
2020-04-10 10:19:26 -04:00
componentSlots.ts
refactor(reactivity): adjust APIs
2020-04-15 16:45:20 -04:00
directives.ts
types: improve directive hook argument types
2020-03-18 12:30:26 -04:00
errorHandling.ts
feat(runtime-core): async component support
2020-03-21 16:01:08 -04:00
h.ts
fix(types): accept generic Component type in h()
2020-04-04 13:29:29 -04:00
hmr.ts
feat(hmr): root instance reload
2019-12-22 12:25:04 -05:00
hydration.ts
refactor(runtime-core): refactor props resolution
2020-04-06 17:37:47 -04:00
index.ts
refactor(reactivity): adjust APIs
2020-04-15 16:45:20 -04:00
profiling.ts
chore: remove debugger
2020-04-03 09:21:21 -04:00
renderer.ts
refactor(runtime-core): move updateCompnent into separate function
2020-04-10 10:19:26 -04:00
scheduler.ts
fix(scheduler): sort jobs before flushing
2020-04-14 17:31:35 -04:00
vnode.ts
refactor(reactivity): adjust APIs
2020-04-15 16:45:20 -04:00
warning.ts
feat(runtime-core): config.performance tracing support
2020-04-01 21:36:50 -04:00