]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2021-04-21  Evan Youwip: more compat progress
2021-04-20  Evan Youfix(watch): avoid traversing non-plain objects
2021-04-20  Evan Youwip: compat integration progress
2021-04-20  zhaozhaochore: adjust the parameter order of the mountChildren... 3672/head
2021-04-19  Evan Youwip: filters compat
2021-04-18  Evan Youwip: warn against `<template functional>`
2021-04-18  Evan Youwip: inline-template compat
2021-04-18  Evan Youwip: refactor
2021-04-18  Evan Youwip: plain template tag compat
2021-04-18  Evan Youperf(compiler): skip unncessary checks when parsing...
2021-04-18  Evan Youwip: warn v-bind object ordering
2021-04-17  Evan Youwip: remove unncessary deprecation messages
2021-04-17  Evan Youwip: default mode for compat build
2021-04-17  Evan Youwip: compiler should default to v3 behavior
2021-04-17  Evan Youwip: warn key usage of v-if branches
2021-04-17  Evan Youwip: warn v-if/v-for co-usage
2021-04-16  Evan Youwip: v-bind.sync compat
2021-04-16  Evan Youwip: invert compiler compat behavior default during...
2021-04-16  Evan Youwip: support configuring compiler deprecations at runti...
2021-04-16  Evan Youwip: generate codeframe for compiler deprecations
2021-04-16  Evan Youwip: is usage compat
2021-04-16  kiyonchore: fix typo in test case description
2021-04-12  Evan Youwip: compiler deprecation config
2021-04-12  Evan Youwip: refactor deprecations into a single file
2021-04-12  Evan Youfeat: support casting plain element to component via...
2021-04-12  Evan Youwip: testing compiler deprecation warnings
2021-04-12  edisonchore: use isArray to keep the code consistency
2021-04-12  Evan Youwip: staticStyle and staticClass
2021-04-11  Evan Youwip: Vue.util compat
2021-04-11  Evan Youwip: fix render fn compat detection
2021-04-10  Evan Youwip: refactor compat check utils
2021-04-10  Evan Youwip: fix compat utils usage
2021-04-10  Evan Youwip: component v-model compat
2021-04-09  Evan Youwip: render function compat
2021-04-09  Evan Youwip: compat for legacy functional component
2021-04-08  Evan Youchore: fix dts
2021-04-08  Evan Youwip: support per-component compatConfig
2021-04-08  Evan Youwip: make tests pass again
2021-04-08  Evan Youwip: async component compat
2021-04-08  Evan Youwip: tweak warning dedupe logic
2021-04-08  Evan Youwip: $attrs class/style warning
2021-04-08  Evan Youwip: $scopedSlots compat
2021-04-08  Evan Youwip: vm.$listeners compat
2021-04-07  Evan Youwip: attr coersion compat
2021-04-07  Evan Youwip: transition group root compat
2021-04-07  Evan Youwip: apply compat enabled flags to currently implemente...
2021-04-07  Evan Youwip: watch array compat
2021-04-07  Evan Youchore: log runtime build file size
2021-04-07  Evan Youwip: compat configuration
2021-04-07  Evan Youwip: keyCode compat
2021-04-07  Evan Youwip: $children compat
2021-04-07  Evan Youwip: instance event emitter api compat
2021-04-07  Evan Youwip: transition class compat
2021-04-07  Evan Youwip: fix root data option compat
2021-04-07  Evan Youwip: basic compat test
2021-04-07  Evan Youwip: custom directive compat
2021-04-07  Evan Youwip: props default this compat
2021-04-07  Evan Youwip: beforeDestroy & destroyed compat
2021-04-07  Evan Youwip: config.ignoredElements compat
2021-04-07  Evan Youwip: data option compat
2021-04-07  Evan Youwip: progress
2021-04-07  Evan Youwip: restructure compat code + global api alignment
2021-04-07  Evan Youwip: root mount api compat
2021-04-07  Evan Youwip: initial compat build setup
2021-04-07  Evan Youfix(watch): this.$watch should support watching keypath
2021-04-07  Eduardo San... test: typo in spy (#3556)
2021-04-02  Evan Youfix(runtime-core): ensure declare prop keys are always...
2021-04-01  Evan Yourelease: v3.0.11 v3.0.11
2021-04-01  Evan Youfix(runtime-core): fix v-on object kebab-case event...
2021-04-01  HcySunYangfix(runtime-core): fix render function + optimized...
2021-04-01  Cédric Exbrayatrefactor(sfc-playground): modes declaration (#3522)
2021-04-01  Evan Youfix(compiler-sfc): fix wrong scopeId for nested `<scrip...
2021-04-01  edisonchore(types): use NormalizedStyle for consistency ...
2021-03-31  Evan Youworkflow(sfc-playground): make it work in safari and ff
2021-03-31  Evan Youworkflow(sfc-playground): support import map
2021-03-31  Evan Youchore(sfc-playground): use svg logo
2021-03-31  Evan Youchore(sfc-playground): teardown preview update watcher
2021-03-31  Evan Youchore(sfc-playground): responsive
2021-03-31  Evan Youworkflow(sfc-playground): support selecting versions
2021-03-31  Evan Yourelease: v3.0.10 v3.0.10
2021-03-30  Evan Youfix(runtime-core): fix dev fragment root flag check
2021-03-30  Evan Youchore: use alias instead of module field
2021-03-30  Evan Yourefactor(ssr): adjust ssr scope id logic for client...
2021-03-30  Evan Youfix(ssr): fix scopeId inheritance across mixed parent...
2021-03-30  Evan Youworkflow(sfc-playground): clear errors in edge cases
2021-03-30  Evan Youworkflow(sfc-playground): warn on <style module> usage
2021-03-30  Evan Youworkflow(sfc-playground): add ssr compile output
2021-03-30  edisonperf(runtime-core): optimize the performance of getType...
2021-03-30  Evan Youchore: bump vite
2021-03-29  Evan Youperf(compiler-sfc): skip srcset transform if all candid...
2021-03-29  HcySunYangfix(runtime-dom): fix event listeners call in firefox...
2021-03-29  Jonas Kruckenbergfix(compiler-sfc): fix missing whitespace issue in...
2021-03-29  Calvin Liangfix(compiler-core): properly transform replaced nodes...
2021-03-29  HcySunYangfix(types): add a type-only differentiator to assist...
2021-03-29  liaoliao666fix(reactivity): should not trigger when setting value...
2021-03-29  Kaelfix(types/tsx): make JSX.Element extend VNode (#3171)
2021-03-29  dependabot... build(deps): bump @babel/types from 7.13.12 to 7.13.13
2021-03-29  Evan Youfix(compiler-sfc): support proper type arguments for...
2021-03-29  Evan Youchore(sfc-playground): use type defineEmit
2021-03-29  Evan Youfix(compiler-sfc): do not resolve assets from setup...
next