Commit Graph

  • ccf3362d4d
    build(deps): bump csstype from 2.6.11 to 2.6.13 (#1737) dependabot-preview[bot] 2020-07-30 16:45:36 -0400
  • 5e20a3ed9a
    build(deps): [security] bump elliptic from 6.5.2 to 6.5.3 (#1735) dependabot-preview[bot] 2020-07-30 16:45:16 -0400
  • 8b67513dab chore: update cli status [ci skip] Evan You 2020-07-29 10:24:02 -0400
  • ce78eac8e9
    fix(runtime-core): check if the key is string on undefined property warning (#1731) Carlos Rodrigues 2020-07-29 15:06:36 +0100
  • 848d9ce2ea release: v3.0.0-rc.5 Evan You 2020-07-28 17:42:05 -0400
  • 6f5d840612 feat(sfc): support resolving template components from <script setup> exports Evan You 2020-07-28 17:31:46 -0400
  • aa06b1034d
    feat(reactivity): proxyRefs method and ShallowUnwrapRefs type (#1682) Evan You 2020-07-28 16:30:56 -0400
  • de62cc040c
    fix(hmr): should update el for HYDRATE_EVENTS patchFlags node (#1707) underfin 2020-07-29 03:52:20 +0800
  • 421a70de5e
    test(types): test computed get/set type inference (#1709) Carlos Rodrigues 2020-07-28 20:40:23 +0100
  • 06cad62ee8
    test(transition): add invalid durations test case (#1702) Che Guevara 2020-07-29 03:36:36 +0800
  • 5681fdb211
    test(types): test dts for Options API method return type inference (#1708) Carlos Rodrigues 2020-07-28 20:31:23 +0100
  • 07ece2e926
    fix(style-vars): fix css vars on component with suspense as root (#1718) underfin 2020-07-29 03:30:18 +0800
  • 58b4a382f9 refactor(compiler-core): emit error on v-if key usage Evan You 2020-07-28 15:18:41 -0400
  • 355c052622 fix(runtime-core): dev root resolution should differentiate user comments vs v-if comments Evan You 2020-07-28 14:15:20 -0400
  • 578f25c34e
    fix(compiler-sfc): less and stylus output deps path is absolute p… (#1685) underfin 2020-07-29 01:45:24 +0800
  • 4ef5c8d424 fix(runtime-core): fix scheduler dedupe when not flushing Evan You 2020-07-28 13:23:09 -0400
  • c27dfe1d09 fix(runtime-core): scheduler should allow intentional self triggering effects Evan You 2020-07-28 12:29:43 -0400
  • 730e39eb76 refactor: remove unnecessary conditions and test case Evan You 2020-07-28 12:09:03 -0400
  • b7ef38b773 fix(reactivity): fix ref mutation debugger event values Evan You 2020-07-28 12:01:25 -0400
  • 0b3b1cfa48 fix(v-model): enable v-model type detection on custom elements Evan You 2020-07-28 11:44:27 -0400
  • 04a4ebaaeb
    fix(runtime-core): use correct container for moving Teleport content (#1703) underfin 2020-07-28 23:23:39 +0800
  • fbf865d9d4 fix(compiler-core): always compile Teleport and Suspense as blocks Evan You 2020-07-28 11:12:43 -0400
  • b3b65b4058 fix: runtime compilation marker should be applied in exposed compile function Evan You 2020-07-28 11:11:26 -0400
  • a5e55e28f1 test: improve unexpected warning output Evan You 2020-07-28 00:24:12 -0400
  • 7e8b26eba8 refactor(runtime-core): make nextTick() promise reject on scheduler flush error Evan You 2020-07-28 00:20:30 -0400
  • 3cc768f9f2 refactor(runtime-core): adjust error handling behavior Evan You 2020-07-28 00:17:59 -0400
  • 678364802d
    build(deps-dev): bump ts-jest from 26.1.3 to 26.1.4 (#1726) dependabot-preview[bot] 2020-07-28 09:21:13 +0000
  • 152464ffcd
    build(deps-dev): bump @typescript-eslint/parser from 3.7.0 to 3.7.1 (#1725) dependabot-preview[bot] 2020-07-28 09:19:49 +0000
  • 5c74243211 test: move mockWarn into setup files Evan You 2020-07-27 22:58:37 -0400
  • d4527230e4
    fix(compiler-core): prevent generating invalid code for v-bind with empty expression (#1720) underfin 2020-07-28 06:31:08 +0800
  • 5fbd1f4ccb fix(compiler-core/v-on): only cache empty handler when the option is used Evan You 2020-07-27 18:26:47 -0400
  • c930f2ee8a chore: update snapshot Evan You 2020-07-27 17:45:30 -0400
  • 354d79c42b fix(runtime-core): respect render function from mixins Evan You 2020-07-27 17:44:17 -0400
  • 71c3c6e2a0 fix(v-model): allow v-model usage on declared custom elements Evan You 2020-07-27 17:09:21 -0400
  • 2a633c84ff
    fix(transition): should call transition hooks inside already resolved suspense (#1698) underfin 2020-07-28 04:47:07 +0800
  • 6efb2fe3ea
    build(deps-dev): bump rollup from 2.22.2 to 2.23.0 (#1694) dependabot-preview[bot] 2020-07-24 08:22:03 +0000
  • 5479e60a3a
    build(deps-dev): bump @ls-lint/ls-lint from 1.9.0 to 1.9.2 (#1693) dependabot-preview[bot] 2020-07-24 08:21:57 +0000
  • 89e2e3f008
    build(deps-dev): bump @types/jest from 26.0.5 to 26.0.7 (#1692) dependabot-preview[bot] 2020-07-24 08:19:57 +0000
  • 3d2bdafd2f chore: revert accidentally commented line Evan You 2020-07-23 14:53:09 -0400
  • a75b8a268f fix(build): fix component resolution when disabling options API Evan You 2020-07-23 14:33:15 -0400
  • ba17c871d8 feat: support delimiters option for runtime compilation Evan You 2020-07-22 21:29:59 -0400
  • 7edfdf7e23 fix(reactivity): avoid tracking internal symbols in has trap Evan You 2020-07-22 21:19:10 -0400
  • 452edb73cb
    fix(compiler-sfc): fix rewrite named export default (#1675) underfin 2020-07-23 09:00:41 +0800
  • ee6828aa1e
    chore: add docs link and change beta to RC (#1673) [ci skip] Erik Campobadal Forés 2020-07-23 02:59:05 +0200
  • ea94c33f0b
    build(deps-dev): bump rollup from 2.22.1 to 2.22.2 (#1677) dependabot-preview[bot] 2020-07-22 20:58:17 -0400
  • d63daaf9b6 release: v3.0.0-rc.4 Evan You 2020-07-21 15:40:46 -0400
  • 11c2ad4a04 fix(deps): move @babel/types back to dependencies Evan You 2020-07-21 15:39:54 -0400
  • 7753485baa release: v3.0.0-rc.3 Evan You 2020-07-21 15:27:26 -0400
  • 615dccd00e
    feat(compiler-core/internal): add onContextCreated option to generate (#1672) Rahul Kadyan 2020-07-22 00:46:20 +0530
  • 4951d43526 fix(compiler-sfc): <style vars scoped> prefixing should only apply to pre-transform source Evan You 2020-07-21 15:05:28 -0400
  • a28a11ef22 chore: make app root attribute consistent with scopeId attributes Evan You 2020-07-21 14:56:28 -0400
  • c852bf18d7 fix(v-model): v-model listeners should not fallthrough to plain element root Evan You 2020-07-21 14:17:48 -0400
  • 304830a764
    feat(runtime-core): respect function name when using defineComponent function shorthand (#1661) Bjarki Hall 2020-07-21 17:15:26 +0000
  • 1af3531719 fix(runtime-core): fix attr fallthrough on compiled framgent w/ single static element + comments Evan You 2020-07-21 13:09:58 -0400
  • 6390ddfb7d fix(runtime-core): do not use bail patchFlag on cloned vnodes Evan You 2020-07-21 12:35:34 -0400
  • 324167d3d2
    test(runtime-dom): add test for vModel composition session (#1631) learningMaster 2020-07-21 22:34:08 +0800
  • 3e412c10e0
    refactor(reactive): reduce code size by assigning to a local variable (#1634) Zardddddd60 2020-07-21 22:33:09 +0800
  • fb8e83f0c2 chore: update link for the feature flag warning [ci skip] Evan You 2020-07-21 10:24:51 -0400
  • 7ae07f718d docs: details on esm-bundler feature flags [ci skip] Evan You 2020-07-21 10:11:28 -0400
  • 2d04ee6766
    build(deps-dev): bump @typescript-eslint/parser from 3.6.1 to 3.7.0 (#1663) dependabot-preview[bot] 2020-07-21 08:16:49 +0000
  • be4df124e6 refactor: move @babel/types to dev deps, reduce install size Evan You 2020-07-20 22:14:05 -0400
  • 54727f9874 feat: provide ability to overwrite feature flags in esm-bundler builds Evan You 2020-07-20 21:51:30 -0400
  • dabdc5e115
    feat(computed): add readonly flag if no setter is provided (#1654) Carlos Rodrigues 2020-07-20 22:35:31 +0100
  • ad199e1a25 fix(build): make transition tree-shakeable again Evan You 2020-07-20 16:13:41 -0400
  • 6f148d0b9a
    fix(compiler-sfc): use correct importer with useCssVars (#1658) underfin 2020-07-21 00:46:33 +0800
  • 19e41eaddc
    chore(compiler-sfc): delete empty file in fixture (#1649) Liaogming 2020-07-21 00:43:58 +0800
  • 288b4eab9e
    fix(watch): fix watching reactive array (#1656) Tan Li Hau 2020-07-21 00:39:22 +0800
  • d39c03771b
    build(deps-dev): bump @types/jest from 26.0.4 to 26.0.5 (#1653) dependabot-preview[bot] 2020-07-20 09:25:11 +0000
  • cc222c15be
    build(deps-dev): bump eslint from 7.4.0 to 7.5.0 (#1652) dependabot-preview[bot] 2020-07-20 09:23:13 +0000
  • 9183716732
    build(deps-dev): bump rollup from 2.21.0 to 2.22.1 (#1651) dependabot-preview[bot] 2020-07-20 09:21:23 +0000
  • 1f4045a086 release: v3.0.0-rc.2 Evan You 2020-07-19 14:52:42 -0400
  • af7e100ef2 fix(compiler-core): fix v-if + v-for on <template> Evan You 2020-07-19 14:36:01 -0400
  • 0526e5d7fa
    fix(compiler-sfc): use filename from options when compile styl preprocessor (#1635) underfin 2020-07-20 02:17:31 +0800
  • 03c681e396 refactor(types): move component props interfaces + expose AllowedComponentProps Evan You 2020-07-19 14:09:37 -0400
  • 2deb0c7a74
    fix(keep-alive): handle "0" as cache key (#1622) zhangzhonghe 2020-07-20 01:31:07 +0800
  • 8facaefcc3
    fix(watch): callback not called when using flush:sync (#1633) Carlos Rodrigues 2020-07-19 18:30:24 +0100
  • 4655d69983 fix(runtime-core/hmr): only use cloneNode mount optimization in prod Evan You 2020-07-19 13:22:58 -0400
  • b3af5dbe5d chore: more detailed teleport target warning Evan You 2020-07-19 11:52:03 -0400
  • f9826fa963
    fix(compiler-core/v-on): fix codegen for event handler with newlines (#1640) HcySunYang 2020-07-19 23:48:26 +0800
  • fa5ddf8d06
    chore(types): convert type literals to records (#1615) Stanislav 2020-07-19 05:56:28 +0300
  • b8db7ab889
    test(runtime-dom): improve v-on system key modifiers test (#1597) motao 2020-07-19 10:55:39 +0800
  • 61b02d8577
    chore: changelog formatting [ci skip] (#1616) ฏ๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎ฏ๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎๎ 2020-07-19 08:20:34 +0530
  • 0ea14cade9 release: v3.0.0-rc.1 Evan You 2020-07-17 15:30:17 -0400
  • 24f19050d8 chore: update devtools status [ci skip] Evan You 2020-07-17 14:07:33 -0400
  • 5d8a64d53a
    feat(types): deny unknown attributes on component by default (#1614) HcySunYang 2020-07-17 23:43:28 +0800
  • 77659fa037
    build(deps-dev): bump ts-jest from 26.1.2 to 26.1.3 (#1610) dependabot-preview[bot] 2020-07-17 15:32:43 +0000
  • e626caa4d1
    chore(shared): menuitem tag has been deprecated (#1613) leyale 2020-07-17 23:26:12 +0800
  • a8966457d3
    refactor(devtools): extract same logic into createDevtoolsHook (#1608) underfin 2020-07-17 23:25:33 +0800
  • 2c3427413d
    chore: typo [ci skip] (#1604) ezshine 2020-07-17 23:24:53 +0800
  • a935998b33
    chore: better comment hovers preview [ci skip] (#1612) lawvs 2020-07-18 00:24:12 +0900
  • 341b30c961 fix(watch): post flush watchers should not fire when component is unmounted Evan You 2020-07-17 11:17:29 -0400
  • 024a8f10f5 chore: also expose DeepReadonly in runtime-core Evan You 2020-07-17 09:29:44 -0400
  • 527c2c8bbb
    feat(types): expose DeepReadonly type (#1606) Pick 2020-07-17 21:28:50 +0800
  • 622d042c6e
    build(deps-dev): bump typescript from 3.9.6 to 3.9.7 (#1611) dependabot-preview[bot] 2020-07-17 08:14:27 +0000
  • 568b6db12b
    feat: Initial devtools support (#1125) Guillaume Chau 2020-07-17 00:18:52 +0200
  • 5ed73cd874 release: v3.0.0-beta.24 Evan You 2020-07-16 13:51:52 -0400
  • d5055cd8dd refactor(compiler-sfc): simplify style preprocessors Evan You 2020-07-16 13:38:46 -0400
  • 9cb29eea3a fix(compiler-sfc): fix preprocessor filename access Evan You 2020-07-16 13:34:59 -0400
  • 6136cf874e
    chore: fix error message (#1602) Sohaib Alam 2020-07-16 23:06:16 +0530
  • 8b5d153d7f release: v3.0.0-beta.23 Evan You 2020-07-16 12:48:56 -0400