Commit Graph

  • 5b09e743a0 fix(ssr): fix escape and handling for raw Text, Comment and Static vnodes Evan You 2020-05-01 11:52:40 -0400
  • 1bddeea247 feat(runtime-core): warn against user properties with reserved prefixes Evan You 2020-05-01 11:23:01 -0400
  • 20bc7ba1c5 fix(runtime-dom): should not coerce nullish values to empty strings for non-string dom props Evan You 2020-05-01 11:06:24 -0400
  • 68e1ce8b66 refactor(types): mark more internal APIs Evan You 2020-05-01 10:37:40 -0400
  • 22717772dd
    chore: fix typos (#1090) HiiTea 2020-05-01 21:42:58 +0800
  • a6a939f5e0 build(deps-dev): bump rollup from 2.7.5 to 2.7.6 dependabot-preview[bot] 2020-05-01 13:38:37 +0000
  • fe4ae681d4 build(deps-dev): bump jest from 25.5.2 to 25.5.3 dependabot-preview[bot] 2020-05-01 13:38:06 +0000
  • 127e96a993 types: fix internal exports from @vue/shared Evan You 2020-05-01 09:19:30 -0400
  • c9bf7ded2e refactor(types): mark internal API exports and exclude from d.ts Evan You 2020-04-30 17:04:35 -0400
  • a5bb1d02b7 release: v3.0.0-beta.5 Evan You 2020-04-30 16:20:25 -0400
  • 8ed3455251
    fix(transition-group): should collect raw children with Fragment (#1046) underfin 2020-05-01 03:06:50 +0800
  • ba240eb497
    feat(runtime-core): export queuePostFlushCb (#1078) Bas van Meurs 2020-04-30 20:58:50 +0200
  • 239270c38a
    fix(keep-alive): do not invoke onVnodeBeforeUnmount if is KeepAlive component (#1079) Carlos Rodrigues 2020-04-30 19:52:03 +0100
  • 2e0373bb7a
    build: fix build script - extractorResult is not defined (#1068) leex 2020-05-01 02:49:58 +0800
  • 6bb838392d build(deps-dev): bump jest from 25.5.0 to 25.5.2 dependabot-preview[bot] 2020-04-30 08:17:34 +0000
  • 352c369704 chore: remove stale _isVue checks Evan You 2020-04-30 14:45:11 -0400
  • 386b093554 fix(hmr): support hmr for static nodes Evan You 2020-04-30 14:38:13 -0400
  • 9f8ed4a9b5
    build(deps): bump @babel/parser from 7.9.4 to 7.9.6 (#1087) dependabot-preview[bot] 2020-04-30 14:39:09 -0400
  • fb6b5491a2
    build(deps): bump @babel/types from 7.9.5 to 7.9.6 (#1084) dependabot-preview[bot] 2020-04-30 14:38:46 -0400
  • a5b77722be build(deps-dev): bump rollup from 2.7.3 to 2.7.5 dependabot-preview[bot] 2020-04-30 08:18:07 +0000
  • e087b4e024 fix(hydration): fix text mismatch warning Evan You 2020-04-29 17:07:41 -0400
  • 08b4e8815d fix(compiler-ssr): avoid unnecessary withCtx import Evan You 2020-04-29 16:21:54 -0400
  • a0e2c12874 fix(warning): always check for component instance presence when formatting traces Evan You 2020-04-29 14:41:06 -0400
  • 5f89674790 build(deps-dev): bump jest from 25.4.0 to 25.5.0 dependabot-preview[bot] 2020-04-29 08:18:04 +0000
  • a893ed1391 build(deps-dev): bump rollup from 2.7.2 to 2.7.3 dependabot-preview[bot] 2020-04-28 08:17:38 +0000
  • 892fb6d229 types: use more consistent naming for apiWatch type exports Evan You 2020-04-27 13:33:57 -0400
  • 8ab44e1f80 types: expose ComponentOptionsBase Evan You 2020-04-27 13:31:40 -0400
  • 311eb08334 build: auto publish github release on tag push Evan You 2020-04-27 12:26:22 -0400
  • 4c22be556e
    chore: add issue template config (#1057) [ci skip] Dennis Herzberg 2020-04-26 16:57:40 +0200
  • 40bdd51bf5
    chore: update Vuex status (#1054) [ci skip] Ramnath Shenoy 2020-04-26 12:48:43 +0530
  • bd0f7da2c6 build: add browser builds for @vue/compiler-sfc Evan You 2020-04-26 01:24:25 -0400
  • 6b889e7c8a fix: run ci likui 2020-04-25 16:14:58 +0800
  • 0bb1f67d12 types(compiler-sfc): expose SFCAsyncStyleCompileOptions Evan You 2020-04-24 17:11:41 -0400
  • d29aefcf99 release: v3.0.0-beta.4 Evan You 2020-04-24 16:20:20 -0400
  • ca84f46cd0 chore: add tip about Suspense being experimental Evan You 2020-04-24 16:13:44 -0400
  • ded92f93b4 fix(runtime-core): dynamic component should support falsy values without warning Evan You 2020-04-24 15:06:21 -0400
  • f3a9b516bd
    fix(types): make return type of defineComponent assignable to Component type (#1032) Carlos Rodrigues 2020-04-24 18:22:58 +0100
  • 28b4c317b4
    feat(types): expose ToRefs type (#1037) Carlos Rodrigues 2020-04-24 18:10:16 +0100
  • c9f10be9de refactor(runtime-core): extract key/ref normalization logic Evan You 2020-04-24 12:56:38 -0400
  • ad2b940c17
    chore: remove unnecessary export (#1044) [ci skip] susiwen8 2020-04-25 01:02:44 +0800
  • d7379c7647 fix(runtime-core): fix key/ref resolution for cloneVNode Evan You 2020-04-24 12:42:46 -0400
  • dcf2458fa8 fix(runtime-core): fix dynamic node tracking in dynamic component that resolves to plain elements Evan You 2020-04-24 12:18:51 -0400
  • fa216a0c3a feat(compiler-sfc): built-in support for css modules Evan You 2020-04-24 09:59:52 -0400
  • 20d425fb19 feat(compiler-sfc): add preprocessCustomRequire option Evan You 2020-04-24 09:27:51 -0400
  • d1e6932edc build(deps-dev): bump rollup from 2.7.1 to 2.7.2 dependabot-preview[bot] 2020-04-23 08:07:08 +0000
  • 63c8444d4a
    Update packages/runtime-core/src/components/BaseTransition.ts underfin 2020-04-23 06:53:46 +0800
  • 2acf3e84b9 feat(reactivity): add triggerRef API Evan You 2020-04-22 18:00:10 -0400
  • 3e60288a6d chore: update contributing guide [ci skip] Evan You 2020-04-22 17:14:08 -0400
  • 2b19965bcf
    fix(slots): compiled slot fallback should be functions (#1030) underfin 2020-04-23 04:52:41 +0800
  • ff4d1fcd81 fix(runtime-core): mixin options that rely on this context should be deferred Evan You 2020-04-22 16:36:18 -0400
  • b0d4df9743 perf(reactivity): ref should not trigger if value did not change Evan You 2020-04-22 15:11:01 -0400
  • 7d858a9001 test(compiler-core): test dynamic component block Evan You 2020-04-22 14:47:31 -0400
  • 7d0ab3392a fix(compiler-core): dynamic component should always be made blocks since it can potentially resolve to plain elements Evan You 2020-04-22 14:44:45 -0400
  • 0bdd889156
    fix(types): fix ref(false) type to Ref<boolean> (#1028) Carlos Rodrigues 2020-04-22 16:54:54 +0100
  • e422b8b082 fix(runtime-core): only infer component name for object components Evan You 2020-04-22 04:39:02 -0400
  • 2bb6f9b5c9 build(deps-dev): bump rollup from 2.6.1 to 2.7.1 dependabot-preview[bot] 2020-04-22 08:17:45 +0000
  • 9bddf3820e types(runtime-core): improve types for transition hook likui 2020-04-21 12:06:10 +0800
  • 6fefeafe98 release: v3.0.0-beta.3 Evan You 2020-04-20 17:00:26 -0400
  • cebad64d22
    feat(runtime-core): improve warning for extraneous event listeners (#1005) Andrew Talbot 2020-04-20 16:40:59 -0400
  • dece6102aa feat(warn): infer anonymous component named based on resolve name Evan You 2020-04-20 16:17:29 -0400
  • 0278992f78 fix(warn): fix component name inference in warning trace Evan You 2020-04-20 16:06:51 -0400
  • 054ccecd58
    perf(core): use startsWith instead of indexOf (#989) Andrew Talbot 2020-04-20 15:44:20 -0400
  • 9e26be2c26
    chore: changelog typo (#988) [ci skip] Mohamed Nainar 2020-04-21 01:08:43 +0530
  • ab844fd169 feat(runtime-core): more specific warning for failed v-on fallthrough Evan You 2020-04-20 15:32:21 -0400
  • e954ba21f0 feat(build): provide more specific warnings for runtime compilation Evan You 2020-04-20 15:23:26 -0400
  • 171cfa404f fix(runtime-core): should not cast prop value if prop did not change Evan You 2020-04-20 14:16:25 -0400
  • 36d77f9a9e refactor(hmr): simplify usage Evan You 2020-04-20 04:03:00 -0400
  • 19223f5462 build: remove __BUNLDER__ flag so that HMR is available for all builds Evan You 2020-04-20 00:34:53 -0400
  • fa40d1ef3a
    refactor(reactivity): simplify if condition (#1002) limichange 2020-04-21 01:39:35 +0800
  • 6390093691 build(deps-dev): bump @rollup/plugin-json from 4.0.2 to 4.0.3 dependabot-preview[bot] 2020-04-20 08:46:00 +0000
  • 1501328dca build(deps-dev): bump @rollup/plugin-replace from 2.3.1 to 2.3.2 dependabot-preview[bot] 2020-04-20 08:45:53 +0000
  • ac57ca5adb build(deps-dev): bump jest from 25.3.0 to 25.4.0 dependabot-preview[bot] 2020-04-20 08:44:44 +0000
  • 218e6e1667 build: adjust build formats Evan You 2020-04-19 18:42:07 -0400
  • a51b052672
    chore: remove a dead if branch (#986) Jian Zhang 2020-04-17 15:41:33 -0700
  • ff5606dad2
    chore: edit changelog [ci skip] Evan You 2020-04-17 11:18:06 -0400
  • c1a85cb124 release: v3.0.0-beta.2 Evan You 2020-04-17 11:01:01 -0400
  • d7ca1c5c6e fix(runtime-core): fix user attched public instance properties that start with "$" Evan You 2020-04-17 10:23:10 -0400
  • 99fd158d09
    fix(watch): fix deep watchers on refs containing primitives (#984) Carlos Rodrigues 2020-04-17 14:55:41 +0100
  • c0adb67c2e feat(types): expose ComponentCustomOptions for declaring custom options Evan You 2020-04-17 09:41:36 -0400
  • be21cfb1db feat(types): feat(types): add ComponentCustomProperties interface (#982) Evan You 2020-04-17 09:12:50 -0400
  • 4cf5e07608
    feat(types): expose ExtractPropTypes (#983) Cédric Exbrayat 2020-04-17 15:00:25 +0200
  • 70c8c58be2
    test(compiler-core): expect onError to be called (#976) 扩散性百万甜面包 2020-04-17 20:58:38 +0800
  • dd19db9c5d
    chore: update VTU status (#979) Adrià Fontcuberta 2020-04-17 13:30:44 +0200
  • 78e3047189 build(deps-dev): bump ts-jest from 25.3.1 to 25.4.0 dependabot-preview[bot] 2020-04-17 07:51:21 +0000
  • 9e8daa2046 build(deps-dev): bump @ls-lint/ls-lint from 1.8.0 to 1.8.1 dependabot-preview[bot] 2020-04-17 07:51:08 +0000
  • e59a809f3f chore: update readme [ci skip] Evan You 2020-04-16 16:40:46 -0400
  • ca6912554c release: v3.0.0-beta.1 Evan You 2020-04-16 15:45:04 -0400
  • 370fc820cc refactor(runtime-core): refactor instance public proxy context object Evan You 2020-04-16 12:49:50 -0400
  • b2662a62c5 wip: separate setupState Evan You 2020-04-16 11:50:33 -0400
  • 0709380c5f feat(runtime-core): skip emit warn if has equivalent onXXX prop Evan You 2020-04-16 11:27:52 -0400
  • bfd6744fb1 perf(runtime-core): use raw context on component options init Evan You 2020-04-16 10:39:51 -0400
  • 24e5ab33f5 refactor(runtime-core): remove need for internal instance sink Evan You 2020-04-16 10:09:13 -0400
  • 4d014dc3d3
    fix(reactivity): remove Symbol.observable (#968) Cédric Exbrayat 2020-04-16 15:33:30 +0200
  • d7ae1d0244
    test(reactivity): add tests for object with symbols (#969) Carlos Rodrigues 2020-04-16 14:24:46 +0100
  • 09b4202a22 refactor(reactivity): adjust APIs Evan You 2020-04-15 16:45:20 -0400
  • 11654a6e50 release: v3.0.0-alpha.13 Evan You 2020-04-15 12:46:26 -0400
  • acfcc55aac
    types(ref): fix dts test for ref (#965) Carlos Rodrigues 2020-04-15 17:15:13 +0100
  • e33291bd0e
    types: improve UnwrapRef (#579) Evan You 2020-04-15 11:26:41 -0400
  • 8a74260b70 types: remove tuple check and add type check for tuple pikax 2020-04-15 16:22:44 +0100
  • 70b55d797f
    Apply suggestions from code review Carlos Rodrigues 2020-04-15 16:07:07 +0100