]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2021-07-19  Evan Youfix(scheduler): fix insertion for id-less job
2021-07-19  Evan Youfix(reactivity): computed should not trigger scheduler...
2021-07-19  Austin Keenerfeat(compiler): allow 'comments' option to affect comme...
2021-07-19  webfansplzchore(shared): remove deprecated html tags (#4130)
2021-07-19  Evan Youfix(runtime-core): fix null type in required + multi...
2021-07-19  Evan Youchore: fix type issue
2021-07-19  edisonfix(compiler-sfc): defineProps infer TSParenthesizedTyp...
2021-07-19  Evan Yourefactor: improve the fix for #4138
2021-07-19  Evan Youfix(shared): normalizeStyle should handle strings
2021-07-19  lenochore(runtime-core): use bit operations instead (#4142)
2021-07-19  webfansplzchore(types): improve of type assertion (#4141)
2021-07-19  Cédric Exbrayatchore(sfc-playground): remove compiler macro imports...
2021-07-16  Evan Youtypes: typing for ref macros
2021-07-16  Evan Youchore: remove deprecated defineEmit & useContext APIs
2021-07-16  Evan Yourelease: v3.2.0-beta.1 v3.2.0-beta.1
2021-07-16  Evan Youfix(sfc/style-vars): properly re-apply style vars on...
2021-07-16  Evan Youchore: fix codegen error due to scopeId deprecation...
2021-07-16  Evan Youworkflow: also rebuild runtime-dom when working on...
2021-07-16  Evan Youchore: expose watchPostEffect
2021-07-16  Evan Youfix: ensure customElements API ssr compatibility
2021-07-16  fishDogchore(compiler-core): reduce unnecessary cache inside...
2021-07-16  Evan Youfeat(sfc): support namespaced component tags when using...
2021-07-16  Evan Yourefactor: remove outdated slot ctx wrapper codegen
2021-07-16  Evan Youfix(runtime-core): fix default shapeFlag for fragments
2021-07-16  Evan Youfix: ignore .prop/.attr modifiers in ssr
2021-07-16  Evan Yourefactor: remove deprecated defineEmit() support
2021-07-16  Evan Youfeat(sfc): (experimental) new ref sugar
2021-07-16  Evan Youfeat: remove experimental status of `<script setup>`
2021-07-16  Evan Yourefactor: remove deprecated scopeId codegen
2021-07-16  Evan Youfeat: support v-bind .prop & .attr modifiers
2021-07-16  Evan Youfeat: custom element reflection, casting and edge cases
2021-07-16  Evan Youtypes: fix dts tests
2021-07-16  Evan Youtest: fix renderSlot tests
2021-07-16  Evan Youfeat(runtime-dom): defineCustomElement
2021-07-16  Evan Youfeat: watchPostEffect
2021-07-16  Evan Youfeat: v-memo
2021-07-16  Evan Youfeat(reactivity): support onTrack/onTrigger debug optio...
2021-07-16  Evan Youperf: also hoist all-static children array
2021-07-16  Evan Youchore: bump serve
2021-07-16  Evan Youtest: more test cases for computed w/ scheduler
2021-07-16  Evan Yourefactor: sync value access for chained computed w...
2021-07-16  Evan Youperf: hoist dynamic props lists
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
next