Evan You
|
5fb1a549d2
|
make attr behavior more consistent + fix tests
|
9 years ago |
Takuya Tejima
|
ae78813606
|
[Vue 2.0] Fix BooleanAttr & EnumeratedAttr serialization (#2810)
* fix attr serialization
* Add attribute test cases
|
9 years ago |
Blake Newman
|
916bbfd766
|
improved resolving mechanism for resolved components
|
9 years ago |
Blake Newman
|
d89c674cb5
|
added manual rendering
|
9 years ago |
Blake Newman
|
a233e4dbfa
|
improved SSR rendering
- Reduced duplicated code
- Added more test coverage
- Added syncronous component resolving support
- Fixed component lifecycle
- Added raw render method, to allow custom streaming possibilities
|
9 years ago |
Evan You
|
4ff27c9ab7
|
remove v-else support for v-show
|
9 years ago |
Evan You
|
d1abc2fe2e
|
use eslint-config-vue
|
9 years ago |
Blake Newman
|
5ec4246472
|
updated dependencies to latest, with better control ranges (#2780)
|
9 years ago |
Evan You
|
5516f37b8a
|
improve batching strategy
|
9 years ago |
Evan You
|
9cc9393e73
|
fix default slot fallback on whitespace
|
9 years ago |
Evan You
|
68372ea26b
|
update track-by usage
|
9 years ago |
Evan You
|
1c09f63631
|
fix value prop handling
|
9 years ago |
Takuya Tejima
|
49d5f2f393
|
Suppress a warning 'Unknown custom element' with SSR <img> tag
|
9 years ago |
Hawk
|
9a6d80c133
|
comment spelling errors (#2800)
|
9 years ago |
Evan You
|
014ac35172
|
fix eslint again
|
9 years ago |
Evan You
|
cdab583dfa
|
enable linting during test dev
|
9 years ago |
Evan You
|
3aa7503472
|
prefer const
|
9 years ago |
Evan You
|
f0f2b76183
|
fix eslint
|
9 years ago |
Evan You
|
bdb4b80595
|
update examples to use filters
|
9 years ago |
Evan You
|
2f0222b41c
|
layout test files
|
9 years ago |
Evan You
|
72b74a23e4
|
improve v-for unit tests
|
9 years ago |
Evan You
|
2679653362
|
test for Vue.compile
|
9 years ago |
Evan You
|
e275b75af8
|
test/fix global filter registration
|
9 years ago |
Evan You
|
9ff87a357e
|
support filters inside text interpolations
|
9 years ago |
Evan You
|
f9613c5ace
|
ignore dist files in babel
|
9 years ago |
Evan You
|
b66be950f5
|
support inline-template
|
9 years ago |
Evan You
|
6d889c0116
|
simplify children updates
|
9 years ago |
Evan You
|
08f813f06e
|
optimize whitespace vnode
|
9 years ago |
Evan You
|
378a6fd53e
|
support delimiters as a component level option
|
9 years ago |
Phan An
|
3b57161179
|
Replace var with proper let/const (#2757)
|
9 years ago |
Phan An
|
5a43d32142
|
Add a default font style (#2755)
|
9 years ago |
Phan An
|
8e34f455ad
|
Some improvements for "Modal" example (#2754)
* Rename CSS file to match with other examples
* Merge script tags
|
9 years ago |
Phan An
|
60ec66be68
|
CSS fixes for "Grid" example (#2753)
|
9 years ago |
Phan An
|
6f06f1b724
|
Expose the author URL in "commits" example (#2751)
|
9 years ago |
razh
|
da7f2731e2
|
fix x-template typo in select2 example (#2748)
|
9 years ago |
Evan You
|
b756a6418d
|
add links to readme [ci skip]
|
9 years ago |
Evan You
|
cab88c50bb
|
fix child component v-on spec
|
9 years ago |
Evan You
|
680bd042c9
|
fix v-on test capture
|
9 years ago |
Jinjiang
|
25efaf2163
|
[next] v-on test (#2741)
* ensure babel-env during build
* v-on test
* fixed build script
|
9 years ago |
Blake Newman
|
681dc603e4
|
added v-once directive unit tests (#2740)
|
9 years ago |
Evan You
|
e04c55c4a4
|
move ssr modules/directives assembling into platform specific directories
|
9 years ago |
Evan You
|
f123bd397c
|
forbid tags with side-effects in templates
|
9 years ago |
Evan You
|
9f312effa3
|
add ignored files for todomvc
|
9 years ago |
Fady Makram
|
ed51490010
|
Update package.json
|
9 years ago |
Evan You
|
2792f3c95e
|
readme, version, add dist files
|
9 years ago |
Evan You
|
8d31fadc5a
|
set ci NODE_ENV explicitly
|
9 years ago |
Evan You
|
7f92bd9cea
|
attempting to fix ci
|
9 years ago |
Evan You
|
1b8ef949a1
|
update build
|
9 years ago |
Evan You
|
26b776fa81
|
add placeholders for unit tests
|
9 years ago |
Evan You
|
45e1af4dae
|
add reference links to benchmarks
|
9 years ago |