Evan You
c24f492543
fix edge test case
8 years ago
Evan You
1096890827
increase async component test delay
8 years ago
Yusuke Otsuka
12b7122c16
fix mixin issue ( #5514 )
8 years ago
Eduardo San Martin Morote
380e988823
Allow slot names to be numbers ( #5481 )
Closes #5480
8 years ago
Evan You
7b8b0e48f7
restructure: remove entires directory
8 years ago
Evan You
c0da43d22f
fix incorrect compiler warning for $delete usage in templates ( fix #5464 )
8 years ago
宋铄运
38810d8fd0
Support auto-prefixed style value as array (client/ssr) ( #5460 )
* support auto-prefixed style value as array (client/ssr)
* adjust test case
8 years ago
katashin
086ae4469b
allow an extended constructor as global mixin ( #5448 )
8 years ago
Evan You
760a74480e
test warning component trace
8 years ago
Evan You
682141fccc
support Symbol in props type validation ( close #5396 )
8 years ago
Evan You
4b6913cb46
handle errors in nextTick ( close #5277 )
8 years ago
Eduardo San Martin Morote
b997af0c01
Use genAssignmentCode in chehckbox model web compiler ( #5402 )
Fix #5398
8 years ago
Evan You
c82546c54b
fix keep-alive pruning active instance
8 years ago
Evan You
561bb467ba
test functional auto props with render fn
8 years ago
Evan You
931aaea8dc
expand .sync into extra listener
8 years ago
Evan You
c28b566f19
tests for functional component api improvements
8 years ago
Evan You
d2b7142cf5
tests for advanced async component features
8 years ago
Evan You
841fe6028a
test computed property conflict warnings
8 years ago
kingwl
2701fa1a64
add provide/inject on functional context ( #5204 )
8 years ago
kingwl
beee7d8143
support v-on passive modifier ( #5132 )
* support v-on passive modifier
* fix supportsPassive and run unit when the test browser supports
* add mutual exclusive warning
* Fix typo
* Fix typo
* Remove extra line - CS fix
8 years ago
Evan You
354c2f4922
fix keep-alive cache incorrectly pruned with transition mode="out-in" ( fix #5346 )
8 years ago
Evan You
bbec0763ab
remove problematic test cases (mutating in render fn)
8 years ago
Evan You
35aa5f0b2b
warn click.right ( close #5330 )
8 years ago
Evan You
a12d32a56d
fix style diffing on cached/slot elements ( fix #5318 )
8 years ago
AchillesJ
3c0265517b
handle errors thrown by directive hooks ( #5314 ) ( #5324 )
* handle errors thrown by directive hooks
* fix import
8 years ago
Razvan Stoenescu
255b627f39
fix #5321 don't throw error when node gets relocated ( #5322 )
* don't throw error when node gets relocated
* perf: Simplify if check in vdom/patch
8 years ago
Evan You
80fa9bf3d6
fix hydration tests
8 years ago
Evan You
69e62f0a74
refactor: remove constants from config
8 years ago
Evan You
e0a7c1ac68
use data attribute for ssr marker
8 years ago
Kenneth Crawford
6fcfdbd83f
warn and handle missing get in computed ( fix #5265 ) ( #5267 )
8 years ago
Evan You
0bb529a275
also warn when listening to camelCase events in in-DOM templates
8 years ago
Piotr Kaminski
e47b1e5c4d
Allow named properties on reactive arrays. ( #5216 )
* Allow named properties on reactive arrays.
* Remove semicolons to comport with style guide.
* Pacify flow type checking.
Without the cast to any, flow complains that Array doesn't have an
__ob__ property. This appears to be an instance of this issue:
https://github.com/facebook/flow/issues/1330
8 years ago
Raymond Rutjes
23a058ed13
fix(inject): change warn message when trying to mutate an injected value ( #5243 )
8 years ago
kingwl
7dea9f1eb2
fix provide isn't reactive with a single array ( #5229 )
* fix provide isn't reactive with a single array - Fix #5223
* add warning when injections has been modified
8 years ago
kingwl
4c4a2ab65f
trigger event after reassigned state - Fix #5191 ( #5233 )
8 years ago
Evan You
59a372229b
also catch error in data() ( close #5198 )
8 years ago
Evan You
041683953a
improve camelCase prop warning message
8 years ago
AchillesJ
c6ab2e06d4
warn when template contains text outside root element ( #5164 )
* warn when template contains text outside root element
* fix warned flag
* make warn once a function
8 years ago
CodinCat
025e763124
Warn when not passing props in kebab-case ( #5161 )
* Warn when not passing props in kebab-case
* Move keyInLowerCase to dev only block
8 years ago
Evan You
a6e1ae0aac
v-bind object should have lower priority than explicit bindings ( fix #5150 )
8 years ago
Evan You
e7dfcc334d
fix custom directive arg fall through ( fix #5162 )
8 years ago
kingwl
4964b253d0
fix wrong order of generate modifier code ( #5147 )
* fix wrong order of generate modifier code
* add unit test of #5146
* Update events.js
8 years ago
AchillesJ
f9706dc288
fix v-on unit test ( #5144 )
8 years ago
Herrington Darkholme
8fca83d6b6
fix #5121 : parse content in textarea as plaintext ( #5143 )
* fix #5121 : parse content in textarea as plaintext
* update comment
8 years ago
Evan You
95cd2bd7fa
test v-model select with circular reference
8 years ago
Evan You
c619b8d22c
remove inline value warnings for checkbox/radio/select also ( close #5112 )
8 years ago
kingwl
2e1e809467
fix prevent default unit test ( #5127 )
8 years ago
Evan You
303824ea9c
default slot should use fallback content when it contains all whitespace nodes ( fix #5097 )
8 years ago
Evan You
a524919d21
fix v-on inline function expression with modifiers ( fix #5120 )
8 years ago
YOU
e12d96a132
chore(parser.spec): fix an IE conditional test with a typo ( #5102 )
* chore(parser.spec): fix an IE conditional test with a typo
* check children.length is 0, instead of undefined
8 years ago