Commit Graph

1416 Commits

Author SHA1 Message Date
Cédric Exbrayat
2f6ec45d10 test: reformat defineComponent dts test (#631) 2020-01-16 17:46:25 -05:00
Evan You
751d838fb9 fix(runtime-core): should not warn unused attrs when accessed via setup context
close #625
2020-01-16 17:45:08 -05:00
Evan You
c35fea3d60 fix(runtime-core): condition for parent node check should be any different nodes
fix #622
2020-01-16 16:21:37 -05:00
likui
04ac6c467a feat(runtime-core): support app.unmount(container) (#601)
close #593
2020-01-16 12:23:47 -05:00
dependabot-preview[bot]
8ec69cbc3f build(deps-dev): bump @types/jest from 24.0.25 to 24.9.0
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 24.0.25 to 24.9.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-16 08:07:17 +00:00
Sören Schwert
1081ef8089 chore: fix error reporting URL to point to vue-next (#624) [ci skip] 2020-01-15 21:50:06 -05:00
dependabot-preview[bot]
e683cc6ed4 build(deps-dev): bump enquirer from 2.3.2 to 2.3.4
Bumps [enquirer](https://github.com/enquirer/enquirer) from 2.3.2 to 2.3.4.
- [Release notes](https://github.com/enquirer/enquirer/releases)
- [Changelog](https://github.com/enquirer/enquirer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/enquirer/enquirer/compare/2.3.2...2.3.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-14 07:58:32 +00:00
dependabot-preview[bot]
2a757f3344 build(deps-dev): bump @microsoft/api-extractor from 7.7.2 to 7.7.3
Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.7.2 to 7.7.3.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.7.2...@microsoft/api-extractor_v7.7.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-14 07:57:56 +00:00
Evan You
1d5a9eb7c1 chore: fix publish log [ci skip] 2020-01-13 17:53:54 -05:00
Evan You
5e35d6fb79 chore: fix release script temporary tag [ci skip] 2020-01-13 17:53:17 -05:00
Evan You
9f65d811af release: v3.0.0-alpha.2 2020-01-13 17:44:30 -05:00
Evan You
2e9726e6a2 fix(runtime-core/renderer): fix v-if toggle inside blocks
Should check both branches for parent container access.
Fix #604. Close #607.
2020-01-13 17:31:22 -05:00
Cédric Exbrayat
74baea108a fix(types): components options should accept components defined with defineComponent (#602) 2020-01-13 17:12:45 -05:00
likui
63a6563106 fix(reactivity): should delete observe value (#598)
fix #597
2020-01-13 17:11:49 -05:00
dependabot-preview[bot]
30aae0b4df build(deps): bump postcss from 7.0.25 to 7.0.26 (#570)
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.25 to 7.0.26.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/master/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/7.0.25...7.0.26)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-13 10:49:57 -05:00
Rustin
4154cacc76 chore(scripts): fix typo (#612) 2020-01-13 13:09:30 +01:00
dependabot-preview[bot]
f84ed5baa0 build(deps-dev): bump rollup-plugin-terser from 5.1.3 to 5.2.0
Bumps [rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser) from 5.1.3 to 5.2.0.
- [Release notes](https://github.com/TrySound/rollup-plugin-terser/releases)
- [Commits](https://github.com/TrySound/rollup-plugin-terser/compare/v5.1.3...v5.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-13 08:52:34 +00:00
Yang Mingshan
f465199946 types: fix setup this type (#605) 2020-01-10 11:46:34 -05:00
dependabot-preview[bot]
b9479e2543 build(deps-dev): bump rollup from 1.28.0 to 1.29.0
Bumps [rollup](https://github.com/rollup/rollup) from 1.28.0 to 1.29.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/v1.28.0...v1.29.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-09 07:40:36 +00:00
dependabot-preview[bot]
eefc5e91ee build(deps-dev): bump @microsoft/api-extractor from 7.7.1 to 7.7.2
Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.7.1 to 7.7.2.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-extractor_v7.7.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-09 07:37:30 +00:00
Kael
8f616a89c5 fix(runtime-core): allow classes to be passed as plugins (#588) 2020-01-08 12:40:24 -05:00
Yang Mingshan
453e6889da fix(watch): remove recorded effect on manual stop (#590) 2020-01-08 12:06:16 -05:00
dependabot-preview[bot]
507b9ed3b3 build(deps-dev): bump @microsoft/api-extractor from 7.7.0 to 7.7.1
Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.7.0 to 7.7.1.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-08 07:26:47 +00:00
Jason Yu
c9bb346941 chore: update README.md (#592) [ci skip] 2020-01-07 13:19:54 -05:00
dependabot-preview[bot]
6e39bcd8e8 build(deps-dev): bump ts-jest from 24.2.0 to 24.3.0
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 24.2.0 to 24.3.0.
- [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/v24.2.0...v24.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-07 15:20:04 +00:00
Turtuvshin Byambaa
7c90aa5539 chore: fix typo in contributing guide (#589) 2020-01-07 11:33:22 +01:00
Yu Zong
54bb820f73 types: update jsx support (#587) 2020-01-06 16:19:18 -05:00
Carlos Rodrigues
985f4c91d9 types: improve isRef typing (#578) 2020-01-06 16:15:49 -05:00
Evan You
2ac4b723e0 fix(compiler/v-slot): handle implicit default slot mixed with named slots 2020-01-06 15:31:21 -05:00
Evan You
bb6a346996 fix(runtime-core): should preserve props casing when component has no declared props
close #583
2020-01-06 15:05:57 -05:00
Evan You
8aca71b354 build: adjust release tag for alpha/beta phase 2020-01-06 12:09:37 -05:00
Evan You
84dc5a6862 fix(runtime-core/vnode): should not render boolean values in vnode children (close #574) 2020-01-06 11:57:19 -05:00
Evan You
137893a4fd fix(compiler/v-on): handle multiple statements in v-on handler (close #572) 2020-01-06 11:45:48 -05:00
dependabot-preview[bot]
46a793717a build(deps-dev): bump rollup from 1.27.14 to 1.28.0
Bumps [rollup](https://github.com/rollup/rollup) from 1.27.14 to 1.28.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/v1.27.14...v1.28.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-06 07:51:29 +00:00
Evan You
7770d6d034 chore: update readme [ci skip] 2020-01-02 18:40:43 -05:00
Evan You
15cccad09f build(release): only log actually publisehd packages 2020-01-02 18:27:07 -05:00
Evan You
1bb1271b5e release: v3.0.0-alpha.1 2020-01-02 18:25:17 -05:00
Evan You
cee536360e types: fix compiler-dom rolled up dts 2020-01-02 18:21:56 -05:00
Evan You
5c4833e204 build: generate changelog during release 2020-01-02 18:12:54 -05:00
Evan You
9351264aff build: fix skipped package check 2020-01-02 18:08:42 -05:00
Evan You
b518f9d4e3 build: changelog generation 2020-01-02 18:07:42 -05:00
Evan You
7cab6ccceb chore: add issue template [ci skip] 2020-01-02 17:41:03 -05:00
Evan You
bfb0ad5a5e types: refactor watcher types naming 2019-12-30 11:30:12 -05:00
Elad Frizi
1cf1ad5e94 test(reactivity): extracted repetitive assertions (#554) 2019-12-30 11:29:43 -05:00
dependabot-preview[bot]
5ec05f09ca build(deps): [security] bump handlebars from 4.1.2 to 4.5.3 (#567)
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3. **This update includes a security fix.**
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.5.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-12-30 11:27:11 -05:00
susiwen8
dee5480317 chore: use Boolean to filter TemplateChildNode (#569) 2019-12-30 11:26:45 -05:00
likui
a7ef59c4c3 test(vnode): add test for dynamic children (#563) 2019-12-30 11:25:44 -05:00
djy0
ad2a0bde98 perf(compiler-core): simplify advancePositionWithMutation (#564) 2019-12-30 11:25:06 -05:00
Yingya Zhang
9996d7acbc chore: fix typo api.json (#565) [ci skip] 2019-12-30 11:23:25 -05:00
Yang Mingshan
3980ad65de types: exports watch api types (#562) 2019-12-30 11:19:57 -05:00