Evan You
|
6c3b290bb0
[release] 0.11.6
|
11 years ago |
Evan You
|
d8335c25a6
fix two-way filter in attribute interpolations (fix #779)
|
11 years ago |
Evan You
|
de3b59fb7e
use clone instead of stringToFrag for normal node in template parser (fix #760)
|
11 years ago |
Evan You
|
3a9bfff268
call attach/detach hooks for transcluded components inside v-if (fix #684)
|
11 years ago |
Evan You
|
1df5eb64a5
call unlink function in unbind for v-if and v-partial (fix #728)
|
11 years ago |
Evan You
|
2e1e9e4597
ensure watcher flags to be booleans
|
11 years ago |
Evan You
|
4983c6c9ac
fix content transclusion inside v-if (fix #736)
|
11 years ago |
Evan You
|
99f011b066
Define unlink functions in init
|
11 years ago |
Evan You
|
5d9126f087
make jshint pass + minor adjustments for #787
|
11 years ago |
Evan You
|
9099bd66ee
Merge pull request #787 from nkovacs/786-content-select-children
|
11 years ago |
Nikola Kovacs
|
a3cdcacad4
Fix bug in <content> select.
|
11 years ago |
Evan You
|
8862bb6583
bump webpack & uglify versions
|
11 years ago |
Nikola Kovacs
|
cfdfda35aa
<content> select should only match children.
|
11 years ago |
Evan You
|
635a6e75b6
use more conservative check for v-repeat inplace update
|
11 years ago |
Evan You
|
1a36e39b62
allow use of global Date & new keyword inside expressions (fix #784)
|
11 years ago |
Evan You
|
85799dfd35
Merge pull request #783 from nkovacs/dev
|
11 years ago |
Nikola Kovacs
|
676669cecd
Fix nested repeats with track-by.
|
11 years ago |
Evan You
|
b61088edef
add error handling in vm.$get (fix #781)
|
11 years ago |
Evan You
|
f140770dd5
Merge pull request #780 from njovin/dev
|
11 years ago |
Nathan Jovin
|
9c652e4439
Allow isReserved() to handle non-string inputs
|
11 years ago |
Evan You
|
fc9d5cadf9
fix unit test in browser runner by including jquery
|
11 years ago |
Evan You
|
f804d8a707
bump webpack to 1.7.3
|
11 years ago |
Evan You
|
0cbfe05117
simplify _.inDoc fix and remove unit test patch for phantomjs
|
11 years ago |
Evan You
|
f910124ee4
Merge pull request #768 from tscanlin/fix-inDoc-phantomjs
|
11 years ago |
Tim Scanlin
|
405e95929c
change inDoc function to work properly in phantom.js
|
11 years ago |
Evan You
|
e8c36e1fba
sync v-repeat $value back to original object/array (fix #761)
|
11 years ago |
Evan You
|
67eb247703
use element __vue__ as transition context if present
|
11 years ago |
Evan You
|
9041f2f216
Merge pull request #766 from nazo/dev
|
11 years ago |
takuya sato
|
0f4bfb08ae
fix <option value="" selected> is undefined
|
11 years ago |
Evan You
|
9252b6ec35
recognize boolean literals in expression parser, fixes #715
|
11 years ago |