Commit Graph

1993 Commits

Author SHA1 Message Date
Evan You c45cfee24d [build] 1.0.28-csp 2016-09-27 16:47:17 -04:00
Evan You 94cf00d209 apply csp patch 2016-09-27 16:46:08 -04:00
Evan You a8d6330d7e [release] 1.0.28 2016-09-27 16:45:35 -04:00
Evan You 941a2a3400 [build] 1.0.28 2016-09-27 16:45:35 -04:00
Evan You 2268c51936 fix tests 2016-09-27 15:45:13 -04:00
Evan You aacf90a13f revert #3217 and warn v-for + v-if mixed usage (fix #3754) 2016-09-27 15:39:15 -04:00
defcc eca73f2f51 fix directive sort compare (#3776)
* fix directive sort compare

* fix directive sort compare. and update  normal directives test case.
2016-09-27 14:37:50 -04:00
Evan You 64f711376e revert nextTick to microtask semantics by using Promise.then 2016-09-26 23:12:09 -04:00
Evan You baa92ca1b5 [release] 1.0.27 2016-09-23 15:51:31 -04:00
Evan You 29dccaf1e0 [build] 1.0.27 2016-09-23 15:51:30 -04:00
Evan You 3b7b0007e7 bump deps 2016-09-23 15:41:38 -04:00
Evan You e505456277 bump rollup + fix deps 2016-09-23 15:13:15 -04:00
Evan You 3b49a6316e adjust nextTick implementation (fix #3730) 2016-09-23 14:52:25 -04:00
defcc b2ab9fa1b0 use a simple expression parser instead of regexp to parse directive (#3734) 2016-09-23 11:03:17 -04:00
Evan You 2f35c99bd3 fix required prop warning when using propsData (fix #3668) 2016-09-23 10:45:37 -04:00
Evan You 9c6a341578 improve MutationObserver bug detection for iOS 10 2016-09-21 00:33:21 -04:00
katashin a4396b9f07 Fix broken todomvc test (#3701)
* fix broken todomvc test

* bump casperjs
2016-09-19 12:10:28 -04:00
张猴 c6b1455f7e camelize comment typo (#3696) (#3698) 2016-09-19 13:42:21 +02:00
Claudio Cardinale 705d2e1360 grammar fix (#3683) 2016-09-16 12:04:01 -06:00
neil 7cfb24afbf 修复单词错误 (#3675)
修复单词错误
2016-09-16 12:03:56 -06:00
AchillesJ 15fe963439 typo fix (#3575) 2016-08-31 17:01:14 +02:00
Evan You 2575e3dc05 update backers 2016-08-29 10:37:11 -04:00
Evan You 3fba31857d update sponsors 2016-08-29 10:32:21 -04:00
Soufiane Ghzal 2f9be54ef1 improve debug message for invalid dynamic component (#3524) 2016-08-27 00:41:24 +02:00
Anirudh Sanjeev b8f730ce98 Handle back-ticks in expression (#3292) 2016-07-22 13:19:31 -04:00
Evan You c289a7e240 make v-model checkbox updates replace the bound array (fix #3307) 2016-07-22 13:17:27 -04:00
Evan You f9ac4068c1 add juejin to sponsors 2016-07-16 15:40:52 -04:00
Evan You e59203953d update backers 2016-07-15 19:41:56 -04:00
孙茂胤 5eb44218df Typo fix (#3264)
'reprository' -> 'repository'
2016-07-12 12:25:32 +08:00
kazuya kawaguchi c17e3876bf fix $refs updateing (#3217)
ref: #3204
2016-07-05 11:08:13 -04:00
Nicolás Mutis Mesa bbe09dfe75 Fix links for Statamic and No Divide Studio (#3221) 2016-07-05 11:05:46 -04:00
Evan You 7c25d756a6 update sponsors 2016-07-03 15:25:24 -04:00
Evan You 1f2a52e06e update backers.md 2016-07-03 15:10:26 -04:00
Evan You 163994c6eb allow empty template (close #3212) 2016-07-02 15:00:24 -04:00
hylin b3a43ee4e0 textarea with v-pre should skip compile (#3202) 2016-07-02 11:02:14 -04:00
kazuya kawaguchi a683e0f182 fix props validation fails (#3183) (#3193) 2016-06-30 23:11:48 -04:00
Evan You 547a64e9b9 fix single-letter hyphenated props (fix #3187) 2016-06-30 11:28:18 -04:00
Evan You 2c1c875fd4 update backers 2016-06-29 15:00:12 -04:00
Evan You d767a45fca tweak directive sort, use loops since its perf critical 2016-06-28 17:57:18 -04:00
FuryBean f8b9cce12d make directives sort stable. (#3149) 2016-06-28 17:50:22 -04:00
Evan You e7932f80ee [release] 1.0.26 2016-06-28 16:58:28 -04:00
Evan You aaf51d75aa [build] 1.0.26 2016-06-28 16:58:27 -04:00
Evan You f3e2a12e5f avoid traversing frozen objects in deep watch (close #3147) 2016-06-26 14:50:21 -04:00
Alex 453565e501 Fixed: the "pluralize" filter with multi arguments, when selected argument is empty string (#3101) 2016-06-18 10:57:27 -04:00
Evan You 2aafe10762 fix v-model select off-dom infinite loop (fix #3104) 2016-06-18 10:52:34 -04:00
Evan You e9872271fa [release] 1.0.25 2016-06-16 18:29:31 -04:00
Evan You 78bbb47989 [build] 1.0.25 2016-06-16 18:29:30 -04:00
Evan You d5c46b5555 fix multi-line inside HTML interpolations (fix #3062) 2016-06-16 18:16:39 -04:00
Evan You 4d4059b48f improve expression parser literal check 2016-06-16 17:03:20 -04:00
Phan An 00dc106f7d Add a fail test case (#2712) 2016-06-16 16:59:12 -04:00