]>
git.ipfire.org Git - thirdparty/vuejs/core.git/log
Guillaume Chau [Wed, 19 May 2021 18:48:35 +0000 (20:48 +0200)]
feat(devtools): performance events
Guillaume Chau [Wed, 19 May 2021 16:19:28 +0000 (18:19 +0200)]
fix(devtools): send update to component owning the slot
https://github.com/vuejs/vue-devtools/issues/1404
HcySunYang [Mon, 17 May 2021 18:07:53 +0000 (02:07 +0800)]
fix(compat): avoid accidentally delete the modelValue prop (#3772)
Carlos Rodrigues [Mon, 17 May 2021 18:04:31 +0000 (19:04 +0100)]
types(props): Support `undefined` as default (#3783)
HcySunYang [Thu, 13 May 2021 22:24:43 +0000 (06:24 +0800)]
fix(compiler-core): fix whitespace management for slots with whitespace: 'preserve' (#3767)
fix #3766
Zen [Wed, 12 May 2021 21:54:08 +0000 (05:54 +0800)]
chore: bump api-extractor from 7.12.1 to 7.15.1 (#3745)
Yunfei He [Wed, 12 May 2021 21:47:52 +0000 (05:47 +0800)]
chore(types): remove unnecessary type assertion (#3724)
GU Yiling [Wed, 12 May 2021 21:47:31 +0000 (05:47 +0800)]
fix(types): declared prop keys should always exist in `props` argument (#3726)
Cédric Exbrayat [Wed, 12 May 2021 21:47:00 +0000 (23:47 +0200)]
fix(compat): enum coercion warning (#3755)
dependabot[bot] [Wed, 12 May 2021 21:45:26 +0000 (17:45 -0400)]
build(deps-dev): bump @typescript-eslint/parser from 4.19.0 to 4.23.0 (#3765)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.19.0 to 4.23.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.23.0/packages/parser)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Wed, 12 May 2021 21:45:18 +0000 (17:45 -0400)]
build(deps-dev): bump @rollup/plugin-commonjs from 18.0.0 to 18.1.0 (#3735)
Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 18.0.0 to 18.1.0.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/commonjs/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/commonjs-v18.1.0/packages/commonjs)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
edtam [Wed, 12 May 2021 21:44:02 +0000 (05:44 +0800)]
chore: fix package link (#3750) [skip ci]
Evan You [Wed, 12 May 2021 21:37:04 +0000 (17:37 -0400)]
release: v3.1.0-beta.3
Evan You [Wed, 12 May 2021 21:28:18 +0000 (17:28 -0400)]
chore: improve transition test stability
Stanislav Lashmanov [Wed, 12 May 2021 21:13:44 +0000 (00:13 +0300)]
fix(compat): correctly merge lifecycle hooks when using Vue.extend (#3762)
fix #3761
HcySunYang [Wed, 12 May 2021 20:12:32 +0000 (04:12 +0800)]
fix(compiler-core): bail out to array children when the element has custom directives + only one text child node (#3757)
Cédric Exbrayat [Tue, 11 May 2021 02:44:36 +0000 (04:44 +0200)]
chore: fix typos in compat document
Cédric Exbrayat [Tue, 11 May 2021 02:41:51 +0000 (04:41 +0200)]
chore: fix typo in compat warning
Evan You [Sat, 8 May 2021 20:59:12 +0000 (16:59 -0400)]
release: v3.1.0-beta.2
Evan You [Sat, 8 May 2021 20:47:38 +0000 (16:47 -0400)]
fix(compat): handle and warn config.optionMergeStrategies
Evan You [Sat, 8 May 2021 20:24:34 +0000 (16:24 -0400)]
release: v3.1.0-beta.1
Evan You [Sat, 8 May 2021 20:21:06 +0000 (16:21 -0400)]
build: fix compat build type treatment
Evan You [Sat, 8 May 2021 20:20:50 +0000 (16:20 -0400)]
chore: document ts and alt strategy for compat build
Evan You [Sat, 8 May 2021 04:38:02 +0000 (00:38 -0400)]
chore: migration build docs [ci skip]
HcySunYang [Fri, 7 May 2021 22:49:11 +0000 (06:49 +0800)]
fix(reactivity): fix tracking for readonly + reactive Map (#3604)
fix #3602
HcySunYang [Fri, 7 May 2021 22:42:58 +0000 (06:42 +0800)]
fix(hydration): fix update before async component is hydrated (#3563)
fix #3560
HcySunYang [Fri, 7 May 2021 22:04:36 +0000 (06:04 +0800)]
fix(Teleport): avoid changing the reference of vnode.dynamicChildren (#3642)
fix #3641
AbaAba~ [Fri, 7 May 2021 22:03:35 +0000 (06:03 +0800)]
fix(runtime-core): watching multiple sources: computed (#3066)
fix #3068
Guillaume Chau [Fri, 7 May 2021 16:00:52 +0000 (18:00 +0200)]
feat: onServerPrefetch (#3070)
Support equivalent of `serverPrefetch` option via Composition API.
Evan You [Fri, 7 May 2021 14:05:01 +0000 (10:05 -0400)]
chore: update build status badge [ci skip]
Evan You [Fri, 7 May 2021 14:00:12 +0000 (10:00 -0400)]
ci: move to github actions / remove circleci config
Evan You [Fri, 7 May 2021 13:51:59 +0000 (09:51 -0400)]
ci: improve transition tests ci stability
Evan You [Fri, 7 May 2021 13:39:13 +0000 (09:39 -0400)]
ci: test github actions
Evan You [Fri, 7 May 2021 13:19:14 +0000 (09:19 -0400)]
chore: bump more
Evan You [Fri, 7 May 2021 13:08:03 +0000 (09:08 -0400)]
chore: bump transition test duration on CI
Evan You [Fri, 7 May 2021 13:05:19 +0000 (09:05 -0400)]
chore: remove markdown spec debounce assertion for ci stability
dependabot[bot] [Thu, 6 May 2021 22:59:48 +0000 (18:59 -0400)]
build(deps-dev): bump @types/node from 14.14.43 to 14.14.44 (#3734)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.43 to 14.14.44.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Thu, 6 May 2021 22:59:32 +0000 (18:59 -0400)]
build(deps-dev): bump vite from 2.1.5 to 2.2.4 (#3733)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.1.5 to 2.2.4.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v2.2.4/packages/vite)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot-preview[bot] [Thu, 6 May 2021 22:52:51 +0000 (18:52 -0400)]
build(deps): bump @babel/types from 7.13.13 to 7.14.0 (#3714)
Bumps [@babel/types](https://github.com/babel/babel/tree/HEAD/packages/babel-types) from 7.13.13 to 7.14.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.14.0/packages/babel-types)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
dependabot-preview[bot] [Thu, 6 May 2021 22:52:34 +0000 (18:52 -0400)]
build(deps-dev): bump typescript from 4.2.3 to 4.2.4 (#3710)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.2.3 to 4.2.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.2.3...v4.2.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
dependabot-preview[bot] [Thu, 6 May 2021 22:52:26 +0000 (18:52 -0400)]
build(deps-dev): bump @vitejs/plugin-vue from 1.2.0 to 1.2.2 (#3708)
Bumps [@vitejs/plugin-vue](https://github.com/vitejs/vite/tree/HEAD/packages/plugin-vue) from 1.2.0 to 1.2.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/plugin-vue/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/plugin-vue@1.2.2/packages/plugin-vue)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
dependabot-preview[bot] [Thu, 6 May 2021 22:52:12 +0000 (18:52 -0400)]
build(deps): bump @babel/parser from 7.13.12 to 7.14.0 (#3707)
Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) from 7.13.12 to 7.14.0.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.14.0/packages/babel-parser)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
dependabot-preview[bot] [Thu, 6 May 2021 22:52:00 +0000 (18:52 -0400)]
build(deps-dev): bump ts-jest from 26.5.4 to 26.5.5 (#3706)
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 26.5.4 to 26.5.5.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v26.5.4...v26.5.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
dependabot-preview[bot] [Thu, 6 May 2021 22:51:33 +0000 (18:51 -0400)]
Upgrade to GitHub-native Dependabot (#3694)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
dependabot-preview[bot] [Thu, 6 May 2021 22:51:10 +0000 (18:51 -0400)]
build(deps): bump postcss-selector-parser from 6.0.4 to 6.0.5 (#3705)
Bumps [postcss-selector-parser](https://github.com/postcss/postcss-selector-parser) from 6.0.4 to 6.0.5.
- [Release notes](https://github.com/postcss/postcss-selector-parser/releases)
- [Changelog](https://github.com/postcss/postcss-selector-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss-selector-parser/compare/v6.0.4...v6.0.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
dependabot-preview[bot] [Thu, 6 May 2021 22:50:58 +0000 (18:50 -0400)]
build(deps): bump postcss from 8.2.6 to 8.2.13 (#3704)
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.6 to 8.2.13.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.2.6...8.2.13)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Evan You [Thu, 6 May 2021 22:49:04 +0000 (18:49 -0400)]
chore: bump e2e test debounce
Evan You [Thu, 6 May 2021 21:15:11 +0000 (17:15 -0400)]
wip: make legacy global apis available on app instance as well
Evan You [Thu, 6 May 2021 20:18:00 +0000 (16:18 -0400)]
wip: fix v3 render fn detection regex
Evan You [Thu, 6 May 2021 19:45:42 +0000 (15:45 -0400)]
wip: defineReactive on instance with keys starting with $
Evan You [Thu, 6 May 2021 14:57:34 +0000 (10:57 -0400)]
wip: allow compatConfig mode to be a function
Guillaume Chau [Thu, 6 May 2021 12:21:54 +0000 (14:21 +0200)]
fix(hmr): don't remove __file key from component type
Evan You [Wed, 5 May 2021 23:31:06 +0000 (19:31 -0400)]
wip: expose configureCompat via named export
Evan You [Wed, 5 May 2021 21:56:09 +0000 (17:56 -0400)]
wip: make singleton mutations affect all app instances
Evan You [Wed, 5 May 2021 20:36:16 +0000 (16:36 -0400)]
wip: only generate non-scope slot flag when compatConfig is present
Evan You [Wed, 5 May 2021 20:25:33 +0000 (16:25 -0400)]
wip: remove v-if key warning as there are legit use cases
Evan You [Wed, 5 May 2021 18:24:46 +0000 (14:24 -0400)]
wip: relay compiler-core warnings in compiler-sfc with codeframe
Evan You [Wed, 5 May 2021 15:06:04 +0000 (11:06 -0400)]
wip: exclude legacy slots from $scopedSlots
Evan You [Wed, 5 May 2021 15:05:53 +0000 (11:05 -0400)]
wip: fix compiler dep externalization
Evan You [Wed, 5 May 2021 13:47:14 +0000 (09:47 -0400)]
wip: more private properties
Evan You [Tue, 4 May 2021 22:20:14 +0000 (18:20 -0400)]
wip: enable private vnode properties even for built-ins
Evan You [Tue, 4 May 2021 22:10:57 +0000 (18:10 -0400)]
wip: fix native template compat
Evan You [Tue, 4 May 2021 15:34:15 +0000 (11:34 -0400)]
wip: root instance $destroy before $mount
Evan You [Tue, 4 May 2021 15:11:43 +0000 (11:11 -0400)]
wip: vm._data for vuex compat
dependabot-preview[bot] [Sat, 1 May 2021 05:37:09 +0000 (05:37 +0000)]
build(deps-dev): bump sass from 1.32.8 to 1.32.12
Bumps [sass](https://github.com/sass/dart-sass) from 1.32.8 to 1.32.12.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.32.8...1.32.12)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Sat, 1 May 2021 05:37:57 +0000 (05:37 +0000)]
build(deps-dev): bump codemirror from 5.60.0 to 5.61.0
Bumps [codemirror](https://github.com/codemirror/CodeMirror) from 5.60.0 to 5.61.0.
- [Release notes](https://github.com/codemirror/CodeMirror/releases)
- [Changelog](https://github.com/codemirror/CodeMirror/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codemirror/CodeMirror/compare/5.60.0...5.61.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Sat, 1 May 2021 05:35:52 +0000 (05:35 +0000)]
build(deps-dev): bump chalk from 4.1.0 to 4.1.1
Bumps [chalk](https://github.com/chalk/chalk) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/chalk/chalk/releases)
- [Commits](https://github.com/chalk/chalk/compare/v4.1.0...v4.1.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Sat, 1 May 2021 05:33:00 +0000 (05:33 +0000)]
build(deps-dev): bump @types/node from 14.14.36 to 14.14.43
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.36 to 14.14.43.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Sat, 1 May 2021 05:33:21 +0000 (05:33 +0000)]
build(deps-dev): bump eslint from 7.22.0 to 7.25.0
Bumps [eslint](https://github.com/eslint/eslint) from 7.22.0 to 7.25.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.22.0...v7.25.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Evan You [Fri, 30 Apr 2021 22:15:36 +0000 (18:15 -0400)]
chore: ignore compat entries for coverage
Evan You [Fri, 30 Apr 2021 22:05:03 +0000 (18:05 -0400)]
wip: compat test coverage
Evan You [Fri, 30 Apr 2021 21:15:36 +0000 (17:15 -0400)]
wip: test for global filter registration
Evan You [Fri, 30 Apr 2021 19:50:32 +0000 (15:50 -0400)]
wip: tests for compiler compat
Evan You [Thu, 29 Apr 2021 20:58:14 +0000 (16:58 -0400)]
wip: move compat test cases + filter tests
Evan You [Thu, 29 Apr 2021 20:21:55 +0000 (16:21 -0400)]
wip: test for v-model compat
Evan You [Thu, 29 Apr 2021 19:51:37 +0000 (15:51 -0400)]
wip: test for legacy component compat
Evan You [Thu, 29 Apr 2021 18:45:22 +0000 (14:45 -0400)]
wip: more tests for v2 compat
Evan You [Wed, 28 Apr 2021 21:21:02 +0000 (17:21 -0400)]
wip: test for instance and options compat
Evan You [Wed, 28 Apr 2021 16:36:08 +0000 (12:36 -0400)]
wip: fix isCustomElement
Evan You [Wed, 28 Apr 2021 16:30:57 +0000 (12:30 -0400)]
chore: Merge branch 'v2-compat'
Evan You [Wed, 28 Apr 2021 16:29:51 +0000 (12:29 -0400)]
wip: tests for global config compat
Evan You [Wed, 28 Apr 2021 15:35:59 +0000 (11:35 -0400)]
feat: support component-level `compilerOptions` when using runtime compiler
- The `delimiters` component option is deprecated.
Use `compilerOptions.delimiters` instead.
Evan You [Wed, 28 Apr 2021 15:22:16 +0000 (11:22 -0400)]
fix(compiler-core): preserve comment content in production when comments option is enabled
Evan You [Wed, 28 Apr 2021 13:40:54 +0000 (09:40 -0400)]
chore: update IE11 support [ci skip]
Evan You [Tue, 27 Apr 2021 21:34:19 +0000 (17:34 -0400)]
wip: tests for global api compat
Evan You [Mon, 26 Apr 2021 21:35:41 +0000 (17:35 -0400)]
wip: ref v-for compat
Evan You [Mon, 26 Apr 2021 21:35:30 +0000 (17:35 -0400)]
wip: fix tests
Evan You [Mon, 26 Apr 2021 16:21:36 +0000 (12:21 -0400)]
wip: whitespace behavior compat
Evan You [Mon, 26 Apr 2021 15:46:29 +0000 (11:46 -0400)]
feat(config): support configuring runtime compiler via `app.config.compilerOptions`
- `config.isCustomElement` is deprecated - use `app.config.compilerOptions.isCustomElement` instead.
Evan You [Mon, 26 Apr 2021 14:49:21 +0000 (10:49 -0400)]
refactor(compiler): improve whitespace: 'preserve' behavior from #1600
- discard leading/ending whitespace inside an element
- condense preserved whitesapce into single space
CodeDaraW [Thu, 16 Jul 2020 13:28:09 +0000 (21:28 +0800)]
feat(compiler-core): whitespace handling strategy
sallycn [Mon, 26 Apr 2021 09:57:15 +0000 (17:57 +0800)]
chore: fix typo in assertion
Guillaume Chau [Fri, 23 Apr 2021 14:52:28 +0000 (16:52 +0200)]
feat(devtools): improved KeepAlive support
This change allows the devtools to access the cached vnodes from the KeepAlive component in order to display them as inactive in the components tree
Evan You [Thu, 22 Apr 2021 21:50:49 +0000 (17:50 -0400)]
wip: add private api compat flag
Evan You [Thu, 22 Apr 2021 21:30:54 +0000 (17:30 -0400)]
wip: more compat tweaks
Evan You [Thu, 22 Apr 2021 18:59:54 +0000 (14:59 -0400)]
wip: more compat tweaks
Evan You [Thu, 22 Apr 2021 13:49:25 +0000 (09:49 -0400)]
wip: more compat tweaks
Evan You [Thu, 22 Apr 2021 02:04:26 +0000 (22:04 -0400)]
wip: class/style fallthrough compat
Evan You [Wed, 21 Apr 2021 23:13:26 +0000 (19:13 -0400)]
wip: treat compat model listener as already declared
Evan You [Wed, 21 Apr 2021 23:05:20 +0000 (19:05 -0400)]
perf: only trigger $attrs update when it has actually changed