]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2021-07-16  Evan Youchore: use consistent file naming
2021-07-16  Evan Yourefactor: reduce bundle size
2021-07-16  Bas van Meursperf(reactivity): use bitwise dep markers to optimize...
2021-07-16  Evan Youchore: remove unncessary property on ComputedRef interface
2021-07-16  Evan Youtest: test for computed optimization
2021-07-16  Evan Youperf(reactivity): avoid triggering re-render if compute...
2021-07-16  Anthony Fufeat(reactivity): new effectScope API (#2195)
2021-07-16  Evan Youperf(reactivity): improve reactive effect memory usage...
2021-07-16  Evan Youchore: fix test failing types
2021-07-16  Evan Yourefactor: small bundle size / readability optimization
2021-07-16  Bas van Meursperf(reactivity): ref-specific track/trigger and miscel...
2021-07-16  HcySunYangperf: improve VNode creation performance with compiler...
2021-07-16  Evan Yourelease: v3.1.5 v3.1.5
2021-07-16  Evan Youtest: test for compat mode v3 render fn detection
2021-07-16  Evan Youfix(compat): fix v3 compiled fn detection in production
2021-07-15  Evan Youfix(runtime-core): enter optimized mode for component...
2021-07-15  TheDrofix(reactivity): call array subclass methods (#3624)
2021-07-15  Evan Youchore: fix snapshot from merge
2021-07-15  patakfix(compiler-sfc): duplicated injected css var with...
2021-07-15  鱼test(teleport): fix meaningless test case (#2872)
2021-07-15  HcySunYangfix(runtime-dom): capture errors when setting value...
2021-07-15  Carlos Rodriguesfix(type): infer parent as `this` on `nextTick` functio...
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
next