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 |
Evan You
|
37533fd71e
|
refactor: improve errorCaptured propagation behavior
|
7 years ago |
Evan You
|
96b9744811
|
refactor: tweak
|
7 years ago |
Evan You
|
f3fe012d54
|
feat(v-model): support dynamic input type binding
|
7 years ago |
Evan You
|
2876ed870c
|
fix: resolve async component default for native dynamic import
fix #6751
|
7 years ago |
Evan You
|
35e55ecd42
|
refactor: remove unnecessary argument
|
7 years ago |
Evan You
|
96472be6f6
|
types: add types for new features and adjust tests
|
7 years ago |
Evan You
|
6893499744
|
feat: rename inject alias from "name" to "from"
|
7 years ago |
Evan You
|
6dac3dbe44
|
feat: rename catchError -> errorCaptured
|
7 years ago |
Dominik Rabij
|
514b90b647
|
fix: add slot v-bind warning (#6736)
close #6677
|
7 years ago |
Herrington Darkholme
|
db138e2254
|
feat(types): further improve Vue type declarations for canonical usage (#6391)
|
7 years ago |
Alexander Eden
|
64e3943842
|
types: extend keyCodes type declaration to allow array of numbers (#6745)
|
7 years ago |
Evan You
|
7bc899ce0e
|
feat(ssr): add shouldPrefetch option
close #5964
|
7 years ago |
Evan You
|
f881dd175a
|
feat(ssr): renderToString return Promise
close #6160
|
7 years ago |