Evan You
ae93d2bef8
update github links
8 years ago
Evan You
e5a6beb804
bump rollup
8 years ago
Evan You
0e8af343a7
check MutationObserver native-ness
8 years ago
Evan You
fd5ea73254
test iOS 8 instead of 7 given market share
8 years ago
Dan Reeves
e0698b2ebd
warn user calling Vue() without new ( #3793 )
8 years ago
fergaldoyle
790c99cdb4
fix IE/Edge select remembering selection ( #3803 )
* fix IE/Edge select remembering selection
* Use const over let
8 years ago
(´・ω・`)
aefb34812e
Update `$refs` type declaration ( #3765 )
* `$refs` is a dictionary of Vue instance or Element
* update $refs for array usage
8 years ago
Evan You
1d3811af78
update comments
8 years ago
Evan You
e6154316da
[release] 2.0.0-rc.8
8 years ago
Evan You
ccd44f3f41
[build] 2.0.0-rc.8
8 years ago
Evan You
310f5a2f5f
tweak v-model type=file warning phrasing
8 years ago
Eduardo San Martin Morote
b8095bf7b8
Warn when using v-model with input[type=file] ( #3791 )
8 years ago
Evan You
467572830f
fix coverage
8 years ago
松鹤
313ad8f87b
fix flow lifecycle method name [Vue@2.x] ( #3762 )
fix lifecycle method name `init` to `beforeCreate`
8 years ago
Evan You
43b489b11f
revert nextTick to microtask semantics by using Promise.then ( fix #3771 )
8 years ago
Evan You
08f2b97083
[release] 2.0.0-rc.7
8 years ago
Evan You
600d436541
[build] 2.0.0-rc.7
8 years ago
Evan You
c791fc7826
fix unit tests in IE9
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
松鹤
575e810670
Optimization unit testing [vdom/patch/children] ( #3733 )
Optimization unit testing for vdom/patch/children.spec.js
8 years ago
Evan You
054b96bd70
improve move transition performance by avoiding layout thrashing
8 years ago
Evan You
eef05ac9e9
use rollup-plugin-flow-no-whitespace
8 years ago
Evan You
b4c6fa4d36
bump deps
8 years ago
katashin
019d90040d
add module augmentation test ( #3713 )
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
2b1a0b985c
extend commits e2e wait period because GitHub is slow
8 years ago
Evan You
1fe9ba61d7
fix select2 e2e test
8 years ago
Evan You
ccd8d587d6
simplify todomvc example
8 years ago
Evan You
8242d9498a
simplify todomvc example
8 years ago
Evan You
7a22f134d4
update select2 example
8 years ago
Evan You
c23986beab
update markdown example
8 years ago
Evan You
b935afe59f
update firebase example to use 3.x
8 years ago
katashin
72a1527148
add inserted hook type to directive option ( #3682 )
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
Kaorun343
2b588b754e
Update ComponentOptions ( #3651 )
* Update ComponentOptions
* Make ComponentOptions as a Generic Interface
* Update some interfaces and types related to ComponentOptions
* Update tests
* Fix
8 years ago
Evan You
43211fd519
[release] 2.0.0-rc.6
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