Commit History

Author SHA1 Message Date
  Evan You ff4d1fcd81 fix(runtime-core): mixin options that rely on this context should be deferred 6 years ago
  Evan You b0d4df9743 perf(reactivity): ref should not trigger if value did not change 6 years ago
  Evan You 7d858a9001 test(compiler-core): test dynamic component block 6 years ago
  Evan You 7d0ab3392a fix(compiler-core): dynamic component should always be made blocks 6 years ago
  Carlos Rodrigues 0bdd889156 fix(types): fix ref(false) type to Ref<boolean> (#1028) 6 years ago
  Evan You e422b8b082 fix(runtime-core): only infer component name for object components 6 years ago
  dependabot-preview[bot] 2bb6f9b5c9 build(deps-dev): bump rollup from 2.6.1 to 2.7.1 6 years ago
  Evan You 6fefeafe98 release: v3.0.0-beta.3 6 years ago
  Andrew Talbot cebad64d22 feat(runtime-core): improve warning for extraneous event listeners (#1005) 6 years ago
  Evan You dece6102aa feat(warn): infer anonymous component named based on resolve name 6 years ago
  Evan You 0278992f78 fix(warn): fix component name inference in warning trace 6 years ago
  Andrew Talbot 054ccecd58 perf(core): use `startsWith` instead of `indexOf` (#989) 6 years ago
  Mohamed Nainar 9e26be2c26 chore: changelog typo (#988) [ci skip] 6 years ago
  Evan You ab844fd169 feat(runtime-core): more specific warning for failed v-on fallthrough 6 years ago
  Evan You e954ba21f0 feat(build): provide more specific warnings for runtime compilation 6 years ago
  Evan You 171cfa404f fix(runtime-core): should not cast prop value if prop did not change 6 years ago
  Evan You 36d77f9a9e refactor(hmr): simplify usage 6 years ago
  Evan You 19223f5462 build: remove __BUNLDER__ flag so that HMR is available for all builds 6 years ago
  limichange fa40d1ef3a refactor(reactivity): simplify if condition (#1002) 6 years ago
  dependabot-preview[bot] 6390093691 build(deps-dev): bump @rollup/plugin-json from 4.0.2 to 4.0.3 6 years ago
  dependabot-preview[bot] 1501328dca build(deps-dev): bump @rollup/plugin-replace from 2.3.1 to 2.3.2 6 years ago
  dependabot-preview[bot] ac57ca5adb build(deps-dev): bump jest from 25.3.0 to 25.4.0 6 years ago
  Evan You 218e6e1667 build: adjust build formats 6 years ago
  Jian Zhang a51b052672 chore: remove a dead if branch (#986) 6 years ago
  Evan You ff5606dad2 chore: edit changelog [ci skip] 6 years ago
  Evan You c1a85cb124 release: v3.0.0-beta.2 6 years ago
  Evan You d7ca1c5c6e fix(runtime-core): fix user attched public instance properties that start with "$" 6 years ago
  Carlos Rodrigues 99fd158d09 fix(watch): fix deep watchers on refs containing primitives (#984) 6 years ago
  Evan You c0adb67c2e feat(types): expose ComponentCustomOptions for declaring custom options 6 years ago
  Evan You be21cfb1db feat(types): feat(types): add `ComponentCustomProperties` interface (#982) 6 years ago