Evan You
|
dc00590bc5
|
comments
|
8 years ago |
Evan You
|
ec70b44c28
|
tweak noramlizeArrayChildren
|
8 years ago |
laoxiong
|
f2bd882073
|
Fix: nested child elements can not be updated correctly, fix #5618 (#5627)
* fix:nested elements can not be updated correctly
* add tests
* ensure nestedIndex is always passed down
|
8 years ago |
pengchongfu
|
5d965d5b3b
|
clone `isComment` when cloneVNode (#5633)
|
8 years ago |
chengchao
|
b5b1ac373a
|
improve mutli-line `&&` coding style to keep consistence (#5625)
|
8 years ago |
狼族小狈
|
1c40e32706
|
Fix use mixin API feat continuous operation (#5610)
* Update use.js
fix:use feat continuous operation
* Update mixin.js
fix:mixin feat continuous operation
|
8 years ago |
Evan You
|
ca02043194
|
avoid using native as identifier (close #5623)
|
8 years ago |
Eduardo San Martin Morote
|
d52a4991bd
|
Prevent unecessary input trigger with v-model (#5589)
* Prevent unecessary input trigger with v-model
Fix #5586
* Add test for compositionend on v-model + @input
* [skip ci] Rename tests for compositionend
|
8 years ago |
Herrington Darkholme
|
9ac4c4188d
|
fix #5591: keep ssr template interpolation whitespace-insensitive (#5597)
|
8 years ago |
laoxiong
|
5c0c8c8865
|
improve: optimize the performance of scheduler (#5607)
|
8 years ago |
maggiehe
|
a8da4fb051
|
fix #5592: comment vnode should not be merged into text vnode. (#5593)
* comment vnode should not be merged into text vnode.
* add isFalse helper
* delete trailing spaces
|
8 years ago |
Evan You
|
b977c77d34
|
[release] 2.3.2
|
8 years ago |
Evan You
|
60291f2752
|
[build] 2.3.2
|
8 years ago |
Evan You
|
8dc4215994
|
improvements for handling vue-loader functional components with style injections
|
8 years ago |
Evan You
|
8d7ad197c3
|
expose $ssrContext
|
8 years ago |
Evan You
|
6b4f3da51d
|
[release] 2.3.1
|
8 years ago |
Evan You
|
2355318f0f
|
[build] 2.3.1
|
8 years ago |
Evan You
|
ebd0338d5a
|
introduce previous behavior as runInNewContext:"once"
|
8 years ago |
Evan You
|
cab1b151e2
|
avoid swallowing webpack error when entry is not found (fix #5553)
|
8 years ago |
Evan You
|
2a1f79dfbe
|
run bundle in the same global context when runInNewContext is false (fix #5559)
|
8 years ago |
kazuya kawaguchi
|
9478fde8c9
|
tweak type definition layouting (#5564)
|
8 years ago |
Evan You
|
228f0f8f3b
|
remove unnecessary :any castings due to improved flow checks
|
8 years ago |
laoxiong
|
3b426efe60
|
Fix when functional component render method retrun null (fix #5536) (#5539)
* fix:create empty vnode when functional component return null
* add test
* use isDef
|
8 years ago |
Herrington Darkholme
|
bb7c543fc2
|
fix #5539: improve `isDef` type definition (#5549)
* fix #5539: improve flow type coverage
* skip unnecessary object creation
* use flow internal syntax to enable predicate type
|
8 years ago |
Pooya Parsa
|
1635ca7143
|
[vue-server-renderer] ensure assets are unique (#5540)
* [vue-server-renderer] ensure assets are unique
* add lodash.uniq to devDependencies
|
8 years ago |
Evan You
|
d6c070d54d
|
link to latest info
|
8 years ago |
Evan You
|
a27c464692
|
[release] 2.3.0
|
8 years ago |
Evan You
|
87b0d5d5a4
|
[build] 2.3.0
|
8 years ago |
Evan You
|
d8315c42ef
|
do not decode text inside script/style tags (fix #5526)
|
8 years ago |
Evan You
|
3a6fd13bc5
|
[release] 2.3.0-beta.1
|
8 years ago |
Evan You
|
56b6f8aac6
|
[build] 2.3.0-beta.1
|
8 years ago |
Evan You
|
cb0531c4fb
|
increase async delay for more test cases
|
8 years ago |
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 |
Evan You
|
2a247fcadc
|
fix ssr initial context style recording
|
8 years ago |
Evan You
|
016920ebea
|
support customizing context and window keys for renderState()
|
8 years ago |
Evan You
|
38516b4942
|
fix flow
|
8 years ago |
Eduardo San Martin Morote
|
380e988823
|
Allow slot names to be numbers (#5481)
Closes #5480
|
8 years ago |
Async0x42
|
1288386722
|
Support Vue.delete(arr, index) in TypeScript definitions (#5508)
* add a variation of 'delete' to typesript typings, added in 2.2+
* add typescript typings test for Vue.delete(arr, index)
|
8 years ago |
Evan You
|
a2f57e3c52
|
use context-agnostic RegExp check
|
8 years ago |
Evan You
|
01c0002a4d
|
improve info exposed by getPreloadFiles()
|
8 years ago |
Evan You
|
4d81fa8eee
|
ssr: expose getPreloadFiles() on context
|
8 years ago |
Evan You
|
a45e40d5bf
|
improve ssr js/css file check
|
8 years ago |
Evan You
|
2efc0446b3
|
inline css links in renderStyles()
|
8 years ago |
Evan You
|
3a621d1860
|
ssr server plugin: only include js source maps
|
8 years ago |
Evan You
|
4f9f28cf16
|
renderLinks -> renderResourceHints
|
8 years ago |
Alexander Tesfamichael
|
e5814dee67
|
Update packages readme links (#5488)
|
8 years ago |
Evan You
|
a677a98a3c
|
update outdated message in ssr plugin
|
8 years ago |
Evan You
|
fe92cce9ef
|
comments
|
8 years ago |