Phan An
5a43d32142
Add a default font style ( #2755 )
2016-04-28 20:45:24 -04:00
Phan An
8e34f455ad
Some improvements for "Modal" example ( #2754 )
...
* Rename CSS file to match with other examples
* Merge script tags
2016-04-28 20:45:14 -04:00
Phan An
60ec66be68
CSS fixes for "Grid" example ( #2753 )
2016-04-28 20:44:52 -04:00
Phan An
6f06f1b724
Expose the author URL in "commits" example ( #2751 )
2016-04-28 20:44:36 -04:00
razh
da7f2731e2
fix x-template typo in select2 example ( #2748 )
2016-04-27 15:22:17 -04:00
Evan You
b756a6418d
add links to readme [ci skip]
2016-04-27 14:13:58 -04:00
Evan You
cab88c50bb
fix child component v-on spec
2016-04-27 13:19:05 -04:00
Evan You
680bd042c9
fix v-on test capture
2016-04-27 13:13:01 -04:00
Jinjiang
25efaf2163
[next] v-on test ( #2741 )
...
* ensure babel-env during build
* v-on test
* fixed build script
2016-04-27 13:07:25 -04:00
Blake Newman
681dc603e4
added v-once directive unit tests ( #2740 )
2016-04-27 13:07:10 -04:00
Evan You
e04c55c4a4
move ssr modules/directives assembling into platform specific directories
2016-04-27 05:27:41 -04:00
Evan You
f123bd397c
forbid tags with side-effects in templates
2016-04-27 04:06:44 -04:00
Evan You
9f312effa3
add ignored files for todomvc
2016-04-27 01:35:09 -04:00
Fady Makram
ed51490010
Update package.json
2016-04-26 19:02:24 -04:00
Evan You
2792f3c95e
readme, version, add dist files
2016-04-26 13:29:27 -04:00
Evan You
8d31fadc5a
set ci NODE_ENV explicitly
2016-04-26 13:19:55 -04:00
Evan You
7f92bd9cea
attempting to fix ci
2016-04-26 13:13:13 -04:00
Evan You
1b8ef949a1
update build
2016-04-26 13:01:13 -04:00
Evan You
26b776fa81
add placeholders for unit tests
2016-04-26 11:10:11 -04:00
Evan You
45e1af4dae
add reference links to benchmarks
2016-04-26 11:03:57 -04:00
Evan You
f0bae1155b
drop ssr ci for now
2016-04-26 01:09:19 -04:00
Evan You
6b793961c9
fix ssr babel-env on ci
2016-04-26 01:05:34 -04:00
Evan You
aea4f39964
fix duplicate import
2016-04-26 00:47:14 -04:00
Evan You
4191f251af
adjust ssr API so that user can provide server-side implementations for custom directives
2016-04-26 00:42:49 -04:00
Evan You
3c7aafa17b
add circle config file
2016-04-25 23:39:12 -04:00
Evan You
3dc6088d53
use more reliable display check for v-show tests (fix it in PhantomJS)
2016-04-25 23:36:29 -04:00
Evan You
bf14a05f3e
fix spelling
2016-04-25 23:32:49 -04:00
Evan You
f550933334
fix unit tests in Firefox/Safari
2016-04-25 23:30:48 -04:00
Jinjiang
657ba390c7
directives v-for v-html v-text v-show ( #7 )
...
* v-text & v-html tests
* new es2015 syntax
* passed v-html test
* fixed if/for/else render update bug
* fixed if/for/else render update bug
* added v-else with v-if test
* added v-if test with v-else and v-for
* fixed code format
* fixed Vue.delete bug
* v-for test
2016-04-25 23:25:59 -04:00
Evan You
a347820518
fix hydration bugs
2016-04-25 23:09:46 -04:00
Evan You
c8e91ab24e
client-side hydration
2016-04-25 22:23:16 -04:00
Evan You
38540b07e4
add server-rendered mark for ssr output
2016-04-25 21:29:58 -04:00
Evan You
9a2c8db4c8
get rid of new function in core so that runtime is fully CSP-compliant
2016-04-25 19:30:33 -04:00
Evan You
79f3e90574
further tweak render stream
2016-04-25 19:20:59 -04:00
Evan You
a9ee5c9db4
small tweak to ssr
2016-04-25 19:15:27 -04:00
Evan You
d08cf7c320
streaming renderer!
2016-04-25 19:10:33 -04:00
Evan You
2111709e57
assert setting state in created hook works in ssr
2016-04-25 17:15:46 -04:00
Evan You
575d55f078
fix ssr hoc
2016-04-25 16:45:42 -04:00
Evan You
018b0e5440
ssr hoc component (failing)
2016-04-25 16:43:30 -04:00
Evan You
83ea6ef85d
update ssr with tests
2016-04-25 16:37:20 -04:00
Evan You
fff89dff1e
add waitForUpdate as allowed global in unit tests
2016-04-25 13:44:28 -04:00
Evan You
4540aaf37d
fix async failure
2016-04-25 13:43:22 -04:00
Evan You
75ce539b49
use custom async chaining assertion utility
2016-04-25 13:37:19 -04:00
Evan You
7169d14179
update if tests
2016-04-25 13:17:59 -04:00
Jinjiang
9b681f7cf0
fixed if/for/else render update bug ( #8 )
...
* fixed if/for/else render update bug
* added v-else with v-if test
* added v-if test with v-else and v-for
* removed unnecessary elseBlock detect in optimizer
2016-04-25 13:02:17 -04:00
Evan You
e649795596
improve linting
2016-04-25 12:58:37 -04:00
Jinjiang
84549215bf
global api tests ( #6 )
...
* Vue.set & Vue.delete tests
* more global api tests
* new es2015 syntax
2016-04-25 12:46:19 -04:00
Evan You
f629b345c4
decouple renderer logic and web platform
2016-04-25 00:06:33 -04:00
Evan You
ae7054f4e9
fix ssr for child components
2016-04-24 23:53:53 -04:00
Evan You
d3b598a219
fix hyperscript direct string as children
2016-04-24 23:53:46 -04:00