AchillesJ
eea0920f14
fix: improve Vue.set/Vue.delete API to support multi type of array index ( #5973 )
related #5884
8 years ago
AchillesJ
458030ae19
fix: v-bind object should not override props on scopedSlots ( #5995 )
* v-bind object should not override props on scopedSlots
* Update render-slot.js
8 years ago
JK
34d8c796ac
fix: check enterToClass/leaveToClass existence before adding it ( #5912 )
related: #5800
8 years ago
wenlu.wang
049f3171a9
fix: support plugin with multi version vue ( #5985 )
close #5970
8 years ago
Blake Newman
27a1b03827
chore(build): ignore dist files until release ( #5984 )
ignore dist files until release
improves contributor experience
ensures dist files can't be accidentally committed in
8 years ago
AchillesJ
16700c95e1
refactor(core): remove unnecessary switch case ( #5971 )
8 years ago
MopTym
de42186d52
fix(ssr): fix bundleRenderer mapped async chunks caching check ( #5963 )
_mappedfiles => _mappedFiles
8 years ago
wenlu.wang
e4da249ab8
feat: add `comments` option to allow preserving comments in template ( #5951 )
close #5392
8 years ago
JK
51c595a7ce
feat(keep-alive): support Array for include and exclude ( #5956 )
* allow array index on keep-alive:include/exclude
* add Array in patternTypes
* fix flow type
* add flow type for include/exclude in watch
* add test case
8 years ago
superwf
e01c09adad
refactor(compiler): remove 'head' tag contains 'html' tag condition code ( #5958 )
remove 'head' tag contains 'html' tag condition I am not sure this is necessary, but all test passed
after remove the code.
8 years ago
wenlu.wang
3965e5053a
feat: support sync modifier for v-bind="object" ( #5943 )
close #5937
8 years ago
J. Dalton Childers
bd79d7e179
README update to include Vue Land as questions resource and chat badges ( #5947 )
* Updated README to include Vue Land 😃
* Updated Discord link to be the Vue Land site
* Added Gitter and Discord Badges to README
8 years ago
lyhper
00a3085628
test: correcting existing test case ( #5909 )
Fix the location of the test case
8 years ago
Herrington Darkholme
f6cd44c48b
fix: ensure cleanup in watcher.get ( #5988 )
watcher.get should always clean up observee stack in order to prevent memory leak. Also, non-user
defined watch should rethrow error.
fix #5975
8 years ago
JK
55816543c4
fix(ssr): reference error when create $ssrContext for root component ( #5981 )
fix #5941
8 years ago
Evan You
0cd6ef321b
feat: resolve ES module default when resolving async components
8 years ago
Evan You
b5f08f3bed
build: use cross-platform hook installation with shelljs
8 years ago
Evan You
610d1aabe9
build: move test config files into /test
8 years ago
Evan You
a7afcb4cca
build: add script for generating release note
8 years ago
Evan You
b49c969474
build: add git commit message validation
8 years ago
Evan You
4acc8c8be1
fix(v-model): use consistent behavior during IME composition for other text-like input types ( fix #5902 )
8 years ago
Evan You
4f8f4db5dd
simplify source with rest params
8 years ago
kingwl
213f136a6e
fix slot resolved incorrect with abstract component ( fix #5888 ) ( #5895 )
8 years ago
gebilaoxiong
2f628c3114
test:improve reserved props test
8 years ago
gebilaoxiong
f197d0dc45
test:add bind object test
8 years ago
gebilaoxiong
d33c1250ee
fix:when using object syntax in v-bind, special attribute have no effect
8 years ago
王斐
8a2c5147ad
Be able to use string type index in array ( #5889 )
8 years ago
JK
080c387d49
Merge inject when extending a component ( #5827 )
* simply fix inject extends
* add comments for normalizeInject
* normalizeInect should return for non-array
* remove isArray branch in resolveInject
* add test case for extending injection
* Create options.js
* type of inject should be object now
* Revert "type of inject should be object now"
This reverts commit 8466a2866b868de00f755b80e5b3a3dc8bdc2d86.
8 years ago
Luke Bennett
9831b403cf
Add warnHandler to allow users to set a custom warn callback, similar to errorHandler ( #5883 )
8 years ago
David Eckel
69f946b437
Fix XHTML incompatibility ( fix #5852 ) ( #5853 )
8 years ago
Evan You
f3a15220c5
revert selenium version for CI
8 years ago
Evan You
5981529b49
bump deps
8 years ago
Evan You
a2a9110ea1
bump weex test deps
8 years ago
Evan You
deae1ff851
fix type tests
8 years ago
Evan You
c994e5cf48
upgrade flow
8 years ago
Evan You
dfb014e3d7
fix uglify upgrade
8 years ago
Evan You
a855dd0564
add environment-agnostic build for vue-server-renderer
8 years ago
Evan You
0a3f831d67
line width tweak
8 years ago
laoxiong
603d5fb894
refactor: get the vendor style name in the style directive ( #5856 )
8 years ago
Evan You
07a37264c3
remove reference to refElm after initial patch ( fix #5851 )
8 years ago
Evan You
47334085a1
prevent data.pendingInsert to keep reference to removed nodes ( fix #5839 )
8 years ago
Evan You
a18f879bb3
warn when methods conflict with data ( close #5832 )
8 years ago
Evan You
7b069453ed
fix Object.prototype.watch test case
8 years ago
strantr
48c0c1ceb5
Added check in merge strat for watches if child is already an array ( fix #5652 ) ( #5653 )
* Added check for if child is already an array
If the child is already an array it does not need to be wrapped again.
Fixing #5652
* Added unit test for watch merge strat
* Moved test to own describe
* Added test for merging multiple extends
8 years ago
Zhang Visper
7561b94eeb
warn against non-primitive key ( #5816 )
8 years ago
laoxiong
68522cfdef
fix:the placeholder key in undefined when render async component ( #5828 )
8 years ago
Evan You
13bb643d6f
handle in-out transition with async components
8 years ago
Evan You
c3cdfcfa68
fix out-in transition for async components ( fix #5760 )
8 years ago
Evan You
b4dd0be4fc
improve .use() test cases and make it track installation based on constructor id
8 years ago
Evan You
f97ebd6aa5
update eslint config
8 years ago