]> git.ipfire.org Git - thirdparty/vuejs/core.git/log
thirdparty/vuejs/core.git
5 years agowip(ssr): fix index
Evan You [Tue, 4 Feb 2020 20:59:26 +0000 (15:59 -0500)] 
wip(ssr): fix index

5 years agowip(ssr): remove cjs codegen mode
Evan You [Tue, 4 Feb 2020 20:58:54 +0000 (15:58 -0500)] 
wip(ssr): remove cjs codegen mode

5 years agowip(ssr): v-bind basic usage
Evan You [Tue, 4 Feb 2020 17:20:51 +0000 (12:20 -0500)] 
wip(ssr): v-bind basic usage

5 years agofeat(reactivity): add shallowReactive function (#689)
Dmitry Sharshakov [Tue, 4 Feb 2020 15:15:27 +0000 (18:15 +0300)] 
feat(reactivity): add shallowReactive function (#689)

5 years agofix(compiler-sfc): handle empty nodes with src attribute (#695)
Jason [Tue, 4 Feb 2020 15:03:32 +0000 (23:03 +0800)] 
fix(compiler-sfc): handle empty nodes with src attribute (#695)

5 years agofix(runtime-core/watch): trigger watcher with undefined as initial value (#687)
Eduardo San Martin Morote [Tue, 4 Feb 2020 14:59:04 +0000 (15:59 +0100)] 
fix(runtime-core/watch): trigger watcher with undefined as initial value (#687)

Fix #683

5 years agowip(ssr): fix naming for runtime helpers (#694)
likui [Tue, 4 Feb 2020 14:24:49 +0000 (22:24 +0800)] 
wip(ssr): fix naming for runtime helpers (#694)

5 years agochore: update runtime-dom/README example to latest signature (#693) [ci skip]
Jacek Karczmarczyk [Tue, 4 Feb 2020 14:24:29 +0000 (21:24 +0700)] 
chore: update runtime-dom/README example to latest signature (#693) [ci skip]

5 years agochore: fix test types
Evan You [Tue, 4 Feb 2020 03:21:45 +0000 (22:21 -0500)] 
chore: fix test types

5 years agotest(compiler-ssr): v-for tests
Evan You [Tue, 4 Feb 2020 01:47:41 +0000 (20:47 -0500)] 
test(compiler-ssr): v-for tests

5 years agowip(ssr): v-for
Evan You [Mon, 3 Feb 2020 23:30:56 +0000 (18:30 -0500)] 
wip(ssr): v-for

5 years agorefactor(ssr): adjust helper structure + renderList
Evan You [Mon, 3 Feb 2020 23:16:09 +0000 (18:16 -0500)] 
refactor(ssr): adjust helper structure + renderList

5 years agowip(ssr): do not generate commas between statements
Evan You [Mon, 3 Feb 2020 22:56:10 +0000 (17:56 -0500)] 
wip(ssr): do not generate commas between statements

5 years agowip(ssr): ssr helper codegen
Evan You [Mon, 3 Feb 2020 22:47:06 +0000 (17:47 -0500)] 
wip(ssr): ssr helper codegen

5 years agochore: remove stale files
Evan You [Mon, 3 Feb 2020 20:52:38 +0000 (15:52 -0500)] 
chore: remove stale files

5 years agowip(compiler-ssr): v-if
Evan You [Mon, 3 Feb 2020 20:51:41 +0000 (15:51 -0500)] 
wip(compiler-ssr): v-if

5 years agowip(compiler-ssr): v-html, v-text & textarea value
Evan You [Mon, 3 Feb 2020 16:46:14 +0000 (11:46 -0500)] 
wip(compiler-ssr): v-html, v-text & textarea value

5 years agobuild(deps-dev): bump @rollup/plugin-replace from 2.3.0 to 2.3.1
dependabot-preview[bot] [Mon, 3 Feb 2020 08:44:36 +0000 (08:44 +0000)] 
build(deps-dev): bump @rollup/plugin-replace from 2.3.0 to 2.3.1

Bumps [@rollup/plugin-replace](https://github.com/rollup/plugins) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/replace-v2.3.0...replace-v2.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump @rollup/plugin-json from 4.0.1 to 4.0.2
dependabot-preview[bot] [Mon, 3 Feb 2020 08:39:44 +0000 (08:39 +0000)] 
build(deps-dev): bump @rollup/plugin-json from 4.0.1 to 4.0.2

Bumps [@rollup/plugin-json](https://github.com/rollup/plugins) from 4.0.1 to 4.0.2.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Commits](https://github.com/rollup/plugins/compare/url-v4.0.1...url-v4.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agowip(compiler-ssr): text and interpolation
Evan You [Mon, 3 Feb 2020 03:28:54 +0000 (22:28 -0500)] 
wip(compiler-ssr): text and interpolation

5 years agorefactor(ssr): move escapeHtml to shared
Evan You [Mon, 3 Feb 2020 03:08:20 +0000 (22:08 -0500)] 
refactor(ssr): move escapeHtml to shared

5 years agotest(compiler-ssr): test for ssr element transform
Evan You [Mon, 3 Feb 2020 02:47:10 +0000 (21:47 -0500)] 
test(compiler-ssr): test for ssr element transform

5 years agotest(compiler-core): test TempalteLiteral and IfStatement codegen
Evan You [Mon, 3 Feb 2020 02:35:28 +0000 (21:35 -0500)] 
test(compiler-core): test TempalteLiteral and IfStatement codegen

5 years agochore: remove stale file
Evan You [Sun, 2 Feb 2020 05:06:49 +0000 (00:06 -0500)] 
chore: remove stale file

5 years agowip(ssr): initial scaffold for compiler-ssr
Evan You [Sun, 2 Feb 2020 05:05:27 +0000 (00:05 -0500)] 
wip(ssr): initial scaffold for compiler-ssr

5 years agorefactor(compiler-core): improve template type handling
Evan You [Fri, 31 Jan 2020 22:20:52 +0000 (17:20 -0500)] 
refactor(compiler-core): improve template type handling

5 years agofix(compiler-core): only check is prop on `<component>`
Evan You [Fri, 31 Jan 2020 21:15:05 +0000 (16:15 -0500)] 
fix(compiler-core): only check is prop on `<component>`

5 years agochore: use correct import path for vCloak
Evan You [Fri, 31 Jan 2020 16:16:51 +0000 (11:16 -0500)] 
chore: use correct import path for vCloak

5 years agochore: rmeove unused export
Evan You [Fri, 31 Jan 2020 16:07:10 +0000 (11:07 -0500)] 
chore: rmeove unused export

5 years agotest: fix snapshots
Evan You [Fri, 31 Jan 2020 16:06:37 +0000 (11:06 -0500)] 
test: fix snapshots

5 years agofeat(compiler-core): support mode: cjs in codegen
Evan You [Thu, 30 Jan 2020 22:49:42 +0000 (17:49 -0500)] 
feat(compiler-core): support mode: cjs in codegen

5 years agoworkflow: add version of template-explorer using local deps
Evan You [Thu, 30 Jan 2020 21:30:51 +0000 (16:30 -0500)] 
workflow: add version of template-explorer using local deps

5 years agobuild(deps-dev): bump rollup from 1.30.1 to 1.31.0
dependabot-preview[bot] [Fri, 31 Jan 2020 07:46:42 +0000 (07:46 +0000)] 
build(deps-dev): bump rollup from 1.30.1 to 1.31.0

Bumps [rollup](https://github.com/rollup/rollup) from 1.30.1 to 1.31.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.30.1...v1.31.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agostyle(compiler-core): while/expression instead of while/true (#680)
Gabriel Loiácono [Fri, 31 Jan 2020 14:43:34 +0000 (11:43 -0300)] 
style(compiler-core): while/expression instead of while/true (#680)

5 years agowip(ssr): should apply app context when rendering app instance
Evan You [Thu, 30 Jan 2020 17:20:23 +0000 (12:20 -0500)] 
wip(ssr): should apply app context when rendering app instance

5 years agorefactor(ssr): adjust renderToString implementation
Evan You [Thu, 30 Jan 2020 17:09:50 +0000 (12:09 -0500)] 
refactor(ssr): adjust renderToString implementation

5 years agochore: use more representative size check code
Evan You [Thu, 30 Jan 2020 17:03:38 +0000 (12:03 -0500)] 
chore: use more representative size check code

5 years agotest(ssr): test scopeId handling in vdom serialization
Evan You [Thu, 30 Jan 2020 02:13:34 +0000 (21:13 -0500)] 
test(ssr): test scopeId handling in vdom serialization

5 years agochore: fix test alias for vue
Evan You [Wed, 29 Jan 2020 23:03:42 +0000 (18:03 -0500)] 
chore: fix test alias for vue

5 years agotest(ssr): test rendering vnode elements
Evan You [Wed, 29 Jan 2020 22:36:06 +0000 (17:36 -0500)] 
test(ssr): test rendering vnode elements

5 years agotest(ssr): test for rendering components
Evan You [Wed, 29 Jan 2020 21:46:18 +0000 (16:46 -0500)] 
test(ssr): test for rendering components

5 years agotest(ssr): tests for utils and props rendering
Evan You [Wed, 29 Jan 2020 20:10:45 +0000 (15:10 -0500)] 
test(ssr): tests for utils and props rendering

5 years agofix(compiler-core): relax error on unknown entities
Evan You [Wed, 29 Jan 2020 17:16:58 +0000 (12:16 -0500)] 
fix(compiler-core): relax error on unknown entities

close #663

5 years agochore: fix template explorer mounting
Evan You [Wed, 29 Jan 2020 16:28:18 +0000 (11:28 -0500)] 
chore: fix template explorer mounting

5 years agofix(ssr): avoid hard-coded ssr checks in cjs builds
Evan You [Wed, 29 Jan 2020 14:49:17 +0000 (09:49 -0500)] 
fix(ssr): avoid hard-coded ssr checks in cjs builds

5 years agowip(ssr): renderer support for optimized and manual slots
Evan You [Wed, 29 Jan 2020 03:58:02 +0000 (22:58 -0500)] 
wip(ssr): renderer support for optimized and manual slots

5 years agowip(ssr): move ssr only utils to conditional export
Evan You [Wed, 29 Jan 2020 03:14:43 +0000 (22:14 -0500)] 
wip(ssr): move ssr only utils to conditional export

5 years agofix(runtime-dom/ssr): properly handle xlink and boolean attributes
Evan You [Wed, 29 Jan 2020 03:03:53 +0000 (22:03 -0500)] 
fix(runtime-dom/ssr): properly handle xlink and boolean attributes

5 years agowip(ssr): vdom serialization
Evan You [Tue, 28 Jan 2020 23:48:27 +0000 (18:48 -0500)] 
wip(ssr): vdom serialization

5 years agowip(ssr): improve buffer typing
Evan You [Tue, 28 Jan 2020 15:46:13 +0000 (10:46 -0500)] 
wip(ssr): improve buffer typing

5 years agobuild: support source map in build and dev scripts
Evan You [Tue, 28 Jan 2020 15:28:40 +0000 (10:28 -0500)] 
build: support source map in build and dev scripts

5 years agobuild(deps-dev): bump @microsoft/api-extractor from 7.7.7 to 7.7.8
dependabot-preview[bot] [Tue, 28 Jan 2020 07:23:11 +0000 (07:23 +0000)] 
build(deps-dev): bump @microsoft/api-extractor from 7.7.7 to 7.7.8

Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.7.7 to 7.7.8.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.7.7...@microsoft/api-extractor_v7.7.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump puppeteer from 2.0.0 to 2.1.0
dependabot-preview[bot] [Tue, 28 Jan 2020 07:22:29 +0000 (07:22 +0000)] 
build(deps-dev): bump puppeteer from 2.0.0 to 2.1.0

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Commits](https://github.com/puppeteer/puppeteer/compare/v2.0.0...v2.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump rollup from 1.30.0 to 1.30.1
dependabot-preview[bot] [Tue, 28 Jan 2020 07:21:36 +0000 (07:21 +0000)] 
build(deps-dev): bump rollup from 1.30.0 to 1.30.1

Bumps [rollup](https://github.com/rollup/rollup) from 1.30.0 to 1.30.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/v1.30.0...v1.30.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agowip(ssr): further restructure
Evan You [Mon, 27 Jan 2020 23:06:37 +0000 (18:06 -0500)] 
wip(ssr): further restructure

5 years agofix(runtime-core): render context set should not unwrap reactive values
Evan You [Mon, 27 Jan 2020 23:05:30 +0000 (18:05 -0500)] 
fix(runtime-core): render context set should not unwrap reactive values

5 years agowip(ssr): restructure
Evan You [Mon, 27 Jan 2020 22:23:42 +0000 (17:23 -0500)] 
wip(ssr): restructure

5 years agorelease: v3.0.0-alpha.4 v3.0.0-alpha.4
Evan You [Mon, 27 Jan 2020 21:20:00 +0000 (16:20 -0500)] 
release: v3.0.0-alpha.4

5 years agochore: add compiler-ssr to skipped packages for now
Evan You [Mon, 27 Jan 2020 21:00:08 +0000 (16:00 -0500)] 
chore: add compiler-ssr to skipped packages for now

5 years agorefactor: remove implicit reactive() call on renderContext
Evan You [Mon, 27 Jan 2020 20:15:22 +0000 (15:15 -0500)] 
refactor: remove implicit reactive() call on renderContext

reference: https://github.com/vuejs/rfcs/issues/121

BREAKING CHANGE: object returned from `setup()` are no longer implicitly
passed to `reactive()`.

  The renderContext is the object returned by `setup()` (or a new object
  if no setup() is present). Before this change, it was implicitly passed
  to `reactive()` for ref unwrapping. But this has the side effect of
  unnecessary deep reactive conversion on properties that should not be
  made reactive (e.g. computed return values and injected non-reactive
  objects), and can lead to performance issues.

  This change removes the `reactive()` call and instead performs a
  shallow ref unwrapping at the render proxy level. The breaking part is
  when the user returns an object with a plain property from `setup()`,
  e.g. `return { count: 0 }`, this property will no longer trigger
  updates when mutated by a in-template event handler. Instead, explicit
  refs are required.

  This also means that any objects not explicitly made reactive in
  `setup()` will remain non-reactive. This can be desirable when
  exposing heavy external stateful objects on `this`.

5 years agowip(ssr): revert reactivity ssr paths
Evan You [Mon, 27 Jan 2020 20:15:13 +0000 (15:15 -0500)] 
wip(ssr): revert reactivity ssr paths

The perf gains are not worth the correctness issues these paths may lead to

5 years agotest: update snapshots for toDisplayString
Evan You [Mon, 27 Jan 2020 19:42:01 +0000 (14:42 -0500)] 
test: update snapshots for toDisplayString

5 years agofix(runtime-core): instance should not expose non-declared props
Evan You [Mon, 27 Jan 2020 19:30:00 +0000 (14:30 -0500)] 
fix(runtime-core): instance should not expose non-declared props

5 years agorefactor: better variable naming
Evan You [Mon, 27 Jan 2020 18:13:38 +0000 (13:13 -0500)] 
refactor: better variable naming

5 years agowip(ssr): escape helpers
Evan You [Sun, 26 Jan 2020 22:35:21 +0000 (17:35 -0500)] 
wip(ssr): escape helpers

5 years agochore: fix ssr compiler version
Evan You [Sun, 26 Jan 2020 21:39:02 +0000 (16:39 -0500)] 
chore: fix ssr compiler version

5 years agoperf(ssr): avoid unnecessary async overhead
Evan You [Sun, 26 Jan 2020 21:13:12 +0000 (16:13 -0500)] 
perf(ssr): avoid unnecessary async overhead

5 years agotest: fix dts tests for 1ccecc0
Evan You [Sun, 26 Jan 2020 03:21:06 +0000 (22:21 -0500)] 
test: fix dts tests for 1ccecc0

5 years agowip(ssr): reduce reactivity overhead during ssr
Evan You [Fri, 24 Jan 2020 16:39:52 +0000 (11:39 -0500)] 
wip(ssr): reduce reactivity overhead during ssr

5 years agowip(ssr): render real components
Evan You [Fri, 24 Jan 2020 03:23:10 +0000 (22:23 -0500)] 
wip(ssr): render real components

5 years agowip(ssr): initial work on server-renderer
Evan You [Fri, 24 Jan 2020 02:01:56 +0000 (21:01 -0500)] 
wip(ssr): initial work on server-renderer

5 years agorefactor: adjust `createApp` related API signatures
Evan You [Thu, 23 Jan 2020 20:05:38 +0000 (15:05 -0500)] 
refactor: adjust `createApp` related API signatures

BREAKING CHANGE: `createApp` API has been adjusted.

  - `createApp()` now accepts the root component, and optionally a props
  object to pass to the root component.
  - `app.mount()` now accepts a single argument (the root container)
  - `app.unmount()` no longer requires arguments.

  New behavior looks like the following:

  ``` js
  const app = createApp(RootComponent)
  app.mount('#app')
  app.unmount()
  ```

5 years agochore: scaffold ssr compiler
Evan You [Wed, 22 Jan 2020 15:39:09 +0000 (10:39 -0500)] 
chore: scaffold ssr compiler

5 years agobuild(deps-dev): bump rollup from 1.29.1 to 1.30.0
dependabot-preview[bot] [Mon, 27 Jan 2020 08:06:41 +0000 (08:06 +0000)] 
build(deps-dev): bump rollup from 1.29.1 to 1.30.0

Bumps [rollup](https://github.com/rollup/rollup) from 1.29.1 to 1.30.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.29.1...v1.30.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agofix(v-model/emit): update:camelCase events should trigger kebab case equivalent
Evan You [Sun, 26 Jan 2020 19:13:55 +0000 (14:13 -0500)] 
fix(v-model/emit): update:camelCase events should trigger kebab case equivalent

close #656

5 years agofix(runtime-dom): should not access document in non-browser env
Evan You [Sun, 26 Jan 2020 03:31:29 +0000 (22:31 -0500)] 
fix(runtime-dom): should not access document in non-browser env

fix #657

5 years agobuild(deps-dev): bump @types/jest from 24.9.0 to 24.9.1
dependabot-preview[bot] [Fri, 24 Jan 2020 07:56:52 +0000 (07:56 +0000)] 
build(deps-dev): bump @types/jest from 24.9.0 to 24.9.1

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 24.9.0 to 24.9.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 agofix(reactivity): Array methods relying on identity should work with raw values
Evan You [Thu, 23 Jan 2020 18:42:31 +0000 (13:42 -0500)] 
fix(reactivity): Array methods relying on identity should work with raw values

5 years agobuild(deps-dev): bump @microsoft/api-extractor from 7.7.6 to 7.7.7
dependabot-preview[bot] [Thu, 23 Jan 2020 08:07:53 +0000 (08:07 +0000)] 
build(deps-dev): bump @microsoft/api-extractor from 7.7.6 to 7.7.7

Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.7.6 to 7.7.7.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.7.6...@microsoft/api-extractor_v7.7.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agochore: fix changelog formatting [ci skip]
Evan You [Wed, 22 Jan 2020 16:12:55 +0000 (11:12 -0500)] 
chore: fix changelog formatting [ci skip]

5 years agorelease: v3.0.0-alpha.3 v3.0.0-alpha.3
Evan You [Wed, 22 Jan 2020 16:10:30 +0000 (11:10 -0500)] 
release: v3.0.0-alpha.3

5 years agobuild: adjust release tag
Evan You [Wed, 22 Jan 2020 15:51:17 +0000 (10:51 -0500)] 
build: adjust release tag

5 years agofix: Suspense should include into dynamic children (#653)
likui [Wed, 22 Jan 2020 15:45:27 +0000 (23:45 +0800)] 
fix: Suspense should include into dynamic children (#653)

fix #649

5 years agorefactor: move mockWarn utility to @vue/shared
Evan You [Wed, 22 Jan 2020 14:29:35 +0000 (09:29 -0500)] 
refactor: move mockWarn utility to @vue/shared

close #652

5 years agobuild(deps-dev): bump @microsoft/api-extractor from 7.7.5 to 7.7.6
dependabot-preview[bot] [Wed, 22 Jan 2020 07:58:02 +0000 (07:58 +0000)] 
build(deps-dev): bump @microsoft/api-extractor from 7.7.5 to 7.7.6

Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.7.5 to 7.7.6.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.7.5...@microsoft/api-extractor_v7.7.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agofix(dom): fix <svg> and <foreignObject> mount and updates
Evan You [Tue, 21 Jan 2020 16:32:17 +0000 (11:32 -0500)] 
fix(dom): fix <svg> and <foreignObject> mount and updates

5 years agobuild(deps-dev): bump rollup from 1.29.0 to 1.29.1
dependabot-preview[bot] [Tue, 21 Jan 2020 07:26:02 +0000 (07:26 +0000)] 
build(deps-dev): bump rollup from 1.29.0 to 1.29.1

Bumps [rollup](https://github.com/rollup/rollup) from 1.29.0 to 1.29.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/v1.29.0...v1.29.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agofix(compiler-core): force <svg> into blocks for correct runtime isSVG
Evan You [Mon, 20 Jan 2020 19:48:19 +0000 (14:48 -0500)] 
fix(compiler-core): force <svg> into blocks for correct runtime isSVG
state during patch

5 years agotypes: refactor ref unwrapping (#646)
likui [Mon, 20 Jan 2020 18:22:18 +0000 (02:22 +0800)] 
types: refactor ref unwrapping (#646)

5 years agofix(transition): handle multiple transition classes (#638) (#645)
yang [Mon, 20 Jan 2020 17:44:01 +0000 (01:44 +0800)] 
fix(transition): handle multiple transition classes (#638) (#645)

fix #638

5 years agotest(reactivity): declare the exact type (#644)
Rustin [Mon, 20 Jan 2020 17:02:08 +0000 (01:02 +0800)] 
test(reactivity): declare the exact type (#644)

5 years agofix(runtime-core): isSVG check should also apply for patch branch
Evan You [Mon, 20 Jan 2020 16:55:18 +0000 (11:55 -0500)] 
fix(runtime-core): isSVG check should also apply for patch branch

fix #639

5 years agofeat(runtime-core): emit now returns array of return values from all triggered handlers
Evan You [Mon, 20 Jan 2020 16:24:08 +0000 (11:24 -0500)] 
feat(runtime-core): emit now returns array of return values from all triggered handlers

close #635

5 years agofix(compiler-core): avoid override user keys when injecting branch key (#630)
Ruijia Tang [Mon, 20 Jan 2020 15:15:53 +0000 (23:15 +0800)] 
fix(compiler-core): avoid override user keys when injecting branch key (#630)

5 years agofix(compiler-sfc): only transform relative asset URLs (#628)
Sören Schwert [Mon, 20 Jan 2020 14:57:17 +0000 (15:57 +0100)] 
fix(compiler-sfc): only transform relative asset URLs (#628)

5 years agotest(runtime-core): modify test case to set different value (#620)
Rustin [Mon, 20 Jan 2020 14:43:58 +0000 (22:43 +0800)] 
test(runtime-core): modify test case to set different value (#620)

5 years agobuild(deps-dev): bump @microsoft/api-extractor from 7.7.4 to 7.7.5
dependabot-preview[bot] [Mon, 20 Jan 2020 07:58:07 +0000 (07:58 +0000)] 
build(deps-dev): bump @microsoft/api-extractor from 7.7.4 to 7.7.5

Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.7.4 to 7.7.5.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.7.4...@microsoft/api-extractor_v7.7.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump @microsoft/api-extractor from 7.7.3 to 7.7.4
dependabot-preview[bot] [Fri, 17 Jan 2020 07:40:30 +0000 (07:40 +0000)] 
build(deps-dev): bump @microsoft/api-extractor from 7.7.3 to 7.7.4

Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.7.3 to 7.7.4.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/compare/@microsoft/api-extractor_v7.7.3...@microsoft/api-extractor_v7.7.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agobuild(deps-dev): bump typescript from 3.7.4 to 3.7.5
dependabot-preview[bot] [Fri, 17 Jan 2020 07:39:57 +0000 (07:39 +0000)] 
build(deps-dev): bump typescript from 3.7.4 to 3.7.5

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.7.4 to 3.7.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.7.4...v3.7.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agotypes(reactivity): handle primitive + object intersection types in UnwrapRef (#614)
IU [Thu, 16 Jan 2020 22:47:47 +0000 (06:47 +0800)] 
types(reactivity): handle primitive + object intersection types in UnwrapRef (#614)