]> git.ipfire.org Git - thirdparty/vuejs/core.git/log
thirdparty/vuejs/core.git
5 years agoMerge remote-tracking branch 'github/master' into changing_unwrap_ref
pikax [Wed, 8 Apr 2020 20:21:04 +0000 (21:21 +0100)] 
Merge remote-tracking branch 'github/master' into changing_unwrap_ref

# Conflicts:
# packages/reactivity/src/ref.ts
# packages/runtime-core/__tests__/apiTemplateRef.spec.ts
# packages/runtime-core/src/apiWatch.ts

5 years agofix(slots): should update compiled dynamic slots
Evan You [Wed, 8 Apr 2020 16:23:44 +0000 (12:23 -0400)] 
fix(slots): should update compiled dynamic slots

5 years agobuild(deps): bump @babel/types from 7.9.0 to 7.9.5 (#940)
dependabot-preview[bot] [Wed, 8 Apr 2020 13:32:22 +0000 (09:32 -0400)] 
build(deps): bump @babel/types from 7.9.0 to 7.9.5 (#940)

Bumps [@babel/types](https://github.com/babel/babel) from 7.9.0 to 7.9.5.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.9.0...v7.9.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agofix(runtime-core): set fragment root children should also update dynamicChildren...
likui [Wed, 8 Apr 2020 13:32:09 +0000 (21:32 +0800)] 
fix(runtime-core): set fragment root children should also update dynamicChildren (#944)

fix #943

5 years agobuild(deps-dev): bump @microsoft/api-extractor from 7.7.12 to 7.7.13
dependabot-preview[bot] [Wed, 8 Apr 2020 08:14:13 +0000 (08:14 +0000)] 
build(deps-dev): bump @microsoft/api-extractor from 7.7.12 to 7.7.13

Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.7.12 to 7.7.13.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.7.12...@microsoft/api-extractor_v7.7.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump rollup from 2.3.3 to 2.3.4
dependabot-preview[bot] [Wed, 8 Apr 2020 08:13:28 +0000 (08:13 +0000)] 
build(deps-dev): bump rollup from 2.3.3 to 2.3.4

Bumps [rollup](https://github.com/rollup/rollup) from 2.3.3 to 2.3.4.
- [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.3.3...v2.3.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump enquirer from 2.3.4 to 2.3.5
dependabot-preview[bot] [Wed, 8 Apr 2020 08:12:51 +0000 (08:12 +0000)] 
build(deps-dev): bump enquirer from 2.3.4 to 2.3.5

Bumps [enquirer](https://github.com/enquirer/enquirer) from 2.3.4 to 2.3.5.
- [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.4...2.3.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agofix(compiler-core): elements with dynamic keys should be forced into blocks
Evan You [Tue, 7 Apr 2020 22:44:21 +0000 (18:44 -0400)] 
fix(compiler-core): elements with dynamic keys should be forced into blocks

fix #916

5 years agobuild: remove size check for runtime.global files
Evan You [Tue, 7 Apr 2020 21:26:08 +0000 (17:26 -0400)] 
build: remove size check for runtime.global files

5 years agofix(transition): should ship props declarations in production
Evan You [Tue, 7 Apr 2020 21:19:37 +0000 (17:19 -0400)] 
fix(transition): should ship props declarations in production

5 years agofix(transition): fix dynamic transition update on nested HOCs
Evan You [Tue, 7 Apr 2020 20:08:15 +0000 (16:08 -0400)] 
fix(transition): fix dynamic transition update on nested HOCs

5 years agofeat(asyncComponent): add `onError` option for defineAsyncComponent
Evan You [Tue, 7 Apr 2020 18:34:42 +0000 (14:34 -0400)] 
feat(asyncComponent): add `onError` option for defineAsyncComponent

BREAKING CHANGE: `retryWhen` and `maxRetries` options for
`defineAsyncComponent` has been replaced by the more flexible `onError`
option, per https://github.com/vuejs/rfcs/pull/148

5 years agotest: fix runtime-dom v-on test
Evan You [Tue, 7 Apr 2020 15:41:48 +0000 (11:41 -0400)] 
test: fix runtime-dom v-on test

5 years agofix(runtime-dom): support native onxxx handlers
Evan You [Tue, 7 Apr 2020 15:34:54 +0000 (11:34 -0400)] 
fix(runtime-dom): support native onxxx handlers

close #927

5 years agorefactor(runtime-core): refactor slots resolution
Evan You [Tue, 7 Apr 2020 01:06:48 +0000 (21:06 -0400)] 
refactor(runtime-core): refactor slots resolution

Get rid of need for setup proxy in production mode and improve console
inspection in dev mode

5 years agorefactor(runtime-core): make setup attrs proxy dev only
Evan You [Mon, 6 Apr 2020 21:57:27 +0000 (17:57 -0400)] 
refactor(runtime-core): make setup attrs proxy dev only

5 years agorefactor(runtime-core): refactor props resolution
Evan You [Mon, 6 Apr 2020 21:37:47 +0000 (17:37 -0400)] 
refactor(runtime-core): refactor props resolution

Improve performance in optimized mode + tests

5 years agofix(runtime-core): fix globalProperties in check on instance render proxy
Evan You [Mon, 6 Apr 2020 15:41:28 +0000 (11:41 -0400)] 
fix(runtime-core): fix globalProperties in check on instance render proxy

5 years agotypes(runtime-core): Adds type signature for renderList helper (#924)
Rahul Kadyan [Mon, 6 Apr 2020 13:57:32 +0000 (19:27 +0530)] 
types(runtime-core): Adds type signature for renderList helper (#924)

5 years agofix(runtime-dom): fix getModelAssigner order in vModelCheckbox (#926)
Jian Zhang [Mon, 6 Apr 2020 13:55:19 +0000 (21:55 +0800)] 
fix(runtime-dom): fix getModelAssigner order in vModelCheckbox (#926)

5 years agochore: fix changelog typo (#918) [ci skip]
syuilo [Mon, 6 Apr 2020 13:47:53 +0000 (22:47 +0900)] 
chore: fix changelog typo (#918) [ci skip]

5 years agochore: typo (#928)
ysj16 [Mon, 6 Apr 2020 13:09:44 +0000 (21:09 +0800)] 
chore: typo (#928)

5 years agobuild(deps-dev): bump @types/jest from 25.1.5 to 25.2.1
dependabot-preview[bot] [Mon, 6 Apr 2020 08:48:37 +0000 (08:48 +0000)] 
build(deps-dev): bump @types/jest from 25.1.5 to 25.2.1

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 25.1.5 to 25.2.1.
- [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>
5 years agobuild(deps-dev): bump ts-jest from 25.3.0 to 25.3.1
dependabot-preview[bot] [Mon, 6 Apr 2020 08:49:02 +0000 (08:49 +0000)] 
build(deps-dev): bump ts-jest from 25.3.0 to 25.3.1

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 25.3.0 to 25.3.1.
- [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/v25.3.0...v25.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump rollup from 2.3.2 to 2.3.3
dependabot-preview[bot] [Mon, 6 Apr 2020 08:48:13 +0000 (08:48 +0000)] 
build(deps-dev): bump rollup from 2.3.2 to 2.3.3

Bumps [rollup](https://github.com/rollup/rollup) from 2.3.2 to 2.3.3.
- [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.3.2...v2.3.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agofeat(runtime-core): improve component public instance proxy inspection
Evan You [Sun, 5 Apr 2020 22:39:22 +0000 (18:39 -0400)] 
feat(runtime-core): improve component public instance proxy inspection

5 years agofix(v-model): handle dynamic assigners and array assigners
Evan You [Sun, 5 Apr 2020 00:51:42 +0000 (20:51 -0400)] 
fix(v-model): handle dynamic assigners and array assigners

close #923

5 years agofix(types): accept generic Component type in h()
Evan You [Sat, 4 Apr 2020 17:29:29 +0000 (13:29 -0400)] 
fix(types): accept generic Component type in h()

fix #922

5 years agofix(reactivity): track reactive keys in raw collection types
Evan You [Sat, 4 Apr 2020 16:57:15 +0000 (12:57 -0400)] 
fix(reactivity): track reactive keys in raw collection types

Also warn against presence of both raw and reactive versions of the
same object in a collection as keys.

fix #919

5 years agorelease: v3.0.0-alpha.11 v3.0.0-alpha.11
Evan You [Sat, 4 Apr 2020 01:45:50 +0000 (21:45 -0400)] 
release: v3.0.0-alpha.11

5 years agobuild: run tests in serial for release
Evan You [Sat, 4 Apr 2020 01:40:40 +0000 (21:40 -0400)] 
build: run tests in serial for release

5 years agofix(runtime-core): support attr merging on child with root level comments
Evan You [Sat, 4 Apr 2020 01:37:58 +0000 (21:37 -0400)] 
fix(runtime-core): support attr merging on child with root level comments

fix #904

5 years agorefactor(compiler-sfc): make more explicit regarding template pad behavior
Evan You [Sat, 4 Apr 2020 01:11:26 +0000 (21:11 -0400)] 
refactor(compiler-sfc): make more explicit regarding template pad behavior

5 years agofix(compiler-sfc): always use offset for template block sourcemaps (#911)
Rahul Kadyan [Sat, 4 Apr 2020 01:10:22 +0000 (06:40 +0530)] 
fix(compiler-sfc): always use offset for template block sourcemaps (#911)

5 years agofix(types/reactivity): add generics constraint for markNonReactive
Evan You [Sat, 4 Apr 2020 01:05:55 +0000 (21:05 -0400)] 
fix(types/reactivity): add generics constraint for markNonReactive

fix #917

5 years agofix(compiler): fix pre tag whitespace handling
Evan You [Sat, 4 Apr 2020 01:02:20 +0000 (21:02 -0400)] 
fix(compiler): fix pre tag whitespace handling

- should preserve whitespace even in nested elements
- should remove leading newline per spec

fix #908

5 years agofeat(runtime-core): emits validation and warnings
Evan You [Sat, 4 Apr 2020 00:40:34 +0000 (20:40 -0400)] 
feat(runtime-core): emits validation and warnings

5 years agorefactor(runtime-core): extract component emit related logic into dedicated file
Evan You [Fri, 3 Apr 2020 23:08:17 +0000 (19:08 -0400)] 
refactor(runtime-core): extract component emit related logic into dedicated file

5 years agofeat(runtime-core): type and attr fallthrough support for emits option
Evan You [Fri, 3 Apr 2020 16:05:52 +0000 (12:05 -0400)] 
feat(runtime-core): type and attr fallthrough support for emits option

5 years agotest(types): fix dts test
Evan You [Fri, 3 Apr 2020 14:51:17 +0000 (10:51 -0400)] 
test(types): fix dts test

5 years agofeat(reactivity): add effect to public api (#909)
Robbin Baauw [Fri, 3 Apr 2020 13:30:58 +0000 (15:30 +0200)] 
feat(reactivity): add effect to public api (#909)

5 years agotest(types): also test Object as PropType casting
Evan You [Fri, 3 Apr 2020 13:29:21 +0000 (09:29 -0400)] 
test(types): also test Object as PropType casting

5 years agofix(types): allow use PropType with Function (#915)
Carlos Rodrigues [Fri, 3 Apr 2020 13:28:13 +0000 (14:28 +0100)] 
fix(types): allow use PropType with Function (#915)

close #748

5 years agochore: remove debugger
Evan You [Fri, 3 Apr 2020 13:21:21 +0000 (09:21 -0400)] 
chore: remove debugger

5 years agorefactor(runtime-core): adjust attr fallthrough behavior
Evan You [Fri, 3 Apr 2020 01:51:01 +0000 (21:51 -0400)] 
refactor(runtime-core): adjust attr fallthrough behavior

BREAKING CHANGE: attribute fallthrough behavior has been adjusted
according to https://github.com/vuejs/rfcs/pull/154

5 years agorefactor(runtime-core): remove unnecessary tracing check (#912)
Cédric Exbrayat [Fri, 3 Apr 2020 13:19:53 +0000 (15:19 +0200)] 
refactor(runtime-core): remove unnecessary tracing check (#912)

The check for `config.performance` is already done inside `endMeasure` and is not done anywhere else `endMeasure` is called.

5 years agobuild(deps-dev): bump @types/jest from 25.1.4 to 25.1.5
dependabot-preview[bot] [Fri, 3 Apr 2020 07:59:42 +0000 (07:59 +0000)] 
build(deps-dev): bump @types/jest from 25.1.4 to 25.1.5

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 25.1.4 to 25.1.5.
- [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>
5 years agobuild(deps-dev): bump jest from 25.2.4 to 25.2.7
dependabot-preview[bot] [Fri, 3 Apr 2020 07:55:55 +0000 (07:55 +0000)] 
build(deps-dev): bump jest from 25.2.4 to 25.2.7

Bumps [jest](https://github.com/facebook/jest) from 25.2.4 to 25.2.7.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v25.2.4...v25.2.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agofix(reactivity): scheduled effect should not execute if stopped
Evan You [Thu, 2 Apr 2020 23:49:45 +0000 (19:49 -0400)] 
fix(reactivity): scheduled effect should not execute if stopped

fix #910

5 years agochore: readme [ci skip]
Evan You [Thu, 2 Apr 2020 02:11:35 +0000 (22:11 -0400)] 
chore: readme [ci skip]

5 years agotest: fix dts tests for Teleport renaming
Evan You [Thu, 2 Apr 2020 02:04:55 +0000 (22:04 -0400)] 
test: fix dts tests for Teleport renaming

5 years agotest: make events test more stable
Evan You [Thu, 2 Apr 2020 01:59:42 +0000 (21:59 -0400)] 
test: make events test more stable

5 years agorefactor: rename `<portal>` to `<teleport>`
Evan You [Tue, 31 Mar 2020 14:52:42 +0000 (10:52 -0400)] 
refactor: rename `<portal>` to `<teleport>`

BREAKING CHANGE: `<portal>` has been renamed to `<teleport>`.

    `target` prop is also renmaed to `to`, so the new usage will be:

    ```html
    <Teleport to="#modal-layer" :disabled="isMobile">
      <div class="modal">
        hello
      </div>
    </Teleport>
    ```

    The primary reason for the renaming is to avoid potential naming
    conflict with [native portals](https://wicg.github.io/portals/).

5 years agochore: avoid v-cloak test warning
Evan You [Thu, 2 Apr 2020 01:39:37 +0000 (21:39 -0400)] 
chore: avoid v-cloak test warning

5 years agofeat(runtime-core): config.performance tracing support
Evan You [Thu, 2 Apr 2020 01:36:50 +0000 (21:36 -0400)] 
feat(runtime-core): config.performance tracing support

5 years agofix(compiler-core/slots): should support on-component named slots
Evan You [Thu, 2 Apr 2020 00:44:53 +0000 (20:44 -0400)] 
fix(compiler-core/slots): should support on-component named slots

5 years agofeat(compiler-core): export `transformElement` from compiler-core (#907)
Igor Randjelovic [Wed, 1 Apr 2020 15:25:05 +0000 (17:25 +0200)] 
feat(compiler-core): export `transformElement` from compiler-core (#907)

5 years agobuild(deps-dev): bump rollup from 2.3.1 to 2.3.2
dependabot-preview[bot] [Wed, 1 Apr 2020 08:39:46 +0000 (08:39 +0000)] 
build(deps-dev): bump rollup from 2.3.1 to 2.3.2

Bumps [rollup](https://github.com/rollup/rollup) from 2.3.1 to 2.3.2.
- [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.3.1...v2.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agofix(runtime-dom): v-cloak should be removed after compile on the root element (#893)
likui [Tue, 31 Mar 2020 22:13:59 +0000 (06:13 +0800)] 
fix(runtime-dom): v-cloak should be removed after compile on the root element (#893)

fix #890

5 years agobuild(deps-dev): bump rollup from 2.3.0 to 2.3.1 (#900)
dependabot-preview[bot] [Tue, 31 Mar 2020 22:13:09 +0000 (18:13 -0400)] 
build(deps-dev): bump rollup from 2.3.0 to 2.3.1 (#900)

Bumps [rollup](https://github.com/rollup/rollup) from 2.3.0 to 2.3.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.3.0...v2.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agofix(transition): warn only when there is more than one rendered child (#903)
Eduardo San Martin Morote [Tue, 31 Mar 2020 22:12:51 +0000 (00:12 +0200)] 
fix(transition): warn only when there is more than one rendered child (#903)

5 years agofeat(templateRef): should work with direct reactive property
Evan You [Tue, 31 Mar 2020 14:35:49 +0000 (10:35 -0400)] 
feat(templateRef): should work with direct reactive property

close #901

5 years agofeat(templateRef): support template ref for all vnode types
Evan You [Tue, 31 Mar 2020 14:30:12 +0000 (10:30 -0400)] 
feat(templateRef): support template ref for all vnode types

5 years agofix(inject): allow default value to be `undefined` (#894)
Eduardo San Martin Morote [Mon, 30 Mar 2020 19:24:55 +0000 (21:24 +0200)] 
fix(inject): allow default value to be `undefined` (#894)

Close #892

5 years agorefactor(runtime-core): remove the need for currentSuspense
Evan You [Mon, 30 Mar 2020 15:49:51 +0000 (11:49 -0400)] 
refactor(runtime-core): remove the need for currentSuspense

5 years agobuild(deps-dev): bump rollup from 2.2.0 to 2.3.0 (#896)
dependabot-preview[bot] [Mon, 30 Mar 2020 15:26:45 +0000 (11:26 -0400)] 
build(deps-dev): bump rollup from 2.2.0 to 2.3.0 (#896)

Bumps [rollup](https://github.com/rollup/rollup) from 2.2.0 to 2.3.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.2.0...v2.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agobuild(deps): bump csstype from 2.6.9 to 2.6.10 (#897)
dependabot-preview[bot] [Mon, 30 Mar 2020 15:25:20 +0000 (11:25 -0400)] 
build(deps): bump csstype from 2.6.9 to 2.6.10 (#897)

Bumps [csstype](https://github.com/frenic/csstype) from 2.6.9 to 2.6.10.
- [Release notes](https://github.com/frenic/csstype/releases)
- [Commits](https://github.com/frenic/csstype/compare/v2.6.9...v2.6.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agofeat(portal): hydration support for portal disabled mode
Evan You [Mon, 30 Mar 2020 15:23:59 +0000 (11:23 -0400)] 
feat(portal): hydration support for portal disabled mode

5 years agofeat(portal): SSR support for portal disabled prop
Evan You [Sat, 28 Mar 2020 03:45:50 +0000 (23:45 -0400)] 
feat(portal): SSR support for portal disabled prop

5 years agofeat(portal): support disabled prop
Evan You [Sat, 28 Mar 2020 03:12:52 +0000 (23:12 -0400)] 
feat(portal): support disabled prop

5 years agobuild(deps-dev): bump jest from 25.2.3 to 25.2.4
dependabot-preview[bot] [Mon, 30 Mar 2020 08:53:39 +0000 (08:53 +0000)] 
build(deps-dev): bump jest from 25.2.3 to 25.2.4

Bumps [jest](https://github.com/facebook/jest) from 25.2.3 to 25.2.4.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v25.2.3...v25.2.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump @microsoft/api-extractor from 7.7.10 to 7.7.12
dependabot-preview[bot] [Mon, 30 Mar 2020 08:50:32 +0000 (08:50 +0000)] 
build(deps-dev): bump @microsoft/api-extractor from 7.7.10 to 7.7.12

Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.7.10 to 7.7.12.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.7.10...@microsoft/api-extractor_v7.7.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump ts-jest from 25.2.1 to 25.3.0
dependabot-preview[bot] [Mon, 30 Mar 2020 08:48:31 +0000 (08:48 +0000)] 
build(deps-dev): bump ts-jest from 25.2.1 to 25.3.0

Bumps [ts-jest](https://github.com/kulshekhar/ts-jest) from 25.2.1 to 25.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/25.2.1...v25.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agofeat(portal): SSR support for multi portal shared target
Evan You [Sat, 28 Mar 2020 00:49:01 +0000 (20:49 -0400)] 
feat(portal): SSR support for multi portal shared target

5 years agofeat(portal): support multiple portal appending to same target
Evan You [Fri, 27 Mar 2020 22:42:57 +0000 (18:42 -0400)] 
feat(portal): support multiple portal appending to same target

5 years agofeat(compiler-core): support v-is
Evan You [Fri, 27 Mar 2020 20:38:31 +0000 (16:38 -0400)] 
feat(compiler-core): support v-is

see https://github.com/vuejs/rfcs/pull/149 for details

5 years agobuild(deps): bump rollup
Evan You [Fri, 27 Mar 2020 16:47:09 +0000 (12:47 -0400)] 
build(deps): bump rollup

5 years agobuild(deps): bump jest and typescript
Evan You [Fri, 27 Mar 2020 16:45:12 +0000 (12:45 -0400)] 
build(deps): bump jest and typescript

5 years agofix(runtome-dom): properly support creating customized built-in element
Evan You [Fri, 27 Mar 2020 16:38:47 +0000 (12:38 -0400)] 
fix(runtome-dom): properly support creating customized built-in element

5 years agofix(types): export missing types from runtime-core (#889)
Eduardo San Martin Morote [Fri, 27 Mar 2020 13:30:49 +0000 (14:30 +0100)] 
fix(types): export missing types from runtime-core (#889)

5 years agofeat(asyncComponent): retry support
Evan You [Fri, 27 Mar 2020 00:58:31 +0000 (20:58 -0400)] 
feat(asyncComponent): retry support

BREAKING CHANGE: async component `error` and `loading` options have been
renamed to `errorComponent` and `loadingComponent` respectively.

5 years agorefactor(runtime-core): rename `createAsyncComponent` to `defineAsyncComponent` ...
Cédric Exbrayat [Thu, 26 Mar 2020 15:59:54 +0000 (16:59 +0100)] 
refactor(runtime-core): rename `createAsyncComponent` to `defineAsyncComponent` (#888)

BREAKING CHANGE: `createAsyncComponent` has been renamed to `defineAsyncComponent` for consistency with `defineComponent`.

5 years agochore: readme typos (#885)
Cédric Exbrayat [Thu, 26 Mar 2020 13:31:54 +0000 (14:31 +0100)] 
chore: readme typos (#885)

[ci skip]

5 years agochore: fix tests
Evan You [Wed, 25 Mar 2020 21:55:09 +0000 (17:55 -0400)] 
chore: fix tests

5 years agofix(portal): portal should always remove its children when unmounted
Evan You [Wed, 25 Mar 2020 21:27:55 +0000 (17:27 -0400)] 
fix(portal): portal should always remove its children when unmounted

5 years agofeat(runtime-core): failed component resolution should fallback to native element
Evan You [Wed, 25 Mar 2020 19:08:15 +0000 (15:08 -0400)] 
feat(runtime-core): failed component resolution should fallback to native element

5 years agochore: remove unused import
Evan You [Wed, 25 Mar 2020 13:48:03 +0000 (09:48 -0400)] 
chore: remove unused import

5 years agobuild: enforce node version on install (#881)
Albert Liu [Wed, 25 Mar 2020 13:44:19 +0000 (21:44 +0800)] 
build: enforce node version on install (#881)

5 years agobuild(deps): bump @babel/parser from 7.9.3 to 7.9.4 (#880)
dependabot-preview[bot] [Wed, 25 Mar 2020 13:30:19 +0000 (09:30 -0400)] 
build(deps): bump @babel/parser from 7.9.3 to 7.9.4 (#880)

Bumps [@babel/parser](https://github.com/babel/babel) from 7.9.3 to 7.9.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.9.3...v7.9.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
5 years agofeat(runtime-core): support app.config.globalProperties
Evan You [Wed, 25 Mar 2020 13:28:37 +0000 (09:28 -0400)] 
feat(runtime-core): support app.config.globalProperties

per https://github.com/vuejs/rfcs/pull/117/

5 years agochore: readme [ci skip]
Evan You [Tue, 24 Mar 2020 22:39:08 +0000 (18:39 -0400)] 
chore: readme [ci skip]

5 years agorelease: v3.0.0-alpha.10 v3.0.0-alpha.10
Evan You [Tue, 24 Mar 2020 22:33:40 +0000 (18:33 -0400)] 
release: v3.0.0-alpha.10

5 years agochore: improve parser option comments [ci skip]
Evan You [Tue, 24 Mar 2020 22:29:15 +0000 (18:29 -0400)] 
chore: improve parser option comments [ci skip]

5 years agochore: rmeove debugger [ci skip]
Evan You [Tue, 24 Mar 2020 22:18:59 +0000 (18:18 -0400)] 
chore: rmeove debugger [ci skip]

5 years agobuild: tweak flags
Evan You [Tue, 24 Mar 2020 21:57:27 +0000 (17:57 -0400)] 
build: tweak flags

5 years agochore: fix resolveAsset test typing
Evan You [Tue, 24 Mar 2020 17:02:17 +0000 (13:02 -0400)] 
chore: fix resolveAsset test typing

5 years agofix: fix option merge global mixins presence check
Evan You [Tue, 24 Mar 2020 16:59:33 +0000 (12:59 -0400)] 
fix: fix option merge global mixins presence check

5 years agochore: fix Portal test types
Evan You [Tue, 24 Mar 2020 16:58:12 +0000 (12:58 -0400)] 
chore: fix Portal test types

5 years agofix(reactivity): should not trigger map keys iteration when keys did not change
Evan You [Tue, 24 Mar 2020 16:43:06 +0000 (12:43 -0400)] 
fix(reactivity): should not trigger map keys iteration when keys did not change

fix #877

5 years agofix(TransitionGroup): ignore comment node when warn (fix#869) (#875)
ysj16 [Tue, 24 Mar 2020 16:09:42 +0000 (00:09 +0800)] 
fix(TransitionGroup): ignore comment node when warn (fix#869) (#875)