Commit Graph

921 Commits

Author SHA1 Message Date
Evan You
621048e448 [build] 2.0.0-alpha.6 2016-06-22 15:33:53 -04:00
Evan You
ea0f6a1eb3 check vm.$el presence first 2016-06-22 15:28:17 -04:00
Evan You
f0b8f2e290 attach __vue__ to elements to support devtools 2016-06-22 14:18:56 -04:00
Evan You
f8e25469ed add devtools hooks 2016-06-22 13:28:41 -04:00
Evan You
563672e5fe fix flow def 2016-06-22 11:41:30 -04:00
Evan You
f0efa9aad2 rename _keyCode -> _k 2016-06-22 11:39:40 -04:00
Evan You
4fe51a75a9 prohibit replacing Vue.config + support custom keyCodes 2016-06-22 11:35:33 -04:00
Evan You
63da54ddee fix v-on number keyCode support 2016-06-22 11:10:36 -04:00
Evan You
59dca1208b remove unused var 2016-06-22 10:39:36 -04:00
Evan You
35d137c536 move dep target logic into Dep itself 2016-06-22 10:37:53 -04:00
Evan You
2c63e94f69 fix watcher prevTarget state when evaluating computed lazy watcher (fix #3133) 2016-06-22 10:29:29 -04:00
Evan You
de0b4b87bc fix error detection on string interpolations (fix #3137) 2016-06-22 09:50:35 -04:00
Evan You
634a0734c4 support sync watcher as internal flag 2016-06-21 03:03:49 -04:00
Evan You
0c9c6ed08d guard input value as string for v-model 2016-06-21 02:43:58 -04:00
Evan You
9071dfd47a test directive binding.expression 2016-06-21 02:19:00 -04:00
Evan You
8d2ee3c1f8 expose expression on directive binding 2016-06-21 02:17:11 -04:00
Evan You
9115291ccd move sfc parser spec 2016-06-21 02:17:11 -04:00
Evan You
2af9f68bd9 remove source-map generation from sfc parser 2016-06-21 02:17:11 -04:00
kazuya kawaguchi
cf1a697710 fix v-model warning on component (#3102) 2016-06-18 11:08:44 -04:00
Evan You
439ca63f9f fix sfc-parser unary tags handling 2016-06-17 15:35:59 -04:00
zigomir
27252928d3 Add failing test. 2016-06-17 14:53:36 -04:00
Evan You
f2bd3edda5 bump flow version 2016-06-17 14:49:03 -04:00
Evan You
59230fee0e [release] 2.0.0-alpha.5 2016-06-17 14:22:51 -04:00
Evan You
900bfc1901 [build] 2.0.0-alpha.5 2016-06-17 14:22:51 -04:00
Evan You
68a73cfd19 support dynamic refs 2016-06-17 14:11:09 -04:00
Evan You
c949c74986 change ref to a built-in attribute 2016-06-17 14:03:19 -04:00
Evan You
e3fb6fe834 remove <render> tag 2016-06-17 13:25:34 -04:00
Evan You
d398023ad1 functional components 2016-06-17 13:21:04 -04:00
Evan You
41e46476a5 pass createElement into render functions 2016-06-17 11:29:22 -04:00
Evan You
6a3430d8f3 lowercase component names before checking for native tag warning 2016-06-16 17:46:31 -04:00
Evan You
2bb15044d1 prohibit replacing $data 2016-06-16 14:10:50 -04:00
Evan You
c1a523d5e9 use same sauce build id during release 2016-06-16 13:02:50 -04:00
Evan You
7c90dc9be3 [release] 2.0.0-alpha.4 2016-06-16 13:00:55 -04:00
Evan You
6d4f23cb56 [build] 2.0.0-alpha.4 2016-06-16 13:00:55 -04:00
Evan You
f2419a73b9 support config.ignoredElements 2016-06-16 12:55:20 -04:00
Evan You
f058a21b70 fix identifier re 2016-06-16 12:41:11 -04:00
Evan You
5c3e208cf8 [release] 2.0.0-alpha.3 2016-06-15 14:22:40 -04:00
Evan You
c422de1f08 [build] 2.0.0-alpha.3 2016-06-15 14:22:40 -04:00
Evan You
9e14146fb2 temporarily disable firefox in e2e tests until nightwatch updates to work with FF 47 2016-06-15 14:16:42 -04:00
Evan You
cfe745e9d2 apply scopeId to slot contents too 2016-06-15 13:33:12 -04:00
Evan You
d76bf8cac8 improve template error detector 2016-06-15 11:31:43 -04:00
Evan You
a5ccee3079 make modal e2e test more stable on CI 2016-06-15 10:40:40 -04:00
Evan You
081d66adb2 keep preserveWhitespace as internal compiler option 2016-06-15 10:30:32 -04:00
Evan You
b1351be073 support _scopeId in SSR 2016-06-14 14:45:45 -04:00
Evan You
b0ad94fc87 properly encode HTML in server-side rendering (fix #3078) 2016-06-14 14:15:41 -04:00
Evan You
67da70d5bc refactor: split server-renderer props handling into separate module 2016-06-14 13:30:31 -04:00
Evan You
efa3fc746a [release] 2.0.0-alpha.2 2016-06-13 19:36:47 -04:00
Evan You
e93286d2c9 [build] 2.0.0-alpha.2 2016-06-13 19:36:46 -04:00
Evan You
5504ae5dd2 tweak ci script 2016-06-13 19:26:01 -04:00
Marais Rossouw
94c7527d3c Nextrefactor: .test is faster than .match for regex bools (#3074)
* refactor: `.test` is faster than `.match` for regex bools

* chore: whoops.. wasnt suppose to commit these files

* fix: mixxup from the iOS version match
2016-06-13 19:16:07 -04:00