Evan You
|
eaf5455d77
chore: Merge branch 'main' into minor
|
1 year ago |
Alex Liu
|
1058ce8e74
fix(types): allow `DirectiveArguments` third parameter to accept undefined (#11540)
|
1 year ago |
Evan You
|
26356264d2
chore: Merge branch 'main' into minor
|
2 years ago |
Evan You
|
9daf90e29f
refactor(runtime-core): extract getComponentPublicInstance helper
|
2 years ago |
nandi95
|
1ffd5a601b
chore(types): added `getSSRProps` type argument (#5691)
|
2 years ago |
Evan You
|
801666fdad
chore: add internal flag to work around ts issue
|
2 years ago |
Carlos Rodrigues
|
4cc9ca870c
types(defineComponent): support for GlobalComponents, typed Directives and respect `expose` on defineComponent (#3399)
|
2 years ago |
zhangenming
|
64e9c9616d
refactor(runtime-core): use currentRenderingInstance directly
|
2 years ago |
三咲智子 Kevin Deng
|
bfe6b459d3
style: update format & lint config (#9162)
|
2 years ago |
Evan You
|
37a14a5dae
Revert "fix(types): propagate type parameter constraints for TypeScript 4.8 (#6351)"
|
2 years ago |
Daniel Rosenwasser
|
516fabb725
fix(types): propagate type parameter constraints for TypeScript 4.8 (#6351)
|
2 years ago |
Cédric Exbrayat
|
04553786e4
fix(runtime-core): do not throw on unknown directives (#6671)
|
3 years ago |
Thorsten Lünborg
|
f44087e171
fix(runtime-core): ensure custom directive instance properly exposes properties on closed instances. (#5022)
|
4 years ago |
Evan You
|
60cf175d88
feat(ssr): support custom directive getSSRProps in optimized compilation
|
4 years ago |
C.Y.Kun
|
5eb72630a5
fix(runtime-core): add `v-memo` to built-in directives check (#4787)
|
4 years ago |
Evan You
|
2937530bef
fix(v-model): handle mutations of v-model bound array/sets
|
5 years ago |
HcySunYang
|
ff50e8d78c
fix(runtime-core): should disable tracking inside directive lifecycle hooks (#3699)
|
5 years ago |
Evan You
|
f05d6dfd98
wip: render function compat
|
5 years ago |
Evan You
|
47b765d63a
wip: custom directive compat
|
5 years ago |
Evan You
|
aea88c3280
refactor: fix implementation of SFC :slotted id handling
|
5 years ago |
Evan You
|
11804fe93f
feat(directives): introduce `created` custom directive hook and ensure
|
5 years ago |
Evan You
|
eb2ae44d94
refactor(types): widen `Component` type to include consutructor types
|
5 years ago |
edison
|
7dd067206c
chore: remove unused type `VNodeDirectiveData` (#1893)
|
5 years ago |
underfin
|
419b86d190
feat(types): support typing directive value via generic argument (#1007)
|
6 years ago |
Evan You
|
583ba0c172
feat(types): re-expose `withDirectives` as public type
|
6 years ago |
Evan You
|
c9bf7ded2e
refactor(types): mark internal API exports and exclude from d.ts
|
6 years ago |
Evan You
|
be91b43564
types: improve directive hook argument types
|
6 years ago |
Evan You
|
aa4ab39c1a
refactor: separate vnode hooks and directive hooks
|
6 years ago |
Evan You
|
6679799540
refactor: refactor vnode hooks invocation
|
6 years ago |
Evan You
|
c450ede12d
feat(ssr): support getSSRProps for vnode directives
|
6 years ago |