Evan You
|
ef50c333ce
|
fix(core): generate fragment root with patchFlag + optimize fragment w/ patchFlag
|
2019-12-12 21:09:47 -05:00 |
|
Evan You
|
efe39db023
|
feat(runtime-core): hot module replacement
|
2019-12-12 21:09:47 -05:00 |
|
Evan You
|
3116b5d6c3
|
fix(runtime-core): initialize renderCache if not present
|
2019-12-12 21:09:47 -05:00 |
|
Evan You
|
5658f8b678
|
feat(compiler): expose generateCodeFrame
|
2019-12-12 21:09:47 -05:00 |
|
Evan You
|
3de7315b7a
|
types: use RawSourceMap types
|
2019-12-12 21:09:46 -05:00 |
|
dependabot-preview[bot]
|
20ea67c834
|
build(deps-dev): bump rollup-plugin-terser from 5.1.2 to 5.1.3
Bumps [rollup-plugin-terser](https://github.com/TrySound/rollup-plugin-terser) from 5.1.2 to 5.1.3.
- [Release notes](https://github.com/TrySound/rollup-plugin-terser/releases)
- [Commits](https://github.com/TrySound/rollup-plugin-terser/compare/v5.1.2...v5.1.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-12-12 07:57:43 +00:00 |
|
dependabot-preview[bot]
|
94ba8475eb
|
build(deps-dev): bump rollup from 1.27.9 to 1.27.11
Bumps [rollup](https://github.com/rollup/rollup) from 1.27.9 to 1.27.11.
- [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.9...v1.27.11)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-12-12 07:57:12 +00:00 |
|
Evan You
|
5ecc77df5a
|
chore: fix missed save
|
2019-12-11 10:39:29 -05:00 |
|
Evan You
|
b983c68575
|
test(e2e): avoid relying on CDN + reduce debounce delay
|
2019-12-11 10:37:03 -05:00 |
|
Evan You
|
4d730f464d
|
refactor: move runtime compile error handling to vue
|
2019-12-11 10:25:34 -05:00 |
|
Evan You
|
c202bd6ac0
|
test(e2e): use better mocking strategy for commits example
|
2019-12-11 10:15:52 -05:00 |
|
CodinCat
|
f48a4f71a7
|
test(e2e): add e2e test for commits example (#526)
* test(e2e): add e2e test for commits example
* test(e2e): add waitForResponse to enhance the test
* test(e2e): use mocks for commits test
|
2019-12-11 09:51:15 -05:00 |
|
Evan You
|
2a994094de
|
test: ignore size-check in coverage
|
2019-12-11 09:46:52 -05:00 |
|
Evan You
|
d3d4fe84cd
|
fix(vue): properly cache runtime compilation
|
2019-12-11 09:46:42 -05:00 |
|
宋铄运
|
559fa27185
|
test(compiler-sfc): more tests (#536)
|
2019-12-11 09:26:14 -05:00 |
|
CodinCat
|
532d3b68ab
|
test(e2e): add e2e test for markdown example (#533)
|
2019-12-11 09:13:47 -05:00 |
|
Evan You
|
818bf17cb7
|
feat(compiler-sfc): use @vue/compiler-dom by default
|
2019-12-10 22:23:55 -05:00 |
|
Evan You
|
136ab753b3
|
build: adjust esm formats
|
2019-12-10 22:14:02 -05:00 |
|
Evan You
|
8ed04ed503
|
build: release script
|
2019-12-10 21:29:52 -05:00 |
|
Evan You
|
cd5ba7cfcc
|
build: remove lerna
|
2019-12-10 18:24:59 -05:00 |
|
Evan You
|
7aca27392f
|
build: no need for alias in rollup config
|
2019-12-10 17:50:16 -05:00 |
|
Evan You
|
3e3188fa9f
|
refactor: adjust sfc compiler options
|
2019-12-10 17:41:56 -05:00 |
|
Evan You
|
95b2cb6fd2
|
fix(compiler-core): should only parse interpolations in DATA text mode
|
2019-12-10 15:30:17 -05:00 |
|
Evan You
|
5cd1495767
|
refactor(compiler-core): centralize compiler options
|
2019-12-10 12:53:26 -05:00 |
|
Evan You
|
03301b264e
|
workflow(template-explorer): fix cacheHandlers disabled state
|
2019-12-10 12:46:38 -05:00 |
|
Evan You
|
c8c5b16ef7
|
feat(compiler-sfc): properly pass on options
|
2019-12-10 12:22:23 -05:00 |
|
宋铄运
|
0a14c04c81
|
feat(compiler-sfc): compile template WIP (#534)
|
2019-12-10 12:01:56 -05:00 |
|
Evan You
|
b198a665cf
|
workflow: add size-check package
|
2019-12-10 11:31:57 -05:00 |
|
Evan You
|
c97d83aff2
|
refactor(runtime-core): tweak component proxy implementation
|
2019-12-10 11:14:29 -05:00 |
|
Haoqun Jiang
|
d1527fbee4
|
test: add test for runtime-dom/modules/class (#75)
|
2019-12-09 14:52:20 -05:00 |
|
GCA
|
2383b45e32
|
chore: fix typo (#530) [ci skip]
|
2019-12-09 14:23:57 -05:00 |
|
Evan You
|
e7e1314ccc
|
test: fix warning
|
2019-12-09 14:23:01 -05:00 |
|
CodinCat
|
12ec62e688
|
test(e2e): add e2e test for tree example (#529)
|
2019-12-09 14:20:56 -05:00 |
|
Pocho
|
55e234816e
|
types(compiler-sfc): use specific preprocessLang instead of string (#528)
|
2019-12-09 14:19:39 -05:00 |
|
CodinCat
|
9b5c4a2ec1
|
chore: fix debounce of markdown example (#525) [ci skip]
|
2019-12-09 14:16:44 -05:00 |
|
Cédric Exbrayat
|
65bfe0130c
|
chore: fix grid composition example (#519) [ci skip]
Commit 27a72bd8f1 fixed the example but introduced a useless import.
|
2019-12-09 14:16:21 -05:00 |
|
Evan You
|
c53fae987d
|
feat(runtime-core): warn incorrect root props value (close #375)
|
2019-12-09 14:06:31 -05:00 |
|
Evan You
|
83428fb844
|
chore: update readme
|
2019-12-09 14:06:31 -05:00 |
|
dependabot-preview[bot]
|
0c59cf89f3
|
build(deps): bump postcss from 7.0.23 to 7.0.24 (#531)
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.23 to 7.0.24.
- [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.23...7.0.24)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-12-09 10:25:56 -05:00 |
|
dependabot-preview[bot]
|
9b66c527a1
|
build(deps-dev): bump rollup from 1.27.8 to 1.27.9
Bumps [rollup](https://github.com/rollup/rollup) from 1.27.8 to 1.27.9.
- [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.8...v1.27.9)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-12-09 07:42:20 +00:00 |
|
ztplz
|
02478b48eb
|
chore: use const instead of let (#524)
|
2019-12-06 00:10:06 +01:00 |
|
dependabot-preview[bot]
|
11450ceffd
|
build(deps-dev): bump typescript from 3.7.2 to 3.7.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.7.2 to 3.7.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v3.7.2...v3.7.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-12-05 07:43:09 +00:00 |
|
meteorlxy
|
f3007a6b4f
|
fix(core): use String to convert primitive types (#518)
|
2019-12-04 18:28:52 +01:00 |
|
Evan You
|
42cdf8c409
|
test(e2e): extract e2eUtils + test both api styles of todomvc
|
2019-12-04 12:13:00 +01:00 |
|
Evan You
|
27a72bd8f1
|
chore: fix example
|
2019-12-04 11:54:24 +01:00 |
|
CodinCat
|
8ebb503f73
|
test(e2e): complete e2e test for todomvc (#517)
|
2019-12-04 05:53:51 -05:00 |
|
Evan You
|
89a187b895
|
refactor(reactivity): separate track and trigger operation types
|
2019-12-03 11:30:24 -05:00 |
|
hujiulong
|
7522d4d61a
|
types(transition): props should be declared by generic (#514)
|
2019-12-03 10:12:54 -05:00 |
|
dependabot-preview[bot]
|
dec444ef04
|
build(deps-dev): bump @microsoft/api-extractor from 7.6.2 to 7.7.0
Bumps [@microsoft/api-extractor](https://github.com/microsoft/rushstack) from 7.6.2 to 7.7.0.
- [Release notes](https://github.com/microsoft/rushstack/releases)
- [Commits](https://github.com/microsoft/rushstack/commits/@microsoft/api-extractor_v7.7.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-12-03 07:54:36 +00:00 |
|
Gabriel Loiácono
|
1f3e4f8bcc
|
refactor(compiler-sfc): changed string typeof to isString util (#513)
|
2019-12-02 23:08:52 -05:00 |
|