]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2021-09-23  Evan Youchore(compiler-sfc): avoid relying on estree type in...
2021-09-23  Evan Youfix(compiler-ssr): import ssr helpers from updated...
2021-09-22  Guillaume Chauchore(playground): update @vue/repl
2021-09-22  Evan Yourelease: v3.2.14 v3.2.14
2021-09-22  Evan Youfix(compiler-core): more robust member expression check...
2021-09-22  Evan Youfix(compiler-core): generate TS-cast safe assignment...
2021-09-22  Ziwen Meichore(compiler-core): fix typo in transformElement...
2021-09-22  Ziwen Meichore(compiler-core): fix typo in errors.ts and options...
2021-09-22  zhangenmingrefactor(reactivity): reuse toReactive helper (#4641)
2021-09-22  Evan Youfix(compiler-sfc): fix local var access check for bindi...
2021-09-22  Evan Youfix(devtools): fix prod devtools detection + handle...
2021-09-22  Evan Youdocs: add note on compiler-sfc/server-renderer usage...
2021-09-21  Evan Yourelease: v3.2.13 v3.2.13
2021-09-21  Che Guevarachore: fix warning in ref-transform (#4643) [ci skip]
2021-09-21  Ziwen Meichore(compiler-core): fix typo in hoistStatic (#4625...
2021-09-21  zhangenmingrefactor(reactivity): reuse computed getter check ...
2021-09-21  就是喜欢陈粒fix(compiler-core): add check when v-else-if is behind...
2021-09-21  skirtlefix(runtime-core): return the exposeProxy from mount...
2021-09-21  tryagchore: fix docs typo (#4602) [ci skip]
2021-09-21  Amour1688fix(types): incorrect type inference of array (#4578)
2021-09-21  ygj6fix(hydration): ensure hydrated event listeners have...
2021-09-21  Herrington... fix(compiler-core): only merge true handlers (#4577)
2021-09-21  tryagchore: fix type in compatConfig.ts (#4604) [ci skip]
2021-09-21  tryagchore: remove unused parameter type definitions (#4607)
2021-09-21  Wouter Kettlitztypes: allow binding any value to SelectElement (#4575)
2021-09-21  Yang Mingshanfix(watch): remove redundant parameter default value...
2021-09-21  Herrington... fix(compiler-core): dedupe renderSlot's default props...
2021-09-21  Evan Youfix(compiler-dom): fix transition children check for...
2021-09-21  Evan Youfix(compiler-core): more robust member expression check...
2021-09-21  Evan Youtest: bump @vue/consolidate to fix dts tests
2021-09-21  Evan Youtest: fix module mapping for consolidate
2021-09-21  Evan Youbuild: expose compiler-sfc and server-renderer under...
2021-09-21  Evan Youtypes(compiler-sfc): type annotation tweaks + move...
2021-09-20  Evan Youci: use frozen lockfile
2021-09-20  Evan Youci: update size check script
2021-09-20  Evan Youci: update ci script
2021-09-20  Evan Youfix(compiler-core): support ts syntax in expressions...
2021-09-20  Evan Youchore: bump repl
2021-09-19  Evan Youfix(compiler-core): ensure hoisted scopeId code can...
2021-09-19  Evan Youchore: bump repl
2021-09-18  Evan Youfeat(compiler-sfc): allow disabling sourcemap when...
2021-09-17  Evan Yourelease: v3.2.12 v3.2.12
2021-09-17  Evan Youchore: bump repl version
2021-09-17  Evan Youfix(compiler-ssr): handle v-memo in ssr compilation
2021-09-17  Evan Youchore: improve component resolution failure message
2021-09-17  Evan Youchore(sfc-playground): fix autoresize
2021-09-16  Evan Youfix(custom-elements): fix number prop casting
2021-09-16  Evan Youchore: bump repl version
2021-09-16  Evan Youchore(sfc-playground): improve buttons
2021-09-16  edisonfix(compiler-sfc): register exported bindings in normal...
2021-09-16  Evan Yourefactor(compiler-sfc): improve TLA codegen
2021-09-16  Evan Youfix(compiler-sfc): fix TLA codegen semicolon insertion
2021-09-16  edisonfix(compiler-sfc): support nested await statements...
2021-09-16  Evan Youchore(sfc-playground): add dark mode toggle
2021-09-16  Thorsten Lünborgfix(compiler-sfc): handle empty strings during template...
2021-09-16  ygj6fix(compile-sfc): add symbol judge in prop type checks...
2021-09-16  Evan Youfix(compiler-sfc): properly reuse hoisted asset imports
2021-09-16  lidlancafix(compiler-core): v-on inline async function expressi...
2021-09-16  Evan Youfix(suspense): fix suspense slot inside deoptimized...
2021-09-16  Evan Youtypes: relax OptionHTMLAttributes.value type requirement
2021-09-16  Wouter Kettlitztypes: extend CSSProperties with PropertiesHyphen ...
2021-09-16  ygj6fix(compiler): fix template ref codegen for setup-maybe...
2021-09-16  ygj6fix(runtime-core): avoid script setup bindings overwrit...
2021-09-16  Evan Youbuild: generate more treeshaking friendly code
2021-09-09  Evan Youfix(compiler-sfc): properly analyze destructured bindin...
2021-09-08  Evan Yourelease: v3.2.11 v3.2.11
2021-09-08  Evan Youci: lock node version to 16.8
2021-09-08  Evan Youfix(hmr): handle possible duplicate component definitio...
2021-09-07  Evan Yourelease: v3.2.10 v3.2.10
2021-09-07  Evan Youchore: remove unused api-extractor.json
2021-09-07  Evan Youbuild: fix compat build exports (again)
2021-09-07  Evan Youfix(runtime-dom): style patching shoud always preserve...
2021-09-07  Roy Edenfix(compiler): condense whitespaces in static class...
2021-09-07  Herrington... fix(compiler-core): pick last char when dynamic directi...
2021-09-07  Herrington... chore: fix typo in jsdoc (#4526) [ci skip]
2021-09-07  n2ptunechore(reactivity): fix typo in dep (#4534) [ci skip]
2021-09-07  Illya Klymovfix(build): build vue-compat in default exports mode...
2021-09-07  Evan Youfix(compiler-core): avoid runtime dependency on @babel...
2021-09-07  Evan Youchore(sfc-playground): remove unused font
2021-09-07  Evan Youchore(sfc-playground): dark mode
2021-09-06  Evan Youchore(sfc-playground): use standalone version of @vue...
2021-09-06  fishDogfix(type): fix prop type infer (#4530)
2021-09-05  Evan Yourelease: v3.2.9 v3.2.9
2021-09-05  Husam Ibrahimtypes(runtime-core): fix for multiple possible prop...
2021-09-05  webfansplzfix(compile-sfc): support `Date` prop type with define...
2021-09-05  edisonfix(compiler-sfc): support using declared interface...
2021-09-05  edisonfix(compiler-sfc): fix script setup ref assignment...
2021-09-05  webfansplzfix(compile-sfc): generate setup prop type format error...
2021-09-05  ygj6fix(ref-transform): not transform the prototype attribu...
2021-09-05  Evan Youbuild: avoid require call to consolidate in esm-browser...
2021-09-05  Evan Youbuild: module alias for compiler-sfc browser esm build
2021-09-05  Evan Youbuild: pre-shim process in browser build of compiler-sfc
2021-09-04  Evan Youfix(types): fix ref macro types
2021-09-04  fishDogfix(types/ref-transform): fix $$() type
2021-09-02  Evan Yourelease: v3.2.8 v3.2.8
2021-09-02  Evan Youchore: remove wrongly placed type casts
2021-09-02  Evan Youfix(compiler-sfc): ensure script setup generates type...
2021-09-02  ygj6fix(compiler): generate function ref for script setup...
2021-09-02  webfansplzfix(compiler-sfc): generate matching prop types when...
2021-09-02  dependabot... build(deps-dev): bump typescript from 4.3.5 to 4.4...
next