Evan You
83ed92608d
fix: $set should respect properties on prototype chain
fix #6845
7 years ago
Huo Chunyang
ee0e8b5ce1
refactor: tweak data merge strategy ( #6833 )
* tweak: The value of this is always undefined
* parentVal and childVal must have a presence, otherwise the strats.data policy function will not be executed
7 years ago
Herrington Darkholme
98ea0a3b48
fix(types): improve typing for better completion ( #6886 )
7 years ago
lucien
604230fe95
fix(keep-alive): higher priority for exclude than include ( #6905 )
7 years ago
Herrington Darkholme
048e940779
build: map vue to local types, simplify build setup ( #6860 )
* build: map vue to local types, simplify build setup
* build: remove unnecessary install steps
7 years ago
JK
a433b16588
build: install dependency for vue-server-renderer in setup script ( #6839 )
7 years ago
JK
b6c384dd78
fix(core): static trees should be cached on options ( #6826 ) ( #6837 )
* test(once): failing test for #6826
* fix(core): static trees should be cached on options (#6826 )
7 years ago
Herrington Darkholme
9caed00d20
fix(typing): relax $options type for TS2.6+ ( #6819 )
7 years ago
Evan You
471de4a31d
build: release 2.5.2
7 years ago
Evan You
fd0c4f5a6c
build: build 2.5.2
7 years ago
Evan You
069c82bed7
chore: coverage
7 years ago
Evan You
a11d6f37c2
chore: fix flow
7 years ago
Evan You
4e0c48511d
fix: further adjust nextTick strategy
fix #6813
7 years ago
Evan You
6658b81a3b
ci: adjust cache
7 years ago
Evan You
f865b0d767
build: release 2.5.1
7 years ago
Evan You
2b3e1a0a96
build: build 2.5.1
7 years ago
Evan You
08a7fb539f
fix: v-on="object" listeners should fire after high-priority ones
fix #6805
7 years ago
Evan You
5665eaf985
fix: backwards compat with checkbox code generated in < 2.5
fix #6803
7 years ago
JK
60b1af9e02
fix(transition-group): work around rollup tree shaking ( #6796 )
fix #6792
7 years ago
Eduardo San Martin Morote
15031b8542
fix(v-model): allow arbitrary naems for type binding ( #6802 )
Fix #6800
7 years ago
Huo Chunyang
8645e5f04a
refactor: remove unnecessary condition ( #6795 )
7 years ago
JounQin
5a15a8d208
fix(ssr): add semicolon before self-removal script ( #6794 )
7 years ago
Evan You
1f84dd1c24
fix: fix empty array edge case in normalizeChildren
fix #6790
7 years ago
Evan You
f38d44e23b
ci: update caching setup + update weex runtime
7 years ago
Evan You
1be48d0a13
types: update types for config.ignoredElements
7 years ago
Evan You
0948d999f2
build: release 2.5.0
7 years ago
Evan You
bc2918f0e5
build: build 2.5.0
7 years ago
Evan You
df8f179cfc
test: make hydration spec more stable for Edge
7 years ago
Evan You
a85f95c422
test: use phantom for dev
7 years ago
Evan You
1eea1a98f4
build: skip sauce by default in release script
7 years ago
Evan You
e38d006752
feat: improve template expression error message
close #6771
7 years ago
Evan You
b7105ae8c9
refactor: improve option type check warnings
7 years ago
Evan You
adff0084e1
refactor: use isRegExp for safer check
7 years ago
Evan You
9f576aac7d
test: add test for ignoredElements
7 years ago
Raymond Muller
795b908095
feat: support RegExp in ignoredElements ( #6769 )
7 years ago
Evan You
12255ff220
refactor: simplify functional renderStatic
7 years ago
Evan You
ea3a70b2d5
chore: fix sponsor link typo
7 years ago
Evan You
bb1d888d44
refactor: remove no longer needed _staticTrees property
7 years ago
Evan You
53431c63a9
types: fix flow typing
7 years ago
Evan You
421658884f
fix: fix scoped CSS for nested nodes in functional components
7 years ago
Evan You
050bb33f9b
feat: scoped CSS support for functional components
7 years ago
Evan You
ea0d227d2d
feat: functional component support for compiled templates
7 years ago
Evan You
68bdbf508b
fix: perperly handle v-if on <template> scoped slot
fix #6725
7 years ago
Mark Brouch
2d32b5d1b6
feat(ssr): auto-remove initial state script if prod ( #6763 )
close #6761
7 years ago
Evan You
dff85b230a
fix(ssr): handle inline template compilation error
fix #6766
7 years ago
Evan You
70a28b37bc
chore: formatting
7 years ago
wenlu.wang
3a5432a9e3
feat(core): call data method with this value ( #6760 )
#6739
7 years ago
Evan You
596257cf6f
build: add weex factory dev script
7 years ago
Evan You
62405aa903
revert: fix(v-model): fix input listener with modifier blocking v-model update
This reverts commit 6f312d636c
because the change
is no longer needed after switching nextTick to use MessageChannel.
7 years ago
Evan You
405d8e9f4c
fix: prevent memory leak due to circular reference in vnodes
fix #6759
7 years ago