Evan You
600d436541
[build] 2.0.0-rc.7
8 years ago
Evan You
403f3ccb4c
set selected value on nextTick in IE/Edge ( fix #3689 by @fergaldoyle )
8 years ago
Evan You
c47e128eb6
move browser sniffing code back to core/util/env
8 years ago
Evan You
bba8b91886
limit v-model runtime shim on text inputs
8 years ago
Evan You
037449f453
ensure prop default value when instantiating without propsData ( fix #3693 )
8 years ago
Evan You
9566b3358f
no need to return text in getValue for v-model select ( fix #3729 )
8 years ago
Evan You
9fb1057672
Adjust nextTick implementation
MutationObserver is unreliable in UIWebView on iOS >= 9.3.3, and this hasn't
been fixed in iOS10. Moreover it is tedious to identify UIWebView vs. WKWebView
and native Safari now that iOS10 UIWebView supports IndexedDB as well.
We are switching to a setImmediate shim using window.postMessage. This uses
macrotask instead of microtask, but it doesn't actually affect Vue's logic.
8 years ago
Evan You
7eb6c8cfef
expose warn as noop in production builds
8 years ago
Evan You
054b96bd70
improve move transition performance by avoiding layout thrashing
8 years ago
Evan You
4785afd154
improve MutationObserver bug detection for iOS 10
8 years ago
Evan You
089c1458cc
overwrite static node key in <transition> to ensure unique pending key
8 years ago
Evan You
56960b5fbc
support object looseEqual in v-model ( fix #3673 )
8 years ago
Evan You
d6a7568891
improve v-bind implementation and make it work on components ( fix #3670 )
8 years ago
Evan You
ace1076da9
[build] 2.0.0-rc.6
8 years ago
Evan You
45ff6218c1
handle multiline atribute value parsing in IE ( fix #3663 )
8 years ago
Evan You
d0c13c7e66
test undefined method warning
8 years ago
Darius Tall
724a59348f
Add undefined check for instance methods ( #3656 )
* add undefined check for instance methods
* added a warning for undefined methods
* add production ENV check
8 years ago
Evan You
6f8316fe8f
toObject should not mutate original objects ( fix #3657 )
8 years ago
Evan You
673dec6040
fix duplicate slot warning spelling
8 years ago
Ivan Agafonov
b47d773c58
support short prop declaration as prop: true ( #3643 )
8 years ago
Evan You
4c7a87e2ef
observer conversion enumeration should not include prototype properties
8 years ago
Evan You
179ec92019
fix lint
8 years ago
Evan You
100a2969aa
move slot cloning back to render function so that it works for jsx as well
8 years ago
Evan You
faecdb6324
[build] 2.0.0-rc.5
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
f25482dd93
tiny comment fix
8 years ago
Evan You
63e4757fbd
key nested children by default ( fix #3611 )
8 years ago
Zhenfei You
2998bbfae9
createElement won't return Array<VNode> ( #3574 )
8 years ago
Evan You
a00170cbb9
remove unnecessary appear check in v-show ( fix #3559 )
8 years ago
Evan You
ada90e5e37
revert directive bind invocation timing, add inserted hook for directives
8 years ago
Evan You
32971d8588
fix v-on patching for cloned slot nodes ( fix #3556 )
8 years ago
Evan You
88906d6c45
[build] 2.0.0-rc.4
8 years ago
Javis V. Pérez
a3314c8610
Fixed "delcare" typo error ( #3552 )
* Fixed "delcare" typo error
* Revert "Fixed "delcare" typo error"
This reverts commit 14c3563c48fe9fc68b413e468db221ea4430ade4.
* Typo fixed on src folder only
8 years ago
Evan You
f6b1a51729
fix hot-reload not updating static nodes
8 years ago
Evan You
f4a505c67c
support returning promise for async components ( close #3527 )
8 years ago
Evan You
982913fb1e
upgrade flow to 0.31 ( close #3482 )
8 years ago
Evan You
98876f008b
ensure transition end detection only count events triggered on target element ( fix #3506 )
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
Evan You
ed2085974b
ensure mergeVNodeHook does not inject duplicate hooks
8 years ago
Evan You
44128f2ac7
remove forgotten debugger statement
8 years ago
Evan You
3fa4076d05
fix text parser regex for multiline tags ( fix #3526 )
8 years ago
Evan You
3627a27179
ensure custom directive bind is called after node is inserted ( close #3529 )
8 years ago
Evan You
a152fe0e98
only gen checkbox/radio model on input tags ( fix #3516 )
8 years ago
Evan You
e6c5f21f86
fix event initialization on reused slot nodes ( fix #3518 )
8 years ago
Evan You
0674509193
avoid triggering select reset when selectedIndex has not changed ( fix #3504 )
8 years ago
Evan You
eef040ebd0
vdom: teardown stale directives on patch ( fix #3491 )
8 years ago
Brandon Surowiec
0f8ad06b2c
Fix Spelling ( #3496 )
* Fix Spelling
* Fix other instances.
8 years ago