]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2021-07-15  Yang Mingshanfix(ref): should not trigger when setting value to...
2021-07-15  Carlos Rodriguestypes(defineComponent): fix unwrap when returning ...
2021-07-15  Tan Zhen Yongchore: fix typo in inherit-attrs warning (#4094)
2021-07-15  Austin Keenerfix(compiler): Addressed infinite loop in compiler...
2021-07-15  Evan Youfix(runtime-dom): remove class attribute on nullish...
2021-07-15  Evan Youfix(v-model): support calling methods in v-model expression
2021-07-15  Evan Youfix(v-on): proper member exp detection for bracket...
2021-07-15  Evan Yourefactor: simplify static content insertion
2021-07-15  Evan Youfix(sfc): only enable jsx parser plugin when explicitly...
2021-07-15  Evan Youfix(v-on): properly detect member expressions with...
2021-07-15  Evan Youfix(v-model): handle mutations of v-model bound array...
2021-07-15  edisonfix(compiler-core): fix forwarded slots detection on...
2021-07-14  edisonfix(sfc): fix style variables injection on static vnode...
2021-07-06  Evan Youfix(sfc): fix `<script setup>` async context preservati...
2021-07-06  Evan Youworkflow: dev-sfc script
2021-07-06  Evan Youtest: add test case for proper effect teardown w/ withA...
2021-07-05  Evan Youfix(compiler-sfc): should not rewrite ref sugar identif...
2021-07-05  Evan Youchore: bump vite
2021-07-04  Austin Keenerfix(compat): fix props check for v-model compat warning...
2021-07-02  Evan Yourelease: v3.1.4 v3.1.4
2021-07-02  Evan Youtest: fix test ts target
2021-07-02  Evan Youfix(compiler-sfc): fix parse-only mode when there is...
2021-07-02  Evan Youchore: fix lint script
2021-07-02  Evan Youchore: disallow async/await usage in src
2021-07-02  Evan Youfix(build): avoid using async/await syntax
2021-07-02  Evan Youfix(codegen): ensure valid types in genreated code...
2021-07-02  Austin Keenerfix(runtime-core): fix instance accessed via $parent...
2021-07-02  wonderl17fix(runtime-core): add useAttrs and useSlots export...
2021-07-02  Evan Youfix(build): fix generated code containing unprocessed...
2021-07-01  Evan Yourelease: v3.1.3 v3.1.3
2021-07-01  Evan Youfix(runtime-dom): fix static node content caching edge...
2021-07-01  Guillaumetypes: export CreateComponentPublicInstance
2021-07-01  Evan Youfix(ssr): ensure behavior consistency between prod...
2021-07-01  Evan Youfix(ssr): properly hydrate non-string value bindings
2021-07-01  Evan Youfix(runtime-core): fix mouting of detached static vnode
2021-07-01  Evan Youfix(compiler-core): properly exit self-closing pre tag
2021-07-01  Evan Youfix(types): improve type of unref()
2021-07-01  Bas van Meurschore(puppeteer): upgrade puppeteer (#4019)
2021-07-01  dependabot... build(deps-dev): bump sass from 1.32.12 to 1.35.1 ...
2021-07-01  dependabot... build(deps): bump @babel/types from 7.14.4 to 7.14...
2021-07-01  dependabot... build(deps-dev): bump vite from 2.3.7 to 2.3.8 (#4044)
2021-07-01  dependabot... build(deps): bump postcss-modules from 4.0.0 to 4.1...
2021-07-01  dependabot... build(deps): bump @babel/parser from 7.14.4 to 7.14...
2021-07-01  dependabot... build(deps-dev): bump @typescript-eslint/parser from...
2021-07-01  dependabot... build(deps-dev): bump eslint from 7.25.0 to 7.29.0...
2021-07-01  dependabot... build(deps-dev): bump typescript from 4.2.4 to 4.3...
2021-07-01  Johnson Chufeat(types/ide): support find definition for jsx tags...
2021-07-01  Johnson Chufeat(types): support IDE renaming for props (#3656)
2021-06-30  Evan Youfix(compiler-sfc): support TS runtime enum in `<script...
2021-06-30  Evan Yourefactor(reactivity): improve tree-shaking annotations
2021-06-29  Evan Youfeat(compiler-sfc): compileScript parseOnly mode
2021-06-29  Evan Youfeat(sfc): make ref sugar disabled by default
2021-06-29  Evan Youfix: prevent withAsyncContext currentInstance leak...
2021-06-29  Evan Youfeat(sfc): auto restore current instance after await...
2021-06-28  Evan Youtest: fix script setup directive test
2021-06-28  Evan Youfix(compiler-sfc): avoid script setup marker showing...
2021-06-28  Evan Youchore: warn script setup compiler macro imports
2021-06-28  Evan Youfeat(sfc): change `<script setup>` directive resolution...
2021-06-28  Evan Youchore(sfc-playground): handle ssr-only compile errors
2021-06-28  Evan Youfix(compiler-sfc): fix defineProps/defineEmits usage...
2021-06-28  Evan Youfeat(sfc): support referenced types for defineEmits
2021-06-28  Evan Youfix(compiler-sfc): support method signature in defineProps
2021-06-28  Evan Youfeat(sfc): support using declared interface or type...
2021-06-28  LordTerabytefix(runtime-core): add missing serverPrefetch hook...
2021-06-27  Evan Youtypes: fix global helpers dts generation
2021-06-27  Evan Youchore: remove unnecessary casting
2021-06-27  Evan Youchore: fix dts test
2021-06-27  Evan Youfeat(sfc/types): make `<script setup>` helper types...
2021-06-27  Evan Youfeat(sfc): withDefaults helper
2021-06-25  Evan Youchore(sfc-playground): ignore duplicate logs
2021-06-25  Evan Youfix: defineExpose type definition and runtime warning
2021-06-25  Evan Youfeat(sfc-playground): support lang=ts
2021-06-25  Evan Youfix(compiler-sfc): fix defineProps() call on imported...
2021-06-25  Evan Youfeat(sfc): defineExpose
2021-06-25  Evan Youfeat(expose): always expose $ instance properties on...
2021-06-24  Evan Youfix(compiler-sfc): fix script setup hidden flag codegen
2021-06-23  Evan Youtest: fix script setup helpers tests
2021-06-23  Evan Youchore: comments
2021-06-23  Evan Youfix(sfc): allow variables that start with _ or $ in...
2021-06-23  Evan Youfeat(sfc): useAttrs + useSlots
2021-06-23  Evan Youfeat(sfc): remove `<template inherit-attrs>` support
2021-06-22  Evan Youchore: add missing snapshot
2021-06-22  Eduardo San... feat(sfc): add `defineEmits` and deprecate `defineEmit...
2021-06-22  Evan Yourelease: v3.1.2 v3.1.2
2021-06-22  Evan Youfix(compiler-ssr): fix attr fallthrough for transition...
2021-06-22  Evan Youfix(watch): fix watch option merging from mixins
2021-06-21  Eduardo San... fix(Suspense): emit initial fallback and pending events...
2021-06-21  edisonfix(Suspense): fallback should work with transition...
2021-06-21  Evan Youfix(compiler-core/compat): fix is prop usage on components
2021-06-21  Evan Youperf: improve static content insertion perf
2021-06-19  dependabot... build(deps): bump hosted-git-info from 2.8.8 to 2.8...
2021-06-14  Evan Youchore: include estree types in compiler-sfc deps
2021-06-11  Evan Yourefactor: use markRaw instead of internal flag check
2021-06-09  ygj6fix(compiler-sfc): rewriteDefault support multiline...
2021-06-09  Eunjae Leefix(runtime-core): bind default function of inject...
2021-06-09  Evan Youfix(compiler-core): improve member expression check
2021-06-08  Herrington... chore(playground): support unicode in sfc playground...
2021-06-08  dependabot... build(deps-dev): bump @types/node from 14.14.44 to...
2021-06-08  dependabot... build(deps-dev): bump vite from 2.2.4 to 2.3.7 (#3907)
2021-06-08  dependabot... build(deps): bump glob-parent from 5.1.1 to 5.1.2 ...
next