Evan You
df868c707f
build: bump flow version
7 years ago
Evan You
78fb66633b
chore: update sponsors (add onsen ui)
7 years ago
SheetJSDev
924bfec9bc
doc: spelling and formatting ( #6681 )
7 years ago
Evan You
c05e3c1bca
chore: update sponsor
7 years ago
Hanks
2deda3d432
refactor(weex): Adjust the weex platform entry file to fit the new weex runtime ( #6620 )
* trim trailing whitespace
* revert(weex): remove the new Function hack for V8, as Weex uses JSC now
Remove the `callFunctionNative` method and `compileBundle`, which is provided by modified V8. In
order to maintain the consistency of the js engine, Weex also use JSC on Android. The legacy hack
for V8 engine should be removed.
* refactor(weex): move module and component apis to weex runtime
Modules and components should be registered in weex runtime, not the specific framework. The
`registerModules`, `registerComponents`, `weex.supports` and `weex.requireModule` api is moved to
weex runtime, which is in the "apache/incubator-weex" repo.
* test(weex): refactor the test cases to fit the new weex-js-runtime
* fix(weex): use document instead of renderer to create Element
7 years ago
ULIVZ
4441e0f9d1
chore: correct the contributor link in CONTRIBUTING.md ( #6621 )
7 years ago
Ryo Shibayama
a5939032de
ci: migrate to CircleCI 2.0 ( #6627 )
Improves upon #6041
7 years ago
Lukas Drgon
a9b6bc42fd
chore: set jsDelivr default file ( #6618 )
7 years ago
Evan You
4459b87de9
fix(core): avoid observing VNodes
fix #6610
7 years ago
Evan You
8164ce6169
chore: update sponsors
7 years ago
Evan You
b080a14138
fix(ssr): fix hydration mismatch with adjacent text node from slots
fix vuejs/vue-loader#974
7 years ago
Evan You
94512f3e8c
build: release 2.4.4
7 years ago
Evan You
a32490f27d
build: build 2.4.4
7 years ago
Evan You
a2f73f2c2e
fix(ssr): fix style injection regression
fix #6603 , (regression caused by attempt to fix #6353 )
7 years ago
Evan You
0c9534ff00
fix(ssr): fix bundleRenderer Promise rejection regression
7 years ago
Evan You
5376dab415
chore: fix bronze sponsors
7 years ago
kazuya kawaguchi
ed88ac4114
docs(packages): fix syntax ( #6600 )
7 years ago
Evan You
7cea42b4ef
chore: re-organize backers.md
7 years ago
Evan You
4504cafa8d
chore: re-organize README
7 years ago
Evan You
0a7ffb148c
build: release 2.4.3
7 years ago
Evan You
ef432c6e86
build: build 2.4.3
7 years ago
Evan You
c8564abd62
refactor: tweak dependArray change
7 years ago
Evan You
fa6a7290e3
fix: $off should ignore undefined handler argument
fix #6591
7 years ago
Evan You
1c86b9ebeb
chore: ignore code that cannot be reached in PhantomJS
7 years ago
katashin
1baa0a7884
fix(types): add `inject` option in functional component options type ( #6530 )
7 years ago
fenduru
aa820cba37
perf(core): prevent iteration of arrays that should not be observable ( #6467 )
close #6284
7 years ago
Elevista
3ee62fd59e
fix(inject): exclude not enumerable keys of inject object ( #6346 )
close #6574
7 years ago
Evan You
1f52a2a9f4
fix(ssr): expose context.styles when no lifecycle styles are injected
fix #6353
7 years ago
Evan You
09106f066a
fix(ssr): handle v-text/v-html with non-string value
fix #6572
7 years ago
Evan You
7116af4e07
fix: set value as domProp for <progress>
fix #6561
7 years ago
Evan You
684cd7d21a
fix: preserve slot attribute if not resolved by Vue
close #6553
7 years ago
Evan You
844a540c64
fix: do not use MutationObserver in IE11
MutationObserver is unreliable in IE11. fix #6466
7 years ago
Evan You
6f312d636c
fix(v-model): fix input listener with modifier blocking v-model update
fix #6552
7 years ago
Evan You
a977740816
chore: update backers.md for tiered open collective sponsors
7 years ago
Evan You
0b8257365a
chore: update open collective sponsors with all tiers
7 years ago
Clark Du
95e4e707d2
refactor: remove ternary operator because key is always true ( #6576 )
Signed-off-by: Clark Du <clark.duxin@gmail.com>
7 years ago
samayo
3f42562de7
chore: fix comment typo ( #6573 )
correct "a input" to "an input"
7 years ago
Clark Du
1a19c418b1
chore(docs): update packages readme links which point to 404 ( #6577 )
7 years ago
ULIVZ
88487dbaf3
build: refactor build alias ( #6570 )
7 years ago
Clark Du
76182a2645
chore: remove always falsy condition on perf ( #6547 )
7 years ago
ULIVZ
949ec34cf7
chore: correct the contributor link ( #6571 )
7 years ago
Evan You
aa35ec9adc
chore: update financial contribution info
7 years ago
Evan You
f956a9914a
chore: update backers
7 years ago
Evan You
e51c0c0e68
chore: update backers
7 years ago
Sebastian
b77a298cf3
chore: fixed typo in changelog section ( #6549 )
7 years ago
Josh Soref
f477ecdbbb
chore: spelling ( #6535 )
7 years ago
Evan You
0f00f8fc2b
fix(ssr): better handle v-html hydration
fix #6519
7 years ago
Evan You
f323719f20
chore: add line numbers to flow link in compiler readme
7 years ago
AchillesJ
679cd1fef4
fix: support prop type checking for primitive wrapper objects ( #6450 )
close #6447
7 years ago
Evan You
08bc7595fd
refactor: simplify html parser regex
7 years ago