Commit Graph

  • 362831d8ab fix(sfc): fix v-slotted attribute injection Evan You 2019-12-19 17:54:52 -0500
  • 3a3a24d621 feat(sfc): accept inMap in compileTemplate() Evan You 2019-12-19 16:25:05 -0500
  • 02c6d5c4e3 fix: codeframe marker should have min width of 1 Evan You 2019-12-19 15:42:53 -0500
  • d6da48a33f perf: optimize public properties access on componentProxy Evan You 2019-12-19 14:19:47 -0500
  • c73d889235 test(sfc): test @media and @supports query for scoped css Evan You 2019-12-19 12:07:47 -0500
  • bdbfead1e0 chore: adjust package.json Evan You 2019-12-19 12:04:07 -0500
  • f848cf2ac8 build(deps-dev): bump @types/jest from 24.0.23 to 24.0.24 dependabot-preview[bot] 2019-12-19 07:30:20 +0000
  • 9f52dce0d5 fix(renderer): should also use latest parent node when patching block child components Evan You 2019-12-18 17:09:28 -0500
  • 3deb20df63 feat(watch): warn when using lazy with simple callback Evan You 2019-12-18 11:54:12 -0500
  • c2c9c2b57e fix(watch): ignore lazy option in simple watch (#546) Yang Mingshan 2019-12-19 00:46:59 +0800
  • c57837c324 chore: Use dynamic paths in tsconfig.json (#548) Rahul Kadyan 2019-12-18 22:16:07 +0530
  • fc48e43ac7 chore: fix typo [ci skip] (#547) djy0 2019-12-19 00:45:28 +0800
  • c1959fa64d build: set compiler-sfc peerDep on vue Evan You 2019-12-17 21:51:41 -0500
  • d84cf3a538 feat(sfc): css modules support Evan You 2019-12-17 21:28:24 -0500
  • abfea8eb45 test(e2e): add test for grid example (#545) CodinCat 2019-12-18 23:19:31 +0900
  • 5cf7523787 build: export runtime-only build for bundlers by default in main vue package Evan You 2019-12-17 18:24:01 -0500
  • 9550302df4 build: esm-bunlder builds should be considered browser builds Evan You 2019-12-17 17:34:10 -0500
  • a894a350cd test(sfc): test scoped css compilation Evan You 2019-12-17 15:20:30 -0500
  • b689ca6e85 test: test scopeId support Evan You 2019-12-17 12:30:49 -0500
  • 3d16c0ea5a fix(runtime-test): output empty attrs without value in seralized output Evan You 2019-12-17 11:50:10 -0500
  • 31ca7858bb feat(sfc): ::v-global() pseudo selector support Evan You 2019-12-17 11:06:56 -0500
  • 8ea2101553 test: test hot module replacement Evan You 2019-12-16 17:57:34 -0500
  • f194aa0eea feat(sfc): ::slotted selector support Evan You 2019-12-16 16:45:10 -0500
  • 69c9dbc825 feat(sfc): scopeId runtime support Evan You 2019-12-16 13:33:10 -0500
  • 04e11187b9 perf: cache string helpers Evan You 2019-12-16 13:06:43 -0500
  • 51980afca2 feat(sfc): wip scopeId compiler support Evan You 2019-12-16 12:11:51 -0500
  • b2c2d0590e refactor: extract SFCInternalOptions inteface Evan You 2019-12-16 10:36:48 -0500
  • 3ec1dd6f74 build(deps-dev): bump rollup from 1.27.12 to 1.27.13 dependabot-preview[bot] 2019-12-16 07:56:08 +0000
  • 35858cec8c build: adjust global names + allow inline overrides of build flags Evan You 2019-12-15 15:37:43 -0500
  • 75113c8d3e test: fix tests Evan You 2019-12-14 22:28:39 -0500
  • 2b178981bc refactor: move isRuntimeCompiled flag into component.ts Evan You 2019-12-14 22:15:38 -0500
  • 46c5393224 perf(reactivity): optimize effect stack Evan You 2019-12-13 23:06:55 -0500
  • 49a50d3c9c feat(compiler): accept line offset in codeframe Evan You 2019-12-13 18:01:04 -0500
  • d6acb9c073 fix(hmr): force full diff on HMR Evan You 2019-12-13 17:57:21 -0500
  • b15951e190 chore: remove line numbers from default errors Evan You 2019-12-13 17:28:12 -0500
  • 865c1ce9ee feat(compiler-sfc): generate source map for template block Evan You 2019-12-13 13:22:30 -0500
  • 9e757b5cc5 refactor(compiler-core): move compile into separate file Evan You 2019-12-13 13:22:15 -0500
  • 8277d131c4 refactor(compiler): downgrade to source-map v6 for sync API Evan You 2019-12-13 12:56:25 -0500
  • a0ee4fbc36 types: use more specific type names Evan You 2019-12-13 11:24:09 -0500
  • fa5390fb6f fix(fragment): properly remove compiler generated fragments Evan You 2019-12-13 10:31:40 -0500
  • 6797e35703 chore: fix typos (#541) Cr 2019-12-13 18:49:01 +0800
  • 6a50d125f6 build(deps-dev): bump rollup from 1.27.11 to 1.27.12 dependabot-preview[bot] 2019-12-13 07:23:24 +0000
  • 7431c2e46e fix(runtime-core): ensure $forceUpdate behavior consistency with 2.x Evan You 2019-12-12 22:12:45 -0500
  • 2c3c65772b perf: optimize props resolution Evan You 2019-12-12 22:07:48 -0500
  • 4e91b1328d chore: add package dependency graph Evan You 2019-12-12 21:22:29 -0500
  • c36941c498 fix(compiler-core): should apply text transform to <template v-for> children Evan You 2019-12-12 21:09:32 -0500
  • 8ffd79c754 fix(compiler-core): handle template root and template v-if as stable fragments Evan You 2019-12-12 20:46:20 -0500
  • f77ae132e5 feat(hmr): reload and force slot update on re-render Evan You 2019-12-12 18:13:59 -0500
  • ef50c333ce fix(core): generate fragment root with patchFlag + optimize fragment w/ patchFlag Evan You 2019-12-12 17:58:32 -0500
  • efe39db023 feat(runtime-core): hot module replacement Evan You 2019-12-12 12:42:21 -0500
  • 3116b5d6c3 fix(runtime-core): initialize renderCache if not present Evan You 2019-12-12 11:44:18 -0500
  • 5658f8b678 feat(compiler): expose generateCodeFrame Evan You 2019-12-12 11:44:00 -0500
  • 3de7315b7a types: use RawSourceMap types Evan You 2019-12-11 13:33:45 -0500
  • 20ea67c834 build(deps-dev): bump rollup-plugin-terser from 5.1.2 to 5.1.3 dependabot-preview[bot] 2019-12-12 07:54:25 +0000
  • 94ba8475eb build(deps-dev): bump rollup from 1.27.9 to 1.27.11 dependabot-preview[bot] 2019-12-12 07:53:59 +0000
  • 5ecc77df5a chore: fix missed save Evan You 2019-12-11 10:39:29 -0500
  • b983c68575 test(e2e): avoid relying on CDN + reduce debounce delay Evan You 2019-12-11 10:37:03 -0500
  • 4d730f464d refactor: move runtime compile error handling to vue Evan You 2019-12-11 10:25:34 -0500
  • c202bd6ac0 test(e2e): use better mocking strategy for commits example Evan You 2019-12-11 10:15:52 -0500
  • f48a4f71a7 test(e2e): add e2e test for commits example (#526) CodinCat 2019-12-11 23:51:15 +0900
  • 2a994094de test: ignore size-check in coverage Evan You 2019-12-11 09:46:52 -0500
  • d3d4fe84cd fix(vue): properly cache runtime compilation Evan You 2019-12-11 09:46:42 -0500
  • 559fa27185 test(compiler-sfc): more tests (#536) 宋铄运 2019-12-11 22:26:14 +0800
  • 532d3b68ab test(e2e): add e2e test for markdown example (#533) CodinCat 2019-12-11 23:13:47 +0900
  • 818bf17cb7 feat(compiler-sfc): use @vue/compiler-dom by default Evan You 2019-12-10 22:23:55 -0500
  • 136ab753b3 build: adjust esm formats Evan You 2019-12-10 22:14:02 -0500
  • 8ed04ed503 build: release script Evan You 2019-12-10 21:29:52 -0500
  • cd5ba7cfcc build: remove lerna Evan You 2019-12-10 18:24:59 -0500
  • 7aca27392f build: no need for alias in rollup config Evan You 2019-12-10 17:50:16 -0500
  • 3e3188fa9f refactor: adjust sfc compiler options Evan You 2019-12-10 17:41:56 -0500
  • 95b2cb6fd2 fix(compiler-core): should only parse interpolations in DATA text mode Evan You 2019-12-10 15:30:17 -0500
  • 5cd1495767 refactor(compiler-core): centralize compiler options Evan You 2019-12-10 12:53:26 -0500
  • 03301b264e workflow(template-explorer): fix cacheHandlers disabled state Evan You 2019-12-10 12:46:38 -0500
  • c8c5b16ef7 feat(compiler-sfc): properly pass on options Evan You 2019-12-10 12:22:23 -0500
  • 0a14c04c81 feat(compiler-sfc): compile template WIP (#534) 宋铄运 2019-12-11 01:01:56 +0800
  • b198a665cf workflow: add size-check package Evan You 2019-12-10 11:31:57 -0500
  • c97d83aff2 refactor(runtime-core): tweak component proxy implementation Evan You 2019-12-10 11:14:29 -0500
  • d1527fbee4 test: add test for runtime-dom/modules/class (#75) Haoqun Jiang 2019-12-10 03:52:20 +0800
  • 2383b45e32 chore: fix typo (#530) [ci skip] GCA 2019-12-10 03:23:57 +0800
  • e7e1314ccc test: fix warning Evan You 2019-12-09 14:23:01 -0500
  • 12ec62e688 test(e2e): add e2e test for tree example (#529) CodinCat 2019-12-10 04:20:56 +0900
  • 55e234816e types(compiler-sfc): use specific preprocessLang instead of string (#528) Pocho 2019-12-10 03:19:39 +0800
  • 9b5c4a2ec1 chore: fix debounce of markdown example (#525) [ci skip] CodinCat 2019-12-10 04:16:44 +0900
  • 65bfe0130c chore: fix grid composition example (#519) [ci skip] Cédric Exbrayat 2019-12-09 20:16:21 +0100
  • c53fae987d feat(runtime-core): warn incorrect root props value (close #375) Evan You 2019-12-09 14:06:21 -0500
  • 83428fb844 chore: update readme Evan You 2019-12-09 14:03:10 -0500
  • 0c59cf89f3 build(deps): bump postcss from 7.0.23 to 7.0.24 (#531) dependabot-preview[bot] 2019-12-09 10:25:56 -0500
  • 9b66c527a1 build(deps-dev): bump rollup from 1.27.8 to 1.27.9 dependabot-preview[bot] 2019-12-09 07:39:04 +0000
  • 02478b48eb chore: use const instead of let (#524) ztplz 2019-12-06 07:10:06 +0800
  • 11450ceffd build(deps-dev): bump typescript from 3.7.2 to 3.7.3 dependabot-preview[bot] 2019-12-05 07:40:16 +0000
  • f3007a6b4f fix(core): use String to convert primitive types (#518) meteorlxy 2019-12-05 01:28:52 +0800
  • 42cdf8c409 test(e2e): extract e2eUtils + test both api styles of todomvc Evan You 2019-12-04 12:13:00 +0100
  • 27a72bd8f1 chore: fix example Evan You 2019-12-03 17:36:45 -0500
  • 8ebb503f73 test(e2e): complete e2e test for todomvc (#517) CodinCat 2019-12-04 19:53:51 +0900
  • 89a187b895 refactor(reactivity): separate track and trigger operation types Evan You 2019-12-03 11:30:24 -0500
  • 7522d4d61a types(transition): props should be declared by generic (#514) hujiulong 2019-12-03 23:12:54 +0800
  • dec444ef04 build(deps-dev): bump @microsoft/api-extractor from 7.6.2 to 7.7.0 dependabot-preview[bot] 2019-12-03 07:51:53 +0000
  • 1f3e4f8bcc refactor(compiler-sfc): changed string typeof to isString util (#513) Gabriel Loiácono 2019-12-03 01:08:52 -0300
  • cf2a0b281f feat(compiler-sfc): transform srcset (#501) likui 2019-12-03 12:06:14 +0800
  • 74fd6635ce test(e2e): wip e2e test for todomvc Evan You 2019-12-02 18:18:02 -0500