Evan You
|
9931b715cd
|
avoid marking slot content as static.
|
8 years ago |
Evan You
|
5d36e8bc1b
|
fix IE conditional comments (fix #4125)
|
8 years ago |
Evan You
|
d0afcd3cf9
|
fix domProps unset for v-html (fix #4107)
|
8 years ago |
Evan You
|
bc455352a3
|
test sfc parser <style module>
|
8 years ago |
Evan You
|
e2a361a052
|
forgivingly handle < inside template plain text (fix #4012)
|
8 years ago |
Chris Fritz
|
84918577d2
|
fix problematic use of 'deprecated' in warnings (#4043)
|
8 years ago |
Evan You
|
7dc38dea27
|
fix SFC parsing pug templates that contains "<" (fix #3973)
|
8 years ago |
peisong
|
9c91190b40
|
Fix typos. (#3956)
|
8 years ago |
Evan You
|
3f8fa43819
|
fix duplicate attribute test case in IE
|
8 years ago |
Evan You
|
1fa3844dc2
|
refactor directive update implementation
|
8 years ago |
Evan You
|
74e4e11b44
|
fix v-on handler with whitespaces (fix #3893)
|
8 years ago |
Chris Fritz
|
de199f9bbd
|
allow 2 root nodes with v-if and v-else (#3887)
* allow 2 root nodes with v-if and v-else
* fix compiler-options test with less specific text
|
8 years ago |
Vincent Klaiber
|
463c9c9e08
|
Switch to https (#3864)
Replaced all http vuejs.org links with https instead.
|
8 years ago |
Evan You
|
8ef603b7c3
|
test <template> key warning, fix coverage
|
8 years ago |
Evan You
|
47ee6abfc6
|
remove codegen v-for truthiness check (fix #3817)
|
8 years ago |
松鹤
|
575e810670
|
Optimization unit testing [vdom/patch/children] (#3733)
Optimization unit testing for vdom/patch/children.spec.js
|
8 years ago |
Evan You
|
d6a7568891
|
improve v-bind implementation and make it work on components (fix #3670)
|
8 years ago |
Evan You
|
1c4ca4bc08
|
fix lint
|
8 years ago |
Evan You
|
7a2c986722
|
relax SSR hydration match check to allow client populating empty parent nodes
|
8 years ago |
Evan You
|
4afccc8eec
|
proper slot duplication warning (fix #3595)
|
8 years ago |
Evan You
|
4d640ce4d9
|
tweak v-if to avoid unnecessary node replacement
|
8 years ago |
Evan You
|
014d2f8599
|
fix vdom patch edge case for static nodes being reused and as insertion reference node (fix #3533)
|
8 years ago |
Brandon Surowiec
|
0f8ad06b2c
|
Fix Spelling (#3496)
* Fix Spelling
* Fix other instances.
|
8 years ago |
Evan You
|
d2df58e547
|
move v-show marker to runtime so that render functions work as expected (fix #3488)
|
8 years ago |
Evan You
|
13ce3a2559
|
fix v-on chained keyCodes (fix #3478)
|
8 years ago |
Evan You
|
18386c4cf4
|
fix static nodes optimization inside v-for (fix #3406)
|
8 years ago |
Evan You
|
fe801b16e4
|
wip: fix $parent after children change
|
8 years ago |
Evan You
|
b5b963f51d
|
wip: refactor children resolution (remove thunk mechanism)
|
8 years ago |
Evan You
|
5ed0c16b68
|
better hydration fail warnings
|
8 years ago |
Evan You
|
e1ab28c8c6
|
improve coverage
|
8 years ago |
Evan You
|
7f429e9c91
|
discard vnode children if it has innerHTML or textContent as a prop (fix #3360)
|
8 years ago |
Evan You
|
d7ae39044d
|
fix class updates if new vnode doesnt contain any class data
|
8 years ago |
Evan You
|
35ee5b105e
|
remove staticAttrs
|
8 years ago |
Chris Fritz
|
3e06c575cb
|
Allow 2 root nodes with v-if and v-else (#3329)
* allow 2 root nodes with v-if and v-else
* apply root constraints to 2nd root element with v-else
|
8 years ago |
Evan You
|
04e2b53cd7
|
properly perserve whitespace in <pre> (fix #3341)
|
8 years ago |
katashin
|
bbc07afd15
|
allow to initialize value attribute to 0 (#3334)
|
8 years ago |
Evan You
|
bee95f8c08
|
Revert "remove parser pre/post transforms (not used)"
This reverts commit 2e7a792308 .
|
8 years ago |
Evan You
|
74f8b98509
|
handle static vnodes properly during patch (fix #3325)
|
8 years ago |
Evan You
|
2c6930adfc
|
further improve scheduler
|
8 years ago |
Evan You
|
472b8975ed
|
adjust scheduler: call user watchers before component updates
|
8 years ago |
Evan You
|
2e7a792308
|
remove parser pre/post transforms (not used)
|
8 years ago |
Evan You
|
69ecdcb05e
|
rename vnode.data.props -> domProps
|
8 years ago |
Evan You
|
2732fec59e
|
tweak error handling
|
8 years ago |
Evan You
|
d867b9e2e4
|
test observed vnode data warning
|
8 years ago |
Evan You
|
05ef502c8a
|
coverage for nested SVG vnode namespace
|
8 years ago |
Evan You
|
39bcd60a33
|
remove no longer necessary specs
|
8 years ago |
Evan You
|
afc414976c
|
fix svg component children
|
8 years ago |
Evan You
|
0764ae252e
|
ensure unique key for elements with transition (fix #3247)
|
9 years ago |
Evan You
|
a06a2d00e3
|
tune scheduler to ensure update order for late-pushed watchers
|
9 years ago |
Evan You
|
d164cf537a
|
directive: always call update + ensure modifiers
|
9 years ago |