Commit History

Author SHA1 Message Date
  Hanks 661bfe552e feat(weex): partially support lifecycles of virtual component (#7242) 8 years ago
  Evan You 996eb00a0a feat: auto cache inline prop literals to avoid child re-render 8 years ago
  Evan You 531371b818 types: upgrade flow 8 years ago
  Evan You b7105ae8c9 refactor: improve option type check warnings 8 years ago
  wenlu.wang 3a5432a9e3 feat(core): call data method with this value (#6760) 8 years ago
  Evan You 8295f71665 fix: warn slot-scope when used as a prop 8 years ago
  Evan You 8fc6bc8827 chore: warn methods that conflict with internals 8 years ago
  Evan You 06741f3266 fix: computed properties should not be cached during SSR 8 years ago
  Evan You eb9168cfc1 feat: warn when assigning to computed property with no setter 9 years ago
  Evan You 606666d5a9 test: fix Object.prototype.watch related warnings 9 years ago
  Evan You 61187596b9 feat(core): $attrs, $listeners & inheritAttrs option 9 years ago
  gebilaoxiong d33c1250ee fix:when using object syntax in v-bind, special attribute have no effect 9 years ago
  Evan You a18f879bb3 warn when methods conflict with data (close #5832) 9 years ago
  Maciej Kasprzyk d6bd667e1a Warn when component option should be an object, but is not (#5605) (#5642) 9 years ago
  AchillesJ e3ffa109b3 make vm.$watch api consistent with watch option (#5645) 9 years ago
  Evan You 6622839068 style and class should be reserved for web 9 years ago
  Evan You e7e86fd08b warn computed properties that are already defined as data or props 9 years ago
  Kenneth Crawford 6fcfdbd83f warn and handle missing get in computed (fix #5265) (#5267) 9 years ago
  Evan You 59a372229b also catch error in data() (close #5198) 9 years ago
  Chris Casola 3dc9338479 Warn when defining a method with same name as a prop (#4950) 9 years ago
  M Habib Rohman 2f520ba9ee fix doc comment typo (#4954) 9 years ago
  Evan You 168200a00a tweak comments 9 years ago
  Evan You e870e6c6af move props definition to component prototype when possible 9 years ago
  Evan You 406352baba move computed properties definition to component prototype when possible 9 years ago
  Evan You 87ffd0da9f tweaks 9 years ago
  yantene 22f9560c92 add $props 9 years ago
  Evan You 769c4dc203 ensure mutating extended constructor options does not affect parent (fix #4767) 9 years ago
  Evan You 2b67eeca4d warn computed properties that clash with existing properties (close #4562) 9 years ago
  Evan You 0fe431b490 optimize components with no data option 9 years ago
  Evan You dae1f3df48 optimize instance initialization 9 years ago