Evan You
|
5e52f4e4d7
|
fix(compiler-dom): should ignore and warn side effect tags like script and style
This keeps behavior consistency with v2.
|
2020-07-08 12:32:07 -04:00 |
|
Evan You
|
903e8f697e
|
fix(runtime-core): should allow v-model listeners to fallthrough, but ignore for warning
fix #1543
|
2020-07-08 11:56:47 -04:00 |
|
Carlos Rodrigues
|
1e90605c15
|
types(runtime-core): provide valid type for default $emit (#1498)
|
2020-07-08 11:51:03 -04:00 |
|
dependabot-preview[bot]
|
f0394e2a61
|
build(deps-dev): bump rollup from 2.20.0 to 2.21.0 (#1545)
Bumps [rollup](https://github.com/rollup/rollup) from 2.20.0 to 2.21.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.20.0...v2.21.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-07-08 11:49:32 -04:00 |
|
meteorlxy
|
220db9bcda
|
feat(types): expose WritableComputedRef (#1500)
|
2020-07-08 11:49:07 -04:00 |
|
Evan You
|
87c2a1e50f
|
fix(compiler-core/v-on): bail caching for member expression handlers on components
to preserve correct arity when it is passed down.
fix #1541
|
2020-07-08 11:48:12 -04:00 |
|
Evan You
|
00f6031fbf
|
test: assert vnode invalid key warning for NaN
|
2020-07-08 11:48:12 -04:00 |
|
Evan You
|
4b5ce8b456
|
refactor(compiler-core): remove unnecessary arg in cached handler codegen
|
2020-07-08 11:48:12 -04:00 |
|
Felix Rilling
|
829b35e426
|
chore: typo fixes (#1546)
* chore: fix typos in comments/JSDoc.
* chore: fix typo in internal function name.
* chore: fix typos in test comments/descriptions/variable names.
|
2020-07-08 12:32:42 +02:00 |
|
dependabot-preview[bot]
|
9b04ea3324
|
build(deps-dev): bump execa from 4.0.2 to 4.0.3 (#1544)
|
2020-07-08 08:18:05 +00:00 |
|
Evan You
|
fe9e227ae4
|
types: adjust resolveDynamicComponent return type
|
2020-07-07 12:43:05 -04:00 |
|
Evan You
|
d5ab70ba66
|
release: v3.0.0-beta.19
|
2020-07-07 10:04:31 -04:00 |
|
dependabot-preview[bot]
|
b1a254c57f
|
build(deps-dev): bump rollup from 2.19.0 to 2.20.0 (#1537)
|
2020-07-07 10:42:23 +00:00 |
|
dependabot-preview[bot]
|
82a640f0b0
|
build(deps-dev): bump @types/jest from 26.0.3 to 26.0.4 (#1536)
|
2020-07-07 10:41:50 +00:00 |
|
dependabot-preview[bot]
|
e3bcffc2ef
|
build(deps-dev): bump @typescript-eslint/parser from 3.5.0 to 3.6.0 (#1535)
|
2020-07-07 10:39:57 +00:00 |
|
wonderful-panda
|
a5b4332c69
|
fix(types/tsx): add JSX.IntrinsicAttributes definition (#1517)
fix #1516
|
2020-07-06 21:59:26 -04:00 |
|
Evan You
|
58b07069ad
|
fix(watch): stop instance-bound watchers in post render queue
so that changes triggered in beforeUnmount get correct value in callback
fix #1525
|
2020-07-06 21:50:56 -04:00 |
|
Evan You
|
41db49dfb7
|
fix(ssr): support dynamic components that resolve to element or vnode
fix #1508
|
2020-07-06 21:23:35 -04:00 |
|
Evan You
|
d7184c99e6
|
refactor(types): add VNode to VNodeTypes
|
2020-07-06 21:12:15 -04:00 |
|
Evan You
|
9ee85a3783
|
chore: fix unintended import
|
2020-07-06 20:41:38 -04:00 |
|
underfin
|
425335c28b
|
fix(v-model): consistent nullish value handling with 2.x (#1530)
fix #1528
|
2020-07-06 19:02:33 -04:00 |
|
Evan You
|
441c23602f
|
fix(runtime-dom): should set <input list="..."> as attribute
fix #1526
|
2020-07-06 19:01:33 -04:00 |
|
Evan You
|
31e37b417b
|
chore: warn NaN vnode key
|
2020-07-06 18:56:21 -04:00 |
|
Evan You
|
d86b01ba3a
|
fix(keep-alive): fix keep-alive with scopeId/fallthrough attrs
fix #1511
|
2020-07-06 18:17:40 -04:00 |
|
Evan You
|
6dd59ee301
|
fix(v-model): should ignore compiled v-model listeners in attr fallthrough
fix #1510
|
2020-07-06 17:00:34 -04:00 |
|
djy0
|
77538ec6d9
|
fix(runtime-dom/style): fix patchStyle on falsy next value (#1504)
fix #1506
|
2020-07-06 16:45:15 -04:00 |
|
Evan You
|
36b6b4f022
|
fix(runtime-core/template-ref): template ref used in the same template should trigger update
fix #1505
|
2020-07-06 16:40:00 -04:00 |
|
Jack Robertson
|
64e2f46436
|
fix(compiler-core): add \r to accepted chars after end tag name (#1515)
fix #1476
|
2020-07-06 16:00:26 -04:00 |
|
Pick
|
4f6460a71f
|
chore(reactivity): remove unused comment (#1485) [ci skip]
|
2020-07-06 15:57:54 -04:00 |
|
dependabot-preview[bot]
|
286c5b1dc9
|
build(deps): bump csstype from 2.6.10 to 2.6.11 (#1487)
Bumps [csstype](https://github.com/frenic/csstype) from 2.6.10 to 2.6.11.
- [Release notes](https://github.com/frenic/csstype/releases)
- [Commits](https://github.com/frenic/csstype/compare/v2.6.10...v2.6.11)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-07-06 15:57:11 -04:00 |
|
dependabot-preview[bot]
|
c342cc10ba
|
build(deps-dev): bump rollup from 2.18.2 to 2.19.0 (#1522)
Bumps [rollup](https://github.com/rollup/rollup) from 2.18.2 to 2.19.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.18.2...v2.19.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-07-06 15:56:58 -04:00 |
|
dependabot-preview[bot]
|
ecf7420095
|
build(deps-dev): bump @microsoft/api-extractor from 7.9.0 to 7.9.1 (#1524)
|
2020-07-06 09:00:46 +00:00 |
|
dependabot-preview[bot]
|
ffcb717500
|
build(deps-dev): bump eslint from 7.3.1 to 7.4.0 (#1523)
|
2020-07-06 08:58:46 +00:00 |
|
Anton Petrov
|
7b307f3116
|
chore: fix link in readme (#1501)
|
2020-07-04 10:11:54 +02:00 |
|
Evan You
|
61be60fd4b
|
chore: update jsx status [ci skip]
|
2020-07-03 09:30:45 -04:00 |
|
dependabot-preview[bot]
|
8d6bb4f7f6
|
build(deps-dev): bump @microsoft/api-extractor from 7.8.15 to 7.9.0 (#1497)
|
2020-07-03 08:57:29 +00:00 |
|
dependabot-preview[bot]
|
6de8bb6adc
|
build(deps-dev): bump enquirer from 2.3.5 to 2.3.6 (#1496)
|
2020-07-03 08:53:29 +00:00 |
|
dependabot-preview[bot]
|
d869cf1bd1
|
build(deps-dev): bump @ls-lint/ls-lint from 1.8.1 to 1.9.0 (#1495)
|
2020-07-03 08:49:09 +00:00 |
|
dependabot-preview[bot]
|
c1979f0e81
|
build(deps-dev): bump typescript from 3.9.3 to 3.9.6 (#1488)
|
2020-07-02 08:23:44 +00:00 |
|
dependabot-preview[bot]
|
a49c5687b9
|
build(deps-dev): bump rollup from 2.18.1 to 2.18.2 (#1486)
|
2020-07-02 08:20:29 +00:00 |
|
Evan You
|
7f83856f34
|
release: v3.0.0-beta.18
|
2020-07-01 21:06:25 -04:00 |
|
Evan You
|
009255ab34
|
chore: remove unnecessary flag in release script
|
2020-07-01 20:59:11 -04:00 |
|
Evan You
|
f3e9c1b59d
|
fix(runtime-core): avoid accidental access of Object.prototype properties
|
2020-07-01 20:13:02 -04:00 |
|
dependabot-preview[bot]
|
b0fb1e06b4
|
build(deps): bump postcss-modules from 3.1.0 to 3.2.0 (#1480)
Bumps [postcss-modules](https://github.com/css-modules/postcss-modules) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/css-modules/postcss-modules/releases)
- [Changelog](https://github.com/css-modules/postcss-modules/blob/master/CHANGELOG.md)
- [Commits](https://github.com/css-modules/postcss-modules/compare/v3.1.0...v3.2.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
|
2020-07-01 20:04:55 -04:00 |
|
dependabot-preview[bot]
|
e8054a052d
|
build(deps): bump @babel/parser from 7.10.3 to 7.10.4 (#1479)
Bumps [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) from 7.10.3 to 7.10.4.
- [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.10.4/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>
|
2020-07-01 20:04:45 -04:00 |
|
dependabot-preview[bot]
|
dffb1cca80
|
build(deps): bump @babel/types from 7.10.3 to 7.10.4 (#1478)
Bumps [@babel/types](https://github.com/babel/babel/tree/HEAD/packages/babel-types) from 7.10.3 to 7.10.4.
- [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.10.4/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>
|
2020-07-01 20:04:33 -04:00 |
|
Evan You
|
4e8e689572
|
fix: ensure vnode hooks are called consistently regardless of keep-alive
|
2020-07-01 19:50:13 -04:00 |
|
Evan You
|
c9629f2692
|
feat(runtime-core): support creating vnode from existing vnode
This allows passing vnode around with curried props and use it in
places where VNodeType is expected, e.g. `<component :is=""/>`
|
2020-07-01 19:48:01 -04:00 |
|
Evan You
|
359b4a30ca
|
test: run tests with --runInBand by default
This ensures transition tests do not randomly fail due to CPU load
|
2020-07-01 16:18:39 -04:00 |
|
Evan You
|
2bdb5c1464
|
fix(runtime-core): pass unmount into inital mount patch prop
|
2020-07-01 16:01:46 -04:00 |
|