Commit Graph

787 Commits

Author SHA1 Message Date
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
Evan You
d1a5298372 adjust build setup 2016-06-13 18:56:36 -04:00
Evan You
8785b79e2f adjust ci script 2016-06-13 18:19:20 -04:00
Evan You
22a4d77197 fix select2 e2e test in phantomjs 2016-06-13 18:14:44 -04:00
Evan You
9d57879de1 record screenshots for e2e test failures 2016-06-13 18:14:33 -04:00
Evan You
bd71c06b6f tweak e2e script to allow passing in more flags to npm task 2016-06-13 18:01:12 -04:00
Evan You
000433c878 get tests passing on all suacelab browsers 2016-06-13 17:51:22 -04:00
Evan You
cec833a9e8 implement new v-for iterator syntax (ref: #3073) 2016-06-13 14:55:53 -04:00
Evan You
9842f3eb38 refactor sfc-parser to handle nested template tags 2016-06-13 14:09:24 -04:00
Evan You
e4726237f3 add location info to html-parser 2016-06-13 14:09:24 -04:00
Evan You
714f79341e remove unnecessary code in html-parser 2016-06-13 14:09:24 -04:00
Denis Karabaza
5d582df556 Fix options for inline-template instances (#3063) 2016-06-12 12:25:54 -04:00
Evan You
687dcee0e3 readme placeholders for packages 2016-06-10 19:38:58 -04:00
Evan You
32ba31cee3 bring back ci script 2016-06-10 19:31:32 -04:00
Evan You
bffb9d1cea [release] 2.0.0-alpha.1 2016-06-10 19:25:16 -04:00
Evan You
0a1c19d468 [build] 2.0.0-alpha.1 2016-06-10 19:25:16 -04:00
Evan You
193f307f19 release script 2016-06-10 19:25:16 -04:00
Aristides
fbe81fbc0c Load external assets with https in select2 example (#3053)
Otherwise it doesn't work if the page is loaded with http.
2016-06-10 18:27:18 -04:00
Evan You
9438408210 fix SSR tests after preserveWhitespace removal 2016-06-10 18:26:48 -04:00
Evan You
13d64d2039 remove preserveWhitespace usage in dbmon 2016-06-10 18:21:00 -04:00
Evan You
cccfda96da test for config.optionMergeStrategies 2016-06-10 18:20:48 -04:00
Evan You
34bcc02b77 remove preserveWhitespace config option 2016-06-10 18:14:58 -04:00
Evan You
d813c59420 change default error behavior to throw 2016-06-10 17:13:57 -04:00
Evan You
a5cd31ab6d coverage for sfc-parser 2016-06-10 16:57:42 -04:00
Evan You
f0a9e3d0f0 test padding and source map for sfc-parser 2016-06-10 16:54:58 -04:00
Evan You
77151dc469 support source map in sfc-parser 2016-06-10 13:38:13 -04:00
Evan You
b0b9691efe add pad/map option to sfc parser 2016-06-10 13:19:04 -04:00
Evan You
d94225ec84 rename sfc-parser export 2016-06-10 11:53:21 -04:00
Evan You
29bcf88d1d update template-compiler deps 2016-06-10 11:38:22 -04:00
Evan You
894d214e93 tweaks to support hot-reload 2016-06-09 19:00:16 -04:00
Evan You
7503f8eb15 support _scopeId 2016-06-08 18:26:15 -04:00
Evan You
5eca12fcb8 allow require as a global in proxy check 2016-06-08 17:33:42 -04:00
Evan You
3edfc4518d support postTransform as well 2016-06-08 17:33:33 -04:00
Evan You
3ddef0c53c add preTransform option for compiler modules 2016-06-08 16:36:01 -04:00
Evan You
8924e91abc v-pre nodes should use staticAttrs 2016-06-08 16:22:51 -04:00