Pig Fang
2d168f1ba1
test(types): update TS version and fix types test ( #7597 )
7 years ago
Evan You
8053eb1fba
chore: update sponsors
7 years ago
Evan You
acb3bde95b
chore: update sponsors
7 years ago
Evan You
ced00b1dec
fix: fix config.productionTip
fix #7565
7 years ago
william-pan
4746256e55
refactor: use util.isNative to check native Proxy ( #7549 )
7 years ago
Evan You
f2b476d4f4
refactor: avoid leading semi
7 years ago
Evan You
eaf6b54a38
chore: fix another link
7 years ago
Evan You
04da767d10
chore: fix sponsor link
7 years ago
Evan You
f0e9dc4467
chore: update sponsors
7 years ago
Evan You
782b66c790
workflow: remove setup script
7 years ago
Evan You
a6a9d6d05a
workflow: improve git hooks setup
7 years ago
Guillaume Chau
5191f13472
fix(transition): should not add transition class when cancelled ( #7391 )
fix #7390
7 years ago
AchillesJ
05299610ea
fix(vdom): svg inside foreignObject should be rendered with correct namespace ( fix #7330 ) ( #7350 )
* add failed test case
* fix failed test case
* fix(vdom): svg inside foreignObject should be rendered with correct namespace
* adjust comments
7 years ago
Herrington Darkholme
6ee684983b
fix(types): contravariant generic default in ComponentOption ( #7369 )
7 years ago
Evan You
5b4e6679cb
chore: update sponsors
7 years ago
JK
400aa651ba
chore: fix setup script ( #7364 )
7 years ago
Evan You
6be9fdbc83
chore: avoid production tip during tests
7 years ago
Hanks
f319bef532
chore: update weex flow type annotations ( #7322 )
7 years ago
Hanks
ff8fcd2e2b
feat(weex): support parse object literal in binding attrs and styles ( #7291 )
7 years ago
Evan You
f8cb3a2393
chore: fix lint
7 years ago
孟健
dccd182b67
fix: allow codebase to be inlined directly in HTML ( #7314 )
escape - to avoid regex being parsed as HTML comment when entire codebase is inlined.
fix #7298
7 years ago
Huo Chunyang
44420b7bbc
chore: correct the eslint script statement in package.json and correct the format. ( #7308 )
7 years ago
Evan You
60fb8143f1
chore: fix OpenCollective links
7 years ago
Xavier Damman
c05bbdfc36
chore: fixes gold / platinum sponsors on open collective ( #7311 )
Fixes https://github.com/opencollective/opencollective/issues/777
7 years ago
Evan You
144a4dd860
build: rename build/ to scripts/
7 years ago
Evan You
2494772947
chore: add one-time donation link
7 years ago
Evan You
41838c8e86
feat: support v-model dynamic type binding for v-bind="object"
close #7296
7 years ago
Evan You
d8b08387a2
fix: clean up custom events when patched component no longer have events
fix #7294
7 years ago
Evan You
956756b1be
refactor: use more efficient on-demand clone to handle reused node edge cases
removes unnecessary slot/static node clones, fix #7292
7 years ago
Evan You
8335217cb4
fix(core): handle edge cases for functional component returning arrays
fix #7282
7 years ago
katashin
49aae6bb15
fix(types): make VNodeChildrenArrayContents type more accurate ( #7287 )
7 years ago
cinwell.li
e055df82fe
fix(weex): default value for editor, fix #7165 ( #7286 )
* fix(weex): default value for editor, fix #7165
/cc Hanks10100
* fix(weex): recycle-list test
7 years ago
Evan You
7cc0b559e9
feat(weex): update new syntax for <recycle-list>
7 years ago
Hanks
472a2896bd
feat(weex): adjust framework entry APIs and add flow annotations ( #7272 )
1. Remove the "init", "reset", "getRoot" and "receiveTasks" APIs, which
are already implemented in the new version of "weex-js-runtime".
2. Use "createInstanceContext" instead of "createInstance". Vue only
needs to prepare the instance context and no longer execute the js
code. The js code will be executed by native.
3. Add flow type declarations and annotations.
7 years ago
Evan You
d982e344b3
build: release 2.5.13
7 years ago
Evan You
cc319bd8f7
build: build 2.5.13
7 years ago
Evan You
aac76349e7
Revert "feat: auto cache inline prop literals to avoid child re-render"
This reverts commit 996eb00a0a
.
7 years ago
Evan You
ec2c48cfd5
build: release 2.5.12
7 years ago
Evan You
bc719405c0
build: build 2.5.12
7 years ago
Herrington Darkholme
bacb911f7d
fix(warning): allow symbol as vdom key ( #7271 )
7 years ago
Wenlu Wang
c0d516c283
feat(types): extract VueConfiguration type for easy expansion ( #7273 ) ( #7274 )
fix #7273
7 years ago
Evan You
01c07503bf
revert: revert prop object validation
close #7279
7 years ago
Evan You
2e0f6d5d81
refactor: reuse v-for parsing logic
7 years ago
Evan You
1dd6b6f046
refactor: adjust weex branch coverage and build for merging into dev
7 years ago
Hanks
661bfe552e
feat(weex): partially support lifecycles of virtual component ( #7242 )
Update the `_init` and `_update` logic to partially support lifecycles.
Add test cases for testing the lifecycle hooks and data update.
7 years ago
Hanks
d544d052a9
fix(weex): append as tree by default for recycle-list and cell-slot ( #7216 )
7 years ago
Hanks
b8d33ecd9a
feat(weex): WIP implement virtual component ( #7165 )
7 years ago
Evan You
70b97ac2f4
feat(weex): recycle-list support stateful child component
7 years ago
Evan You
452a65c98a
feat(weex): pass stateless component test case
7 years ago
Evan You
62e47c9eb4
feat(weex): WIP adjust component transform stage
7 years ago