Evan You
|
59dea37403
fix: fix v-model :value warning on custom component
|
8 years ago |
Evan You
|
06f121b473
build: release 2.5.5
|
8 years ago |
Evan You
|
9ae75e5c2a
build: build 2.5.5
|
8 years ago |
Evan You
|
4d8226fb2c
fix: keep-alive should not cache anonymous components
|
8 years ago |
Evan You
|
6d6b3739e1
fix: should warn unknown components inside <keep-alive>
|
8 years ago |
Evan You
|
f5cd29e1d8
fix: init _staticTrees to avoid runtime reference warning
|
8 years ago |
Robert Pemberton
|
1e146037fa
feat: warn if both v-model and v-bind:value used on same element (#7056)
|
8 years ago |
Evan You
|
a2cd14c765
build: release 2.5.4
|
8 years ago |
Evan You
|
9edcc6b6c7
build: build 2.5.4
|
8 years ago |
Evan You
|
5db86b4e94
fix(ssr): ensure hydrated class & style bindings are reactive
|
8 years ago |
Evan You
|
6b799190a5
test: add test case for #6687 + fix lingering comment node
|
8 years ago |
Richard Musiol
|
45d7ba8429
fix(transition): fix out-in transition getting stuck with v-if (#7023)
|
8 years ago |
David Nuescheler
|
a3246fd854
chore: closing </a> after chat (#7059)
|
8 years ago |
Evan You
|
13196b25b8
fix: clone slot nodes for render fn usage as well
|
8 years ago |
Evan You
|
df82aeb0bf
fix: should warn unknown components during hydration
|
8 years ago |
Evan You
|
daed1e7355
fix: normlaize @click.right and @click.middle
|
8 years ago |
Hanks
|
7cf188e134
feat(weex): support batch update styles and attributes (#7046)
|
8 years ago |
Hanks
|
c2b1cfe9cc
fix(weex): donot rethrow the captured error on weex platform (#7024)
|
8 years ago |
Pranay Aryal
|
0496115c55
chore: live link for Vue examples under 'Documentation' (#7026)
|
8 years ago |
Evan You
|
9463ac8746
test: fix weex tests
|
8 years ago |
Evan You
|
f0a66c5817
refactor: cache v-once and purely static trees separately
|
8 years ago |
katashin
|
267ada04e8
fix(types): expose VueConstructor (#7002)
|
8 years ago |
Evan You
|
2acc12c9ed
build: release 2.5.3
|
8 years ago |
Evan You
|
015a318902
build: build 2.5.3
|
8 years ago |
Evan You
|
ad673e1257
chore: fix flow
|
8 years ago |
Evan You
|
5a9da95b8a
fix(slots): properly handle nested named slot passing
|
8 years ago |
Evan You
|
4fe1a95d29
fix: properly mark slot rendered flag in production mode
|
8 years ago |
Evan You
|
e1657fd7ce
fix(ssr): properly render <select v-model> initial state
|
8 years ago |
ZhangJan
|
e80104eb63
refactor: minor tweak on conditions order (#6992)
|
8 years ago |
Evan You
|
79c0d7bcfb
fix(ssr): properly render textarea value
|
8 years ago |