История коммитов

Автор SHA1 Сообщение Дата
  Nick Messing f76d16ed95 fix(vdom): Don't replace input for text-like type change (#6344) 8 лет назад
  JK d4d553ced7 fix(v-model): avoid unnecessary change event on select options change 8 лет назад
  Evan You 41d774d112 perf(v-model): tweak setSelected 8 лет назад
  JK f40da5dbf2 fix(v-model) selected option not updated properly under IE11 (#6213) 8 лет назад
  Evan You c70addf7d1 fix(v-model): use stricter check for <select> option update 9 лет назад
  Evan You 0a9aab510b fix(v-model): fix input change check for type="number" 9 лет назад
  Evan You 4acc8c8be1 fix(v-model): use consistent behavior during IME composition for other text-like input types (fix #5902) 9 лет назад
  Eduardo San Martin Morote d52a4991bd Prevent unecessary input trigger with v-model (#5589) 9 лет назад
  schoonc 9c3e96f757 fix typo in comment (#5411) 9 лет назад
  Evan You 98326ce878 add extra change listener for v-model (fix #5248, #5387) 9 лет назад
  katashin 70db229a49 handle v-model on password input field on ie9 (fix #5250) (#5253) 9 лет назад
  Evan You 9d6c8ec268 feat: allow customization of component v-model prop/event via model option (close #4515) 9 лет назад
  Evan You 29d6e33b33 simplify value change check for v-model modifiers 9 лет назад
  Evan You b51b9eae4d bump eslint config 9 лет назад
  Steve Shreeve 5f8ae401d4 minor typos (#4011) 9 лет назад
  Evan You 5d0999ac37 ensure v-model runtime metadata for all types 9 лет назад
  Evan You 7ca58b6cdf small tweak 9 лет назад
  defcc a9417e4e4f select change event fix (#3922) 9 лет назад
  Evan You 484e538df8 fix lint 9 лет назад
  Evan You 5925ad3bd2 tweak select IE fix to reduce duplicate call 9 лет назад
  fergaldoyle 790c99cdb4 fix IE/Edge select remembering selection (#3803) 9 лет назад
  Evan You 403f3ccb4c set selected value on nextTick in IE/Edge (fix #3689 by @fergaldoyle) 9 лет назад
  Evan You c47e128eb6 move browser sniffing code back to core/util/env 9 лет назад
  Evan You bba8b91886 limit v-model runtime shim on text inputs 9 лет назад
  Evan You 9566b3358f no need to return text in getValue for v-model select (fix #3729) 9 лет назад
  Evan You 56960b5fbc support object looseEqual in v-model (fix #3673) 9 лет назад
  Evan You 0674509193 avoid triggering select reset when selectedIndex has not changed (fix #3504) 9 лет назад
  Evan You 5b668a9222 warn non-Array value for <select multiple> (close #3191) 10 лет назад
  Evan You 7827593972 custom directive: postupdate -> componentUpdated (ref #3172) 10 лет назад
  kazuya kawaguchi cf1a697710 fix v-model warning on component (#3102) 10 лет назад