Evan You
|
61c5fbd3e3
|
workflow: move to pnpm (#4766)
|
4 years ago |
Evan You
|
3c500e422f
|
release: v3.2.20
|
4 years ago |
Evan You
|
d4c04e9799
|
fix(compiler-sfc): fix props codegen w/ leading import
fix #4764
|
4 years ago |
Evan You
|
9e3d7731c7
|
fix(hmr): fix hmr for components with no active instance yet
fix #4757
|
4 years ago |
Che Guevara
|
6bcb7a5ea3
|
chore: remove deprecated usage of String.prototype.substr (#4699)
|
4 years ago |
btea
|
c9613ebe09
|
chore: prettier format (#4715) [ci skip]
|
4 years ago |
HanochMa
|
7a1e6620bf
|
chore: grammar in comments [ci skip]
Co-authored-by: maheng <maheng01@longfor.com>
|
4 years ago |
Che Guevara
|
925bc346fe
|
fix(types): make `toRef` return correct type(fix #4732) (#4734)
* fix(types): make `toRef` return correct type(fix #4732)
* chore: use correct test
Co-authored-by: Evan You <yyx990803@gmail.com>
|
4 years ago |
edison
|
f66d456b7a
|
fix(compiler-sfc): support runtime Enum in normal script (#4698)
|
4 years ago |
Evan You
|
914e2e3880
|
chore: bump repl
|
4 years ago |
Evan You
|
f4639e0a36
|
fix(devtools): clear devtools buffer after timeout
fix #4738
|
4 years ago |
Evan You
|
646e694f0a
|
chore: remove babelParserDefaultPlugins
The version of @babel/parser we are using now has these plugins enabled by default.
|
4 years ago |
Thorsten Lünborg
|
ed0071ac1a
|
fix(types): ensure that DeepReadonly handles Ref type properly (#4714)
|
4 years ago |
Evan You
|
467e113b95
|
feat(compiler-sfc): `<script setup>` defineProps destructure transform (#4690)
|
4 years ago |
Che Guevara
|
d84d5ecdbd
|
test(vue): add config.compilerOptions.isCustomElement test (#4682)
|
4 years ago |
Evan You
|
c5c53846ed
|
release: v3.2.19
|
4 years ago |
skirtle
|
50d9d34360
|
fix(server-renderer): respect compilerOptions during runtime template compilation (#4631)
|
4 years ago |
Daniel Roe
|
e4ae1fc3d0
|
chore(vue): package `index.mjs` (#4675)
|
4 years ago |
Herrington Darkholme
|
7aa0ea06c8
|
fix(compiler-core): should treat attribute key as expression (#4658)
|
4 years ago |
Evan You
|
901e18bd94
|
chore: upgrade repl
close #4673
|
4 years ago |
Evan You
|
13bfa2edfe
|
release: v3.2.18
|
4 years ago |
Evan You
|
570c955b48
|
build: add exports field to support Node native ESM
|
4 years ago |
Evan You
|
f5076eb4b7
|
release: v3.2.17
|
4 years ago |
Evan You
|
7b7e28ad6a
|
test: fix utils test
|
4 years ago |
Evan You
|
fc85ad28ae
|
fix(build): avoid importing @babel/parser in esm-bundler build
fix #4665
|
4 years ago |
Evan You
|
87c86e4cc2
|
refactor: ensure ssr branches are included in esm-bundler build
|
4 years ago |
Evan You
|
4886a63d82
|
ci: fix size on ci
|
4 years ago |
Evan You
|
f27a98becc
|
ci: improve size script
|
4 years ago |
Evan You
|
c1cf26d207
|
chore: improve feature flag warning
|
4 years ago |
Evan You
|
1e5a0db4d4
|
refactor: use getGlobalThis when attachting hmr runtime
|
4 years ago |
Evan You
|
114b856fd1
|
release: v3.2.16
|
4 years ago |
Evan You
|
8e05b7f9fc
|
fix(ssr): fix ssr runtime helper import in module mode
|
4 years ago |
Evan You
|
74a84ff546
|
release: v3.2.15
|
4 years ago |
Evan You
|
acd869f4d6
|
chore(compiler-sfc): avoid relying on estree type in generated dts
|
4 years ago |
Evan You
|
d74f21a42c
|
fix(compiler-ssr): import ssr helpers from updated path
|
4 years ago |
Guillaume Chau
|
f730ed9177
|
chore(playground): update @vue/repl
|
4 years ago |
Evan You
|
df4fcd94d8
|
release: v3.2.14
|
4 years ago |
Evan You
|
6257adeaac
|
fix(compiler-core): more robust member expression check in Node
|
4 years ago |
Evan You
|
686d0149b6
|
fix(compiler-core): generate TS-cast safe assignment code for v-model
fix #4655
|
4 years ago |
Ziwen Mei
|
1873f0f48c
|
chore(compiler-core): fix typo in transformElement (#4649) [ci skip]
|
4 years ago |
Ziwen Mei
|
bf267b1ce3
|
chore(compiler-core): fix typo in errors.ts and options.ts (#4650) [ci skip]
|
4 years ago |
zhangenming
|
52e4ea732d
|
refactor(reactivity): reuse toReactive helper (#4641)
|
4 years ago |
Evan You
|
6d6cc90912
|
fix(compiler-sfc): fix local var access check for bindings in normal script
fix #4644
|
4 years ago |
Evan You
|
2476eaad6e
|
fix(devtools): fix prod devtools detection + handle late devtools hook injection (#4653)
|
4 years ago |
Evan You
|
64aa8e26ae
|
docs: add note on compiler-sfc/server-renderer usage update [ci skip]
|
4 years ago |
Evan You
|
b9deb6e50e
|
release: v3.2.13
|
4 years ago |
Che Guevara
|
a0cacc0d83
|
chore: fix warning in ref-transform (#4643) [ci skip]
|
4 years ago |
Ziwen Mei
|
56be30b5c7
|
chore(compiler-core): fix typo in hoistStatic (#4625) [ci skip]
|
4 years ago |
zhangenming
|
b264551c9b
|
refactor(reactivity): reuse computed getter check (#4623)
|
4 years ago |
就是喜欢陈粒
|
5addef8ecd
|
fix(compiler-core): add check when v-else-if is behind v-else (#4603)
|
4 years ago |