katashin
086ae4469b
allow an extended constructor as global mixin ( #5448 )
8 years ago
Evan You
5eeb9de5e7
ssr: repeat all test cases for directMode
8 years ago
Evan You
760a74480e
test warning component trace
8 years ago
Evan You
65cb5b4f78
adjust async chunk inference strategy
8 years ago
Evan You
9a5dd1bac8
fix test
8 years ago
Evan You
4e40666d53
wip
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
78b73686ea
expose preload/prefetch/scripts rendering on render context if no template is provided
8 years ago
Evan You
1e37633567
fix ssr xss ( fix #5351 )
8 years ago
Evan You
924435a0fa
ssr: only preload scripts by default
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
f4f4c126f2
ssr: handle link rel=preload for non-js assets too
8 years ago
Evan You
655c0f185b
tests for ssr bundleRenderer + template + clientManifest
8 years ago
Evan You
2ea80399da
restructure ssr tests: move template tests into separate file
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
chengchao
e733e5cee8
fix SSR v-show render. ( #5224 )
* fix SSR v-show bug. v-show info needs to be merged from parent to child component
* improve variable name
* update test case
* update test case
8 years ago
Evan You
59a372229b
also catch error in data() ( close #5198 )
8 years ago
Hanks
29445153e3
[weex] Support unary and left open tags ( #5052 )
* [weex] Support unary and left open tags
* [weex] add test case for unary tag
* [compiler] move canBeLeftOpenTag to compiler option
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