dependabot-preview[bot]
|
06569a133c
|
build(deps-dev): bump rollup from 2.17.0 to 2.17.1
Bumps [rollup](https://github.com/rollup/rollup) from 2.17.0 to 2.17.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.17.0...v2.17.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-06-19 08:34:46 +00:00 |
|
dependabot-preview[bot]
|
ba2a4e1081
|
build(deps-dev): bump lint-staged from 10.2.10 to 10.2.11
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 10.2.10 to 10.2.11.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v10.2.10...v10.2.11)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-06-19 01:32:41 +00:00 |
|
dependabot-preview[bot]
|
2d02a679dd
|
build(deps-dev): bump rollup from 2.16.1 to 2.17.0
Bumps [rollup](https://github.com/rollup/rollup) from 2.16.1 to 2.17.0.
- [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.16.1...v2.17.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-06-18 08:14:07 +00:00 |
|
HcySunYang
|
8a2cf21b71
|
perf(compiler-core): treat v-for with constant exp as a stable fragment (#1394)
|
2020-06-17 16:13:14 -04:00 |
|
Pick
|
8899a90fc4
|
refactor(types): simplified UnwrapRef (#1390)
|
2020-06-17 16:06:55 -04:00 |
|
57code
|
04751ff634
|
test(vue): test mount with a selector (#1391)
|
2020-06-17 16:01:35 -04:00 |
|
Joseph Xia
|
d57749cbf7
|
test(compiler-core): add v-if with comments test case (#1389)
|
2020-06-17 16:01:12 -04:00 |
|
hanmingyang
|
bf5aba8f19
|
test(compiler-sfc):test isRelativeUrl (#1377)
|
2020-06-17 15:57:26 -04:00 |
|
Evan You
|
e68209bfdb
|
test: bump jest
|
2020-06-16 12:11:51 -04:00 |
|
Evan You
|
edcbf99480
|
build(deps): bump build deps
|
2020-06-16 12:09:20 -04:00 |
|
Evan You
|
c80d93f15c
|
workflow: eslint ignore unused args that start with _
|
2020-06-16 12:00:18 -04:00 |
|
Evan You
|
2961e149c9
|
fix(types): ensure correct public props interface for defineComponent instance type
fix #1385
|
2020-06-16 12:00:18 -04:00 |
|
dependabot-preview[bot]
|
8904dec00b
|
build(deps-dev): bump @typescript-eslint/parser from 3.2.0 to 3.3.0
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 3.2.0 to 3.3.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/v3.3.0/packages/parser)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-06-16 12:19:57 +00:00 |
|
dependabot-preview[bot]
|
fb836f426b
|
build(deps-dev): bump @microsoft/api-extractor from 7.8.11 to 7.8.12
Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.8.11 to 7.8.12.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.8.11...@microsoft/api-extractor_v7.8.12)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-06-16 12:17:55 +00:00 |
|
underfin
|
6c8bfa1018
|
fix(runtime-core): fix parent el update on nested HOC self-update (#1360)
fix #1357
|
2020-06-15 16:46:29 -04:00 |
|
Evan You
|
be69beed5e
|
fix(runtime-core): cloneVNode should preserve correct ctx instance when normalizing ref
fix #1311
|
2020-06-15 15:57:37 -04:00 |
|
Evan You
|
605953a154
|
refactor: only inject rest args for member expression handlers + fix tests
|
2020-06-15 15:24:46 -04:00 |
|
Cathrine Vaage
|
7e28173312
|
fix(compiler-core/v-on): pass noninitial arguments in cached event handlers (#1265)
|
2020-06-15 15:04:03 -04:00 |
|
underfin
|
35dbef268c
|
fix(compiler-core): should not prefix object method (#1375)
|
2020-06-15 11:20:00 -04:00 |
|
Cédric Exbrayat
|
68e2d6c68a
|
fix(types): export ComponentOptionsMixin (#1361)
The newly introduced `ComponentOptionsMixin` was not re-exported.
|
2020-06-15 11:13:00 -04:00 |
|
Cathrine Vaage
|
250eb4a5bc
|
fix(runtime-core): properly capitalize v-on object keys (#1358)
|
2020-06-15 11:12:08 -04:00 |
|
Evan You
|
e52b7cd7e7
|
fix(compiler-core): ignore comment nodes in transition children
fix #1352
|
2020-06-15 11:08:55 -04:00 |
|
Evan You
|
afb231ec5c
|
fix(compiler-core): skip empty expressions when validating expressions in browser mode
|
2020-06-15 10:59:03 -04:00 |
|
Evan You
|
5715bccb0c
|
chore: fix changelog [ci skip]
|
2020-06-15 10:51:56 -04:00 |
|
Carlos Rodrigues
|
6e9789cef1
|
test(runtime-core): test multi-root ref assignment (#1374)
|
2020-06-15 09:31:14 -04:00 |
|
蜗牛老湿
|
79686e90e2
|
test: 100% vue packages coverage (#1371)
|
2020-06-15 09:29:58 -04:00 |
|
dependabot-preview[bot]
|
ee60a0967f
|
build(deps-dev): bump rollup from 2.15.0 to 2.16.1
Bumps [rollup](https://github.com/rollup/rollup) from 2.15.0 to 2.16.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.15.0...v2.16.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-06-15 09:07:11 +00:00 |
|
Evan You
|
cf2f278f48
|
release: v3.0.0-beta.15
|
2020-06-12 18:09:05 -04:00 |
|
Evan You
|
8d33be6ae4
|
workflow: update release script for dts tests
|
2020-06-12 18:03:51 -04:00 |
|
Evan You
|
51510adacb
|
test: fix hmr test
|
2020-06-12 17:17:01 -04:00 |
|
Evan You
|
6abac87b3d
|
fix(runtime-core): track access to $attrs
fix #1346
|
2020-06-12 16:59:15 -04:00 |
|
Evan You
|
91fa52850a
|
chore: lint for unused arguments
|
2020-06-12 16:31:31 -04:00 |
|
Evan You
|
825ec1500f
|
fix(compiler-core): support static slot names containing dots for 2.x compat
close #1241
|
2020-06-12 16:09:27 -04:00 |
|
Evan You
|
0d26413433
|
fix(compiler-core): fix parsing for directive with dynamic argument containing dots
|
2020-06-12 15:59:13 -04:00 |
|
Evan You
|
f39ad0b539
|
workflow: disable lint restrictions in tests
|
2020-06-12 15:59:05 -04:00 |
|
Evan You
|
e76ed4c269
|
refactor(hmr): simplify hmr force update check
|
2020-06-12 14:53:48 -04:00 |
|
Carlos Rodrigues
|
8f2a7489b7
|
fix(hmr): force full update on nested child components (#1312)
|
2020-06-12 14:31:56 -04:00 |
|
Evan You
|
4492b88938
|
fix: always treat spellcheck and draggable as attributes
fix #1350
|
2020-06-12 12:40:54 -04:00 |
|
Evan You
|
8084156f4d
|
fix(runtime-core): mount children before setting element props
fix #1318, close #1320
|
2020-06-12 12:14:39 -04:00 |
|
underfin
|
aac9b03c11
|
fix(runtime-core): should pass instance to patchProp on mount for event error handling (#1337)
fix #1336
|
2020-06-12 11:59:55 -04:00 |
|
Aneryu
|
90c3532946
|
fix(runtime-dom): compatibility for cases where event.timeStamp is 0 (#1328)
close #1325
|
2020-06-12 11:00:37 -04:00 |
|
Albert Liu
|
47c4ffbdbe
|
refactor(types): improve typing (#1317)
|
2020-06-12 10:46:44 -04:00 |
|
Cédric Exbrayat
|
cab769f174
|
fix(types): add RawSlots in h signature (#1293)
|
2020-06-12 10:38:56 -04:00 |
|
Cr
|
b015892de6
|
workflow: cross platform vscode jest debugging (#414)
remove no longer needed proxy script
|
2020-06-12 10:34:31 -04:00 |
|
CodinCat
|
c7cd386194
|
test(e2e): enhance and fix test of svg example (#560)
|
2020-06-12 10:32:27 -04:00 |
|
underfin
|
c463a71bb3
|
fix(ssr): fix unintended error on Teleport hydration mismatch (#1271)
fix #1235
|
2020-06-12 10:01:56 -04:00 |
|
Evan You
|
d863ce721f
|
refactor: improve base getter readability
|
2020-06-12 09:25:40 -04:00 |
|
Yang Mingshan
|
80e1693e1f
|
fix(reactivity): replaced ref in reactive object should be tracked (#1058)
|
2020-06-12 09:20:43 -04:00 |
|
tangjinzhou
|
d437a0145d
|
fix(runtime-core): default value for function type prop (#1349)
fix #1348
|
2020-06-12 09:06:28 -04:00 |
|
Carlos Rodrigues
|
4c4f39b6ea
|
types(props): fix typo on prototype (#1334)
|
2020-06-11 17:34:21 -04:00 |
|