Commit Graph

  • 2569890e31 refactor: move mockWarn utility to @vue/shared Evan You 2020-01-22 09:29:35 -0500
  • 95a8beb787 build(deps-dev): bump @microsoft/api-extractor from 7.7.5 to 7.7.6 dependabot-preview[bot] 2020-01-22 07:58:02 +0000
  • 4f06eebc1c fix(dom): fix <svg> and <foreignObject> mount and updates Evan You 2020-01-21 11:32:17 -0500
  • da8c31dc7f build(deps-dev): bump rollup from 1.29.0 to 1.29.1 dependabot-preview[bot] 2020-01-21 07:26:02 +0000
  • f2ac28b31e fix(compiler-core): force <svg> into blocks for correct runtime isSVG state during patch Evan You 2020-01-20 14:48:19 -0500
  • 0c42a6d8fa types: refactor ref unwrapping (#646) likui 2020-01-21 02:22:18 +0800
  • 98d50d874d fix(transition): handle multiple transition classes (#638) (#645) yang 2020-01-21 01:44:01 +0800
  • 5aa9868512 test(reactivity): declare the exact type (#644) Rustin 2020-01-21 01:02:08 +0800
  • 035b6560f7 fix(runtime-core): isSVG check should also apply for patch branch Evan You 2020-01-20 11:55:18 -0500
  • e81c8a32c7 feat(runtime-core): emit now returns array of return values from all triggered handlers Evan You 2020-01-20 11:24:08 -0500
  • aca2c2a81e fix(compiler-core): avoid override user keys when injecting branch key (#630) Ruijia Tang 2020-01-20 23:15:53 +0800
  • c71ca354b9 fix(compiler-sfc): only transform relative asset URLs (#628) Sören Schwert 2020-01-20 15:57:17 +0100
  • 787ac5f74e test(runtime-core): modify test case to set different value (#620) Rustin 2020-01-20 22:43:58 +0800
  • 1542b5eb6f build(deps-dev): bump @microsoft/api-extractor from 7.7.4 to 7.7.5 dependabot-preview[bot] 2020-01-20 07:58:07 +0000
  • c7d6230eb0 build(deps-dev): bump @microsoft/api-extractor from 7.7.3 to 7.7.4 dependabot-preview[bot] 2020-01-17 07:40:30 +0000
  • 6d2e5aa50f build(deps-dev): bump typescript from 3.7.4 to 3.7.5 dependabot-preview[bot] 2020-01-17 07:39:57 +0000
  • 2b4d0d6501 types(reactivity): handle primitive + object intersection types in UnwrapRef (#614) IU 2020-01-17 06:47:47 +0800
  • 2f6ec45d10 test: reformat defineComponent dts test (#631) Cédric Exbrayat 2020-01-16 23:46:25 +0100
  • 751d838fb9 fix(runtime-core): should not warn unused attrs when accessed via setup context Evan You 2020-01-16 17:45:08 -0500
  • c35fea3d60 fix(runtime-core): condition for parent node check should be any different nodes Evan You 2020-01-16 16:21:37 -0500
  • 04ac6c467a feat(runtime-core): support app.unmount(container) (#601) likui 2020-01-17 01:23:47 +0800
  • 8ec69cbc3f build(deps-dev): bump @types/jest from 24.0.25 to 24.9.0 dependabot-preview[bot] 2020-01-16 08:04:42 +0000
  • 1081ef8089 chore: fix error reporting URL to point to vue-next (#624) [ci skip] Sören Schwert 2020-01-16 03:50:06 +0100
  • e683cc6ed4 build(deps-dev): bump enquirer from 2.3.2 to 2.3.4 dependabot-preview[bot] 2020-01-14 07:55:08 +0000
  • 2a757f3344 build(deps-dev): bump @microsoft/api-extractor from 7.7.2 to 7.7.3 dependabot-preview[bot] 2020-01-14 07:55:02 +0000
  • 1d5a9eb7c1 chore: fix publish log [ci skip] Evan You 2020-01-13 17:53:54 -0500
  • 5e35d6fb79 chore: fix release script temporary tag [ci skip] Evan You 2020-01-13 17:53:17 -0500
  • 9f65d811af release: v3.0.0-alpha.2 Evan You 2020-01-13 17:44:30 -0500
  • 2e9726e6a2 fix(runtime-core/renderer): fix v-if toggle inside blocks Evan You 2020-01-13 17:31:00 -0500
  • 74baea108a fix(types): components options should accept components defined with defineComponent (#602) Cédric Exbrayat 2020-01-13 23:12:45 +0100
  • 63a6563106 fix(reactivity): should delete observe value (#598) likui 2020-01-14 06:11:49 +0800
  • 30aae0b4df build(deps): bump postcss from 7.0.25 to 7.0.26 (#570) dependabot-preview[bot] 2020-01-13 10:49:57 -0500
  • 4154cacc76 chore(scripts): fix typo (#612) Rustin 2020-01-13 20:09:30 +0800
  • f84ed5baa0 build(deps-dev): bump rollup-plugin-terser from 5.1.3 to 5.2.0 dependabot-preview[bot] 2020-01-13 08:49:50 +0000
  • f465199946 types: fix setup this type (#605) Yang Mingshan 2020-01-11 00:46:34 +0800
  • b9479e2543 build(deps-dev): bump rollup from 1.28.0 to 1.29.0 dependabot-preview[bot] 2020-01-09 07:35:02 +0000
  • eefc5e91ee build(deps-dev): bump @microsoft/api-extractor from 7.7.1 to 7.7.2 dependabot-preview[bot] 2020-01-09 07:34:43 +0000
  • 8f616a89c5 fix(runtime-core): allow classes to be passed as plugins (#588) Kael 2020-01-09 04:40:24 +1100
  • 453e6889da fix(watch): remove recorded effect on manual stop (#590) Yang Mingshan 2020-01-09 01:06:16 +0800
  • 507b9ed3b3 build(deps-dev): bump @microsoft/api-extractor from 7.7.0 to 7.7.1 dependabot-preview[bot] 2020-01-08 07:23:17 +0000
  • c9bb346941 chore: update README.md (#592) [ci skip] Jason Yu 2020-01-07 18:19:54 +0000
  • 6e39bcd8e8 build(deps-dev): bump ts-jest from 24.2.0 to 24.3.0 dependabot-preview[bot] 2020-01-07 07:28:21 +0000
  • 7c90aa5539 chore: fix typo in contributing guide (#589) Turtuvshin Byambaa 2020-01-07 18:33:22 +0800
  • 54bb820f73 types: update jsx support (#587) Yu Zong 2020-01-06 15:19:18 -0600
  • 985f4c91d9 types: improve isRef typing (#578) Carlos Rodrigues 2020-01-06 21:15:49 +0000
  • 2ac4b723e0 fix(compiler/v-slot): handle implicit default slot mixed with named slots Evan You 2020-01-06 15:31:21 -0500
  • bb6a346996 fix(runtime-core): should preserve props casing when component has no declared props Evan You 2020-01-06 15:05:57 -0500
  • 8aca71b354 build: adjust release tag for alpha/beta phase Evan You 2020-01-06 12:09:37 -0500
  • 84dc5a6862 fix(runtime-core/vnode): should not render boolean values in vnode children (close #574) Evan You 2020-01-06 11:57:19 -0500
  • 137893a4fd fix(compiler/v-on): handle multiple statements in v-on handler (close #572) Evan You 2020-01-06 11:45:48 -0500
  • 46a793717a build(deps-dev): bump rollup from 1.27.14 to 1.28.0 dependabot-preview[bot] 2020-01-06 07:48:36 +0000
  • 9edc4fa1fe types: fix failed typings? pikax 2020-01-04 14:22:09 +0000
  • 07ff08956f chore: simplifying and improve tupple & array output type on ref pikax 2020-01-04 14:09:52 +0000
  • 14f1814292 types: improve type error logging and nest ref types pikax 2020-01-04 10:10:30 +0000
  • 7770d6d034 chore: update readme [ci skip] Evan You 2020-01-02 18:40:43 -0500
  • 15cccad09f build(release): only log actually publisehd packages Evan You 2020-01-02 18:27:07 -0500
  • 1bb1271b5e release: v3.0.0-alpha.1 Evan You 2020-01-02 18:25:17 -0500
  • cee536360e types: fix compiler-dom rolled up dts Evan You 2020-01-02 18:21:56 -0500
  • 5c4833e204 build: generate changelog during release Evan You 2020-01-02 18:12:54 -0500
  • 9351264aff build: fix skipped package check Evan You 2020-01-02 18:08:42 -0500
  • b518f9d4e3 build: changelog generation Evan You 2020-01-02 18:07:42 -0500
  • 7cab6ccceb chore: add issue template [ci skip] Evan You 2020-01-02 17:41:03 -0500
  • bfb0ad5a5e types: refactor watcher types naming Evan You 2019-12-30 11:30:12 -0500
  • 1cf1ad5e94 test(reactivity): extracted repetitive assertions (#554) Elad Frizi 2019-12-30 18:29:43 +0200
  • 5ec05f09ca build(deps): [security] bump handlebars from 4.1.2 to 4.5.3 (#567) dependabot-preview[bot] 2019-12-30 11:27:11 -0500
  • dee5480317 chore: use Boolean to filter TemplateChildNode (#569) susiwen8 2019-12-31 00:26:45 +0800
  • a7ef59c4c3 test(vnode): add test for dynamic children (#563) likui 2019-12-31 00:25:44 +0800
  • ad2a0bde98 perf(compiler-core): simplify advancePositionWithMutation (#564) djy0 2019-12-31 00:25:06 +0800
  • 9996d7acbc chore: fix typo api.json (#565) [ci skip] Yingya Zhang 2019-12-31 00:23:25 +0800
  • 3980ad65de types: exports watch api types (#562) Yang Mingshan 2019-12-31 00:19:57 +0800
  • f8b7ad5a77 build(deps-dev): bump @types/jest from 24.0.24 to 24.0.25 dependabot-preview[bot] 2019-12-27 07:40:20 +0000
  • 08de7f1085 chore: fix typo jest moduleNameMapper (#566) Yingya Zhang 2019-12-26 18:27:25 +0800
  • 7df5e70c83 types: accept defineComponent return types in app.mount Evan You 2019-12-24 11:04:35 -0500
  • 59c595c1e8 refactor: use named export for compiled render function Evan You 2019-12-24 10:51:26 -0500
  • 4d20981eb0 fix(runtime-core): pass options to plugins (#561) 宋铄运 2019-12-24 23:33:47 +0800
  • 6a14542f78 build(deps-dev): bump @rollup/plugin-json from 4.0.0 to 4.0.1 (#558) dependabot-preview[bot] 2019-12-23 10:58:43 -0500
  • 7eb46dbd86 build(deps-dev): bump @rollup/plugin-replace from 2.2.1 to 2.3.0 dependabot-preview[bot] 2019-12-23 15:55:11 +0000
  • 80f8b46177 ci: skip e2e tests on netlify coverage builds Evan You 2019-12-23 10:51:28 -0500
  • 6614f21bf4 chore: further edit formats and include it in vue package readme [ci skip] Evan You 2019-12-23 10:28:40 -0500
  • 51764d3195 chore: more details on build formats [ci skip] Evan You 2019-12-23 10:12:35 -0500
  • f601f87dad build(deps-dev): bump typescript from 3.7.3 to 3.7.4 dependabot-preview[bot] 2019-12-23 07:49:34 +0000
  • e128f67391 build(deps-dev): bump rollup from 1.27.13 to 1.27.14 dependabot-preview[bot] 2019-12-23 07:49:11 +0000
  • d6275a3c31 fix(sfc): treat custom block content as raw text Evan You 2019-12-22 21:09:39 -0500
  • 90ddb7c260 refactor: expose parse in compiler-dom, improve sfc parse error handling Evan You 2019-12-22 19:44:21 -0500
  • 7d436ab59a fix: mounting new children Evan You 2019-12-22 16:24:24 -0500
  • 2fdb499bd9 fix(fragment): perform direct remove when removing fragments Evan You 2019-12-22 16:15:16 -0500
  • 47a6a84631 fix(core): clone mounted hoisted vnodes on patch Evan You 2019-12-22 13:31:13 -0500
  • eda495efd8 feat(hmr): root instance reload Evan You 2019-12-22 12:25:04 -0500
  • c3e1c812e3 build: warn invalid format in build script Evan You 2019-12-22 11:56:09 -0500
  • c9b9ae3941 refactor: rename apiApp.ts -> apiCreateApp.ts Evan You 2019-12-22 11:27:40 -0500
  • 1c4cdd841d refactor(createComponent): rename to defineComponent (#549) Chris Fritz 2019-12-22 10:58:12 -0500
  • 7d2ae08277 build: polish release script Evan You 2019-12-20 13:43:48 -0500
  • ff4c5c1bb6 build(deps): bump postcss from 7.0.24 to 7.0.25 (#544) dependabot-preview[bot] 2019-12-20 11:57:17 -0500
  • 2e3c5aaf5f test(e2e): add test for svg example (#551) CodinCat 2019-12-21 01:56:36 +0900
  • 755c7b581c chore: mark get/set create calls pure Evan You 2019-12-20 11:16:46 -0500
  • 0a4f306492 fix: shallowReadonly should keep reactive properties reactive Evan You 2019-12-20 11:14:07 -0500
  • 2dcdbca6e2 ci: bust cache Evan You 2019-12-20 10:59:21 -0500
  • ca2759fc7d ci: parallelize config Evan You 2019-12-20 10:55:53 -0500
  • 94d692b0cf test: fix tests after missing end tag error location fix Evan You 2019-12-20 10:10:08 -0500
  • 9560ab72f8 ci: use workflow to parallelize jobs Evan You 2019-12-20 09:40:34 -0500