Commit History

Author SHA1 Message Date
  Evan You 3ff16df808 v-for: update primitive values update strategy 10 years ago
  Evan You f7dab277e5 compile: warn directives on fragment instance placeholders 10 years ago
  Evan You b6cceaadb1 deprecate $set and $delete on objects, use Vue.set/delete instead 10 years ago
  Evan You 26a624e61c update release script 10 years ago
  Evan You 03b9d41574 v-for: no longer pre-convert values into arrays before piping it through filters 10 years ago
  Evan You b8971beb40 util: use Object.keys() in _.extend 10 years ago
  Evan You 17833f9c79 v-bind: do not remove input value attributes 10 years ago
  Evan You 3d8c102353 [release] 1.0.0-beta.3 10 years ago
  Evan You 4f9b888078 test: fix v-on .prevent modifier tests in IE 10 years ago
  Evan You d0c916fd9e v-on: support .stop and .prevent modifiers 10 years ago
  Evan You e421cb6042 props: call default value functions with vm as the context (close #1382) 10 years ago
  Evan You 20070176f7 v-bind: improve global allowed attributes check 10 years ago
  Evan You 82eed21e40 test: update v-model when bind value change 10 years ago
  Evan You 6782d108d5 test: v-model checkbox array model 10 years ago
  Evan You f38fbc3680 v-bind: update v-model on same element when value bindings change 10 years ago
  Evan You 56dd2cf6ac v-model: checkbox respect number param in array mode 10 years ago
  Evan You 22c8a494a1 v-model: checkbox support array model + use afterBind for initializing inline value 10 years ago
  Evan You c427029b64 array.$remove: always remove by searching for item 10 years ago
  Evan You b4a3a63fb7 $dispatch: should also trigger event on self 10 years ago
  Evan You 2f0945b0ea props: fix two-way prop setter on dynamic paths (fix #1378) 10 years ago
  Evan You f887ed4670 v-bind: simplify global allowed attribute check 10 years ago
  Evan You 0f249f27b7 Merge pull request #1372 from wprater/patch-2 10 years ago
  Will Prater fffb2b835f add attributes available for Aria accessibility 10 years ago
  Evan You 7b8d20f114 observer: defineReactive should track object dep too (fix #1370) 10 years ago
  Evan You 9ebeaa3081 fix typo (close #1368) 10 years ago
  Evan You 3f3b612905 partial: fix dynamic partial scope issue (fix #1363) 10 years ago
  Evan You ab2ff32a88 allow empty/falsy values in v-bind:class array syntax 10 years ago
  Evan You b7bc6e663a [release] 1.0.0-beta.2 10 years ago
  Evan You c6855009cb fix attribute interpolation tests in IE10/11 10 years ago
  Evan You 9facca5c9c events: fix propagation - should propagate when there are no callbacks on current instance 10 years ago