dependabot-preview[bot]
|
58c46d77ea
|
build(deps-dev): bump rollup from 2.39.1 to 2.40.0 (#3329)
|
2021-03-01 08:23:41 +00:00 |
|
dependabot-preview[bot]
|
81f29672db
|
build(deps-dev): bump eslint from 7.20.0 to 7.21.0 (#3330)
|
2021-03-01 08:23:34 +00:00 |
|
Evan You
|
1dedc19e1f
|
fix(compiler-sfc): handle more edge cases in default rewrite
|
2021-02-26 11:05:20 -05:00 |
|
lidlanca
|
012dc5a303
|
fix(compiler-ssr) ensure that ssrHelpers are unique after merge from parent context (#3269)
fix #3268
|
2021-02-25 18:25:39 -05:00 |
|
zhufengzhufeng
|
9cd988342c
|
perf(reactivity): only call Set.add if doesn't already have value (#3307)
|
2021-02-25 14:57:35 -05:00 |
|
HcySunYang
|
5ad4036e29
|
fix(v-show): v-show takes higher priority than style attribute (#3230)
fix #2757
|
2021-02-25 10:26:54 -05:00 |
|
HcySunYang
|
45fae9d308
|
fix(scheduler): ensure updates are always inserted in ascending id order (#3184)
fix #2768, fix #2829
|
2021-02-25 09:37:25 -05:00 |
|
Evan You
|
75964aba03
|
test: test case for #3300, #3301
|
2021-02-25 09:07:49 -05:00 |
|
HcySunYang
|
e3568bae27
|
fix(runtime-core): properties in methods should be writable and enumerable in DEV (#3301)
fix #3300
|
2021-02-25 09:04:28 -05:00 |
|
HcySunYang
|
4a965802e8
|
types: support object as props type (#3165)
|
2021-02-24 16:20:41 -05:00 |
|
HcySunYang
|
354966204e
|
dx(runtime-dom): warn config.isCustomElement usage in runtime-only build (#2945)
|
2021-02-24 16:18:55 -05:00 |
|
Evan You
|
d0ea74556f
|
fix: init devtools after feature flag checks
|
2021-02-24 15:59:38 -05:00 |
|
Evan You
|
d9f91e26f9
|
release: v3.0.6
|
2021-02-24 15:19:31 -05:00 |
|
Evan You
|
180310cbe9
|
refactor(runtime-dom): avoid form attribtue tag check
the tag check while technically stricter, is not really necessary
and introduces too much weight
|
2021-02-24 15:06:51 -05:00 |
|
Evan You
|
414c265dd9
|
chore: suppress rollup plugin replace warning
|
2021-02-24 15:05:36 -05:00 |
|
Thorsten Lünborg
|
c5d147c57f
|
fix(runtime-dom): ensure readonly type prop on textarea is handled patched as attribute (#2888)
close #2766
Co-authored-by: Thorsten Luenborg <t.luneborg@googlemail.com>
|
2021-02-24 14:51:19 -05:00 |
|
dependabot-preview[bot]
|
4117def226
|
build(deps-dev): bump ts-jest from 26.5.1 to 26.5.2 (#3292)
|
2021-02-24 06:14:54 +00:00 |
|
Evan You
|
fcb6c8920c
|
fix(compiler-dom): fix cdn entries
ref #3181 #3185
|
2021-02-23 10:00:48 -05:00 |
|
dependabot-preview[bot]
|
bb29bfe44e
|
build(deps-dev): bump rollup from 2.39.0 to 2.39.1 (#3286)
|
2021-02-23 06:16:14 +00:00 |
|
dependabot-preview[bot]
|
d0998e4a9b
|
build(deps-dev): bump @typescript-eslint/parser from 4.15.1 to 4.15.2 (#3285)
|
2021-02-23 06:14:13 +00:00 |
|
dependabot-preview[bot]
|
a2d249ee35
|
build(deps-dev): bump @rollup/plugin-replace from 2.4.0 to 2.4.1 (#3283)
|
2021-02-23 06:11:40 +00:00 |
|
dependabot-preview[bot]
|
f81484dbc0
|
build(deps-dev): bump @rollup/plugin-replace from 2.3.4 to 2.4.0 (#3279)
|
2021-02-22 06:21:18 +00:00 |
|
dependabot-preview[bot]
|
7a068d1040
|
build(deps-dev): bump @types/node from 14.14.30 to 14.14.31 (#3278)
|
2021-02-22 06:19:38 +00:00 |
|
dependabot-preview[bot]
|
ab3deaf1b3
|
build(deps-dev): bump lodash from 4.17.20 to 4.17.21 (#3277)
|
2021-02-22 06:18:29 +00:00 |
|
dependabot-preview[bot]
|
cccb8285eb
|
build(deps-dev): bump @types/node from 14.14.28 to 14.14.30 (#3263)
|
2021-02-19 06:26:54 +00:00 |
|
dependabot-preview[bot]
|
d01e2dcf3d
|
build(deps-dev): bump sass from 1.32.7 to 1.32.8 (#3262)
|
2021-02-19 06:26:06 +00:00 |
|
dependabot-preview[bot]
|
f48345a2d6
|
build(deps-dev): bump @types/node from 14.14.26 to 14.14.28 (#3240)
|
2021-02-16 06:17:57 +00:00 |
|
dependabot-preview[bot]
|
de7b86e40b
|
build(deps-dev): bump @typescript-eslint/parser from 4.14.1 to 4.15.1 (#3239)
|
2021-02-16 06:17:43 +00:00 |
|
Evan You
|
5a7a1b8293
|
fix(hmr): deep clone reused hoisted trees during dev
fix vitejs/vite#2022
|
2021-02-15 15:09:27 -05:00 |
|
Evan You
|
c69f4ea857
|
fix(compiler-ssr): avoid duplicated asset imports merged from component slot client branch
fix vitejs/vite#2034
|
2021-02-15 12:12:50 -05:00 |
|
dependabot-preview[bot]
|
a238da1082
|
build(deps-dev): bump rollup from 2.38.4 to 2.39.0 (#3234)
|
2021-02-15 06:48:21 +00:00 |
|
dependabot-preview[bot]
|
6c5f873c4f
|
build(deps-dev): bump @rollup/plugin-node-resolve from 11.1.1 to 11.2.0 (#3232)
|
2021-02-15 06:40:14 +00:00 |
|
dependabot-preview[bot]
|
ef403a21f8
|
build(deps-dev): bump eslint from 7.19.0 to 7.20.0 (#3233)
|
2021-02-15 06:38:32 +00:00 |
|
Matias Capeletto
|
6d762a84ca
|
fix(compiler-sfc): removeSpecifier issue when removing initial imports (script-setup) (#2729)
|
2021-02-13 10:06:34 +01:00 |
|
dependabot-preview[bot]
|
22b382a714
|
build(deps-dev): bump @types/node from 14.14.25 to 14.14.26 (#3226)
|
2021-02-12 06:28:38 +00:00 |
|
dependabot-preview[bot]
|
7d20924765
|
build(deps-dev): bump typescript from 4.1.4 to 4.1.5 (#3223)
|
2021-02-11 06:18:42 +00:00 |
|
dependabot-preview[bot]
|
458c93132b
|
build(deps-dev): bump sass from 1.32.6 to 1.32.7 (#3222)
|
2021-02-11 06:16:31 +00:00 |
|
Evan You
|
03360cefa1
|
fix(compiler-sfc): treat const reactive() bindings as mutable
|
2021-02-10 11:39:07 -05:00 |
|
dependabot-preview[bot]
|
cf67306032
|
build(deps-dev): bump ts-jest from 26.5.0 to 26.5.1 (#3213)
|
2021-02-10 06:12:57 +00:00 |
|
dependabot-preview[bot]
|
2bc40c68be
|
build(deps-dev): bump typescript from 4.1.3 to 4.1.4 (#3212)
|
2021-02-10 06:12:09 +00:00 |
|
Evan You
|
734c65badd
|
fix(compiler-core): do not mark v-for as stable on const bindings
since the source value may be a reactive array
fix vitejs/vite#1956
|
2021-02-09 11:57:09 -05:00 |
|
edison
|
ec8fd10cec
|
fix(runtime-core): instanceWatch should pass this.proxy to source as the first argument (#2753)
|
2021-02-09 08:00:32 +01:00 |
|
JokcyLou
|
bd1240c127
|
feat: remove useless option in KeepAlive (#3170)
|
2021-02-09 07:58:53 +01:00 |
|
shadowings-zy
|
b302cbbbd3
|
fix: kebab-case events are attached correctly on web components, see #2841 (#2847)
|
2021-02-09 07:58:36 +01:00 |
|
xiejiahe
|
1cc8712235
|
chore: comment initial space (#3192) [skip ci]
fix(typo): Comment add spaces.
|
2021-02-08 12:32:12 +01:00 |
|
dependabot-preview[bot]
|
dfd31c3636
|
build(deps-dev): bump lint-staged from 10.5.3 to 10.5.4 (#3193)
|
2021-02-08 06:55:31 +00:00 |
|
Thorsten Lünborg
|
96b6433524
|
fix(compiler-dom): ensure global build filename matches the one defined in package.json (close #3181) (#3185)
Co-authored-by: Thorsten Luenborg <t.luneborg@googlemail.com>
|
2021-02-07 14:40:14 +01:00 |
|
HcySunYang
|
f43a3b0beb
|
fix(runtime-core): align $parent/$root with the template ref when using expose (#3158)
|
2021-02-07 14:39:52 +01:00 |
|
edison
|
3efa2aff13
|
chore(runtime-core): remove unnecessary variables (#2680)
|
2021-02-05 20:06:50 +01:00 |
|
Alan Wang
|
1f567264a7
|
test: fix typo in expect message (#2678)
|
2021-02-05 20:06:21 +01:00 |
|