]> git.ipfire.org Git - thirdparty/vuejs/core.git/shortlog
thirdparty/vuejs/core.git
2021-05-08  Evan Youfix(compat): handle and warn config.optionMergeStrategies
2021-05-08  Evan Yourelease: v3.1.0-beta.1 v3.1.0-beta.1
2021-05-08  Evan Youbuild: fix compat build type treatment
2021-05-08  Evan Youchore: document ts and alt strategy for compat build
2021-05-08  Evan Youchore: migration build docs [ci skip]
2021-05-07  HcySunYangfix(reactivity): fix tracking for readonly + reactive...
2021-05-07  HcySunYangfix(hydration): fix update before async component is...
2021-05-07  HcySunYangfix(Teleport): avoid changing the reference of vnode...
2021-05-07  AbaAba~fix(runtime-core): watching multiple sources: computed...
2021-05-07  Guillaume Chaufeat: onServerPrefetch (#3070)
2021-05-07  Evan Youchore: update build status badge [ci skip]
2021-05-07  Evan Youci: move to github actions / remove circleci config
2021-05-07  Evan Youci: improve transition tests ci stability
2021-05-07  Evan Youci: test github actions
2021-05-07  Evan Youchore: bump more
2021-05-07  Evan Youchore: bump transition test duration on CI
2021-05-07  Evan Youchore: remove markdown spec debounce assertion for...
2021-05-06  dependabot... build(deps-dev): bump @types/node from 14.14.43 to...
2021-05-06  dependabot... build(deps-dev): bump vite from 2.1.5 to 2.2.4 (#3733)
2021-05-06  dependabot... build(deps): bump @babel/types from 7.13.13 to 7.14...
2021-05-06  dependabot... build(deps-dev): bump typescript from 4.2.3 to 4.2...
2021-05-06  dependabot... build(deps-dev): bump @vitejs/plugin-vue from 1.2.0...
2021-05-06  dependabot... build(deps): bump @babel/parser from 7.13.12 to 7.14...
2021-05-06  dependabot... build(deps-dev): bump ts-jest from 26.5.4 to 26.5.5...
2021-05-06  dependabot... Upgrade to GitHub-native Dependabot (#3694)
2021-05-06  dependabot... build(deps): bump postcss-selector-parser from 6.0...
2021-05-06  dependabot... build(deps): bump postcss from 8.2.6 to 8.2.13 (#3704)
2021-05-06  Evan Youchore: bump e2e test debounce
2021-05-06  Evan Youwip: make legacy global apis available on app instance...
2021-05-06  Evan Youwip: fix v3 render fn detection regex
2021-05-06  Evan Youwip: defineReactive on instance with keys starting...
2021-05-06  Evan Youwip: allow compatConfig mode to be a function
2021-05-06  Guillaume Chaufix(hmr): don't remove __file key from component type
2021-05-05  Evan Youwip: expose configureCompat via named export
2021-05-05  Evan Youwip: make singleton mutations affect all app instances
2021-05-05  Evan Youwip: only generate non-scope slot flag when compatConfi...
2021-05-05  Evan Youwip: remove v-if key warning as there are legit use...
2021-05-05  Evan Youwip: relay compiler-core warnings in compiler-sfc with...
2021-05-05  Evan Youwip: exclude legacy slots from $scopedSlots
2021-05-05  Evan Youwip: fix compiler dep externalization
2021-05-05  Evan Youwip: more private properties
2021-05-04  Evan Youwip: enable private vnode properties even for built-ins
2021-05-04  Evan Youwip: fix native template compat
2021-05-04  Evan Youwip: root instance $destroy before $mount
2021-05-04  Evan Youwip: vm._data for vuex compat
2021-05-01  dependabot... build(deps-dev): bump sass from 1.32.8 to 1.32.12
2021-05-01  dependabot... build(deps-dev): bump codemirror from 5.60.0 to 5.61.0
2021-05-01  dependabot... build(deps-dev): bump chalk from 4.1.0 to 4.1.1
2021-05-01  dependabot... build(deps-dev): bump @types/node from 14.14.36 to...
2021-05-01  dependabot... build(deps-dev): bump eslint from 7.22.0 to 7.25.0
2021-04-30  Evan Youchore: ignore compat entries for coverage
2021-04-30  Evan Youwip: compat test coverage
2021-04-30  Evan Youwip: test for global filter registration
2021-04-30  Evan Youwip: tests for compiler compat
2021-04-29  Evan Youwip: move compat test cases + filter tests
2021-04-29  Evan Youwip: test for v-model compat
2021-04-29  Evan Youwip: test for legacy component compat
2021-04-29  Evan Youwip: more tests for v2 compat
2021-04-28  Evan Youwip: test for instance and options compat 3680/head
2021-04-28  Evan Youwip: fix isCustomElement
2021-04-28  Evan Youchore: Merge branch 'v2-compat'
2021-04-28  Evan Youwip: tests for global config compat
2021-04-28  Evan Youfeat: support component-level `compilerOptions` when...
2021-04-28  Evan Youfix(compiler-core): preserve comment content in product...
2021-04-28  Evan Youchore: update IE11 support [ci skip]
2021-04-27  Evan Youwip: tests for global api compat
2021-04-26  Evan Youwip: ref v-for compat
2021-04-26  Evan Youwip: fix tests
2021-04-26  Evan Youwip: whitespace behavior compat
2021-04-26  Evan Youfeat(config): support configuring runtime compiler...
2021-04-26  Evan Yourefactor(compiler): improve whitespace: 'preserve'...
2021-04-26  CodeDaraWfeat(compiler-core): whitespace handling strategy
2021-04-26  sallycnchore: fix typo in assertion
2021-04-23  Guillaume Chaufeat(devtools): improved KeepAlive support
2021-04-22  Evan Youwip: add private api compat flag
2021-04-22  Evan Youwip: more compat tweaks
2021-04-22  Evan Youwip: more compat tweaks
2021-04-22  Evan Youwip: more compat tweaks
2021-04-22  Evan Youwip: class/style fallthrough compat
2021-04-21  Evan Youwip: treat compat model listener as already declared
2021-04-21  Evan Youperf: only trigger $attrs update when it has actually...
2021-04-21  Evan Youchore: include component info in recursive update warning
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...
next