Commit Graph

3015 Commits

Author SHA1 Message Date
Evan You
5a5d037dbb release: v3.0.5 2020-12-30 15:50:28 -05:00
Evan You
addea2cbd5 ci: remove ls-lint usage 2020-12-30 15:44:31 -05:00
Evan You
8ad1aab068 test(ssr): refactor ssr render tests
Merge renderToString and renderToStream to run the same tests
2020-12-30 15:40:55 -05:00
Evan You
88f6b33d05 fix(ssr): properly handle ssr empty slot and fallback 2020-12-30 15:40:28 -05:00
Evan You
02493a41a0 chore: remove ls-lint (incompatible with M1) 2020-12-30 12:18:52 -05:00
dependabot-preview[bot]
670ec4dffb
build(deps-dev): bump sass from 1.30.0 to 1.32.0 (#2915) 2020-12-30 07:19:44 +00:00
dependabot-preview[bot]
e5a5a2cb8d
build(deps-dev): bump @typescript-eslint/parser from 4.11.0 to 4.11.1 (#2901) 2020-12-29 06:36:28 +00:00
Eduardo San Martin Morote
ce0eca8ab1
ci: fix size check script (#2895) 2020-12-28 10:50:20 +01:00
dependabot-preview[bot]
0a6105f8ce
build(deps-dev): bump @types/node from 14.14.14 to 14.14.16 (#2875) 2020-12-24 06:19:36 +00:00
dependabot-preview[bot]
f67d280065
build(deps-dev): bump @typescript-eslint/parser from 4.10.0 to 4.11.0 (#2861) 2020-12-22 06:35:24 +00:00
dependabot-preview[bot]
92d7ad1829
build(deps-dev): bump eslint from 7.15.0 to 7.16.0 (#2856) 2020-12-21 06:48:17 +00:00
Guillaume Chau
3626ff07fe feat(devtools): send instance 2020-12-18 18:24:01 +01:00
dependabot-preview[bot]
b81d279e40
build(deps-dev): bump @types/node from 14.14.13 to 14.14.14 (#2832) 2020-12-16 06:46:39 +00:00
dependabot-preview[bot]
f3cebe058f
build(deps-dev): bump rollup from 2.35.0 to 2.35.1 (#2825) 2020-12-15 06:25:16 +00:00
dependabot-preview[bot]
d9187cd129
build(deps-dev): bump @typescript-eslint/parser from 4.9.1 to 4.10.0 (#2824) 2020-12-15 06:21:48 +00:00
dependabot-preview[bot]
b951bf3a9d
build(deps-dev): bump @rollup/plugin-node-resolve from 11.0.0 to 11.0.1 (#2823) 2020-12-15 06:19:49 +00:00
dependabot-preview[bot]
3ca7336ad5
build(deps-dev): bump @types/node from 14.14.12 to 14.14.13 (#2814) 2020-12-14 07:22:10 +00:00
dependabot-preview[bot]
170079b5d3
build(deps-dev): bump typescript from 4.1.2 to 4.1.3 (#2813) 2020-12-14 07:19:25 +00:00
dependabot-preview[bot]
ab0a605706
build(deps-dev): bump rollup from 2.34.2 to 2.35.0 (#2812) 2020-12-14 07:17:35 +00:00
dependabot-preview[bot]
07559e5dd7
build(deps-dev): bump @types/node from 14.14.11 to 14.14.12 (#2799) 2020-12-11 06:47:55 +00:00
dependabot-preview[bot]
1f0437ebc4
build(deps-dev): bump @microsoft/api-extractor from 7.12.0 to 7.12.1 (#2798) 2020-12-11 06:37:34 +00:00
dependabot-preview[bot]
e0d570c6c3
build(deps-dev): bump @types/jest from 26.0.18 to 26.0.19 (#2797) 2020-12-11 06:37:27 +00:00
dependabot-preview[bot]
18897c4a59
build(deps-dev): bump @types/jest from 26.0.17 to 26.0.18 (#2773) 2020-12-09 06:27:30 +00:00
dependabot-preview[bot]
fff36d5ed7
build(deps-dev): bump @types/node from 14.14.10 to 14.14.11 (#2772) 2020-12-09 06:25:40 +00:00
dependabot-preview[bot]
d87bc2b3b4
build(deps-dev): bump @typescript-eslint/parser from 4.9.0 to 4.9.1 (#2761) 2020-12-08 07:05:21 +00:00
dependabot-preview[bot]
82e0969d9d
build(deps-dev): bump @types/jest from 26.0.16 to 26.0.17 (#2760) 2020-12-08 07:02:21 +00:00
dependabot-preview[bot]
8936e53b10
build(deps-dev): bump rollup from 2.34.1 to 2.34.2 (#2746) 2020-12-07 06:40:47 +00:00
dependabot-preview[bot]
0f8e639869
build(deps-dev): bump eslint from 7.14.0 to 7.15.0 (#2747) 2020-12-07 06:40:30 +00:00
dependabot-preview[bot]
84c281f79a
build(deps-dev): bump sass from 1.29.0 to 1.30.0 (#2745) 2020-12-07 06:38:00 +00:00
dependabot-preview[bot]
28672c9591
build(deps-dev): bump lint-staged from 10.5.2 to 10.5.3 (#2744) 2020-12-07 06:37:34 +00:00
Cédric Exbrayat
dbe22ba356
dx(runtime-core): add selector in mount warning (#2563) 2020-12-04 18:25:13 -05:00
meteorlxy
5b9b37fc9b
fix(compiler-sfc): should keep template nodes with no content (#2468)
close #2463
2020-12-04 18:23:01 -05:00
Joel Denning
db786b1afe
fix(compiler-sfc): support transforming asset urls with full base url. (#2477) 2020-12-04 18:20:25 -05:00
Bas van Meurs
3867bb4c14
fix(runtime-core): component mount anchor memory leak (#2459)
fix #2458
2020-12-04 18:03:10 -05:00
edison
82bf7ebf36
refactor(runtime-core): extract common getComponentName function (#2454) 2020-12-04 17:03:03 -05:00
ᴜɴвʏтᴇ
b2189ba2f3
fix(runtime-dom): support mounting app on ShadowRoot (#2447)
fix #2399
2020-12-04 16:51:38 -05:00
Evan You
338d869c70 test(compiler-core): test expression transform w/ bindingMetadata 2020-12-04 16:46:00 -05:00
Zcating
d2d27b2e66
types(watch): better typing when watching multiple sources (#2425) 2020-12-04 16:32:26 -05:00
edison
47b3652ecd
chore(compiler-core): improve types (#2428) 2020-12-04 16:28:26 -05:00
Carlos Rodrigues
6684c6334d
types: mixin and extends typing on data and setup (#2404)
close #2350
2020-12-04 16:06:34 -05:00
dependabot-preview[bot]
0af8c8d972
build(deps-dev): bump rollup from 2.34.0 to 2.34.1 (#2723)
Bumps [rollup](https://github.com/rollup/rollup) from 2.34.0 to 2.34.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v2.34.0...v2.34.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-12-04 10:49:00 -05:00
Evan You
cbaa380506 fix(transition): ensure manual style manipulation in transition leave hooks work
ref #2720
2020-12-03 16:10:22 -05:00
Evan You
3016b811b8 build: parallelize multi package builds 2020-12-03 13:23:06 -05:00
童欧巴
df48fc225a
chore: fix file path in comments (#2709) [ci skip] 2020-12-03 12:27:03 -05:00
edison
c59897c7b0
fix(runtime-core): skip patchBlockChildren if n1.dynamicChildren is null (#2717)
fix #2715 

The bug was introduced by #2485 where a compiled slot may result in a bailed Fragment
which then gets its dynamicChildren set to `null` by the renderer.
2020-12-03 12:17:04 -05:00
Evan You
a8352506f6 refactor: cache constant check result on transform context
also fix edge case for missed createVNode import on static svg nodes
2020-12-03 11:10:40 -05:00
Evan You
ad4d3915d3 fix(compiler-core): fix missing createVNode import on nested v-for
fix #2718
2020-12-03 11:03:06 -05:00
luwuer
3f8f9b67b3
fix(transition): ensure styles from *-leave-active trigger transition (#2716)
fix #2712
2020-12-03 10:37:47 -05:00
Evan You
d067fb2dbb release: v3.0.4 2020-12-02 17:23:43 -05:00
Evan You
0ed5b38e46 build(deps-dev): bump rollup commonjs and node-resolve plugins 2020-12-02 17:13:39 -05:00