Commit Graph

2191 Commits

Author SHA1 Message Date
Evan You
7cea42b4ef chore: re-organize backers.md 2017-09-13 11:30:18 -04:00
Evan You
4504cafa8d chore: re-organize README 2017-09-13 11:13:32 -04:00
Evan You
0a7ffb148c build: release 2.4.3 2017-09-13 03:57:30 -04:00
Evan You
ef432c6e86 build: build 2.4.3 2017-09-13 03:57:29 -04:00
Evan You
c8564abd62 refactor: tweak dependArray change 2017-09-13 03:29:35 -04:00
Evan You
fa6a7290e3 fix: $off should ignore undefined handler argument
fix #6591
2017-09-13 03:08:39 -04:00
Evan You
1c86b9ebeb chore: ignore code that cannot be reached in PhantomJS 2017-09-13 03:08:39 -04:00
katashin
1baa0a7884 fix(types): add inject option in functional component options type (#6530) 2017-09-13 02:25:50 -04:00
fenduru
aa820cba37 perf(core): prevent iteration of arrays that should not be observable (#6467)
close #6284
2017-09-13 02:24:49 -04:00
Elevista
3ee62fd59e fix(inject): exclude not enumerable keys of inject object (#6346)
close #6574
2017-09-13 01:05:11 -04:00
Evan You
1f52a2a9f4 fix(ssr): expose context.styles when no lifecycle styles are injected
fix #6353
2017-09-13 00:32:07 -04:00
Evan You
09106f066a fix(ssr): handle v-text/v-html with non-string value
fix #6572
2017-09-12 23:23:24 -04:00
Evan You
7116af4e07 fix: set value as domProp for <progress>
fix #6561
2017-09-12 22:06:07 -04:00
Evan You
684cd7d21a fix: preserve slot attribute if not resolved by Vue
close #6553
2017-09-12 21:45:44 -04:00
Evan You
844a540c64 fix: do not use MutationObserver in IE11
MutationObserver is unreliable in IE11. fix #6466
2017-09-12 19:56:18 -04:00
Evan You
6f312d636c fix(v-model): fix input listener with modifier blocking v-model update
fix #6552
2017-09-12 19:29:34 -04:00
Evan You
a977740816 chore: update backers.md for tiered open collective sponsors 2017-09-12 14:18:23 -04:00
Evan You
0b8257365a chore: update open collective sponsors with all tiers 2017-09-12 14:07:19 -04:00
Clark Du
95e4e707d2 refactor: remove ternary operator because key is always true (#6576)
Signed-off-by: Clark Du <clark.duxin@gmail.com>
2017-09-12 09:11:21 -04:00
samayo
3f42562de7 chore: fix comment typo (#6573)
correct "a input" to "an input"
2017-09-12 09:10:39 -04:00
Clark Du
1a19c418b1 chore(docs): update packages readme links which point to 404 (#6577) 2017-09-12 09:10:18 -04:00
ULIVZ
88487dbaf3 build: refactor build alias (#6570) 2017-09-11 13:16:34 -04:00
Clark Du
76182a2645 chore: remove always falsy condition on perf (#6547) 2017-09-11 13:13:37 -04:00
ULIVZ
949ec34cf7 chore: correct the contributor link (#6571) 2017-09-11 13:12:39 -04:00
Evan You
aa35ec9adc chore: update financial contribution info 2017-09-11 12:30:58 -04:00
Evan You
f956a9914a chore: update backers 2017-09-11 12:02:56 -04:00
Evan You
e51c0c0e68 chore: update backers 2017-09-09 13:47:16 -04:00
Sebastian
b77a298cf3 chore: fixed typo in changelog section (#6549) 2017-09-08 08:27:19 -05:00
Josh Soref
f477ecdbbb chore: spelling (#6535) 2017-09-07 07:33:09 -04:00
Evan You
0f00f8fc2b fix(ssr): better handle v-html hydration
fix #6519
2017-09-06 21:24:51 -05:00
Evan You
f323719f20 chore: add line numbers to flow link in compiler readme 2017-09-06 02:24:29 -04:00
AchillesJ
679cd1fef4 fix: support prop type checking for primitive wrapper objects (#6450)
close #6447
2017-09-05 16:23:53 -04:00
Evan You
08bc7595fd refactor: simplify html parser regex 2017-09-05 16:21:35 -04:00
Stefan
31d3ec62ce refactor: simplify html parser attribute regex (#6414) 2017-09-05 16:14:36 -04:00
Herrington Darkholme
38d52182bf fix(types): allow variadic plugin use (#6363)
fix #6357
2017-09-05 16:02:38 -04:00
JK
3c216755f6 fix(provide): provide should default to parentVal during merging (#6473)
fix #6436
2017-09-05 16:01:50 -04:00
katashin
a67b795b36 types: add TypeScript declarations of webpack plugins (#6325)
close #6301
2017-09-05 15:57:05 -04:00
superwf
1b96ba7019 refactor: remove repeat line in patch.js (#6269)
* [release] weex-vue-framework@2.4.2-weex.1 (#6196)

* build(release weex): ignore the file path of entries

* [release] weex-vue-framework@2.4.2-weex.1

* style($compile): remove repeat line

remove repeat line
2017-09-05 15:55:22 -04:00
Liwei Qian
14ee9e74bf perf: optimize the performance of hyphenate method. (#6274) 2017-09-05 15:48:43 -04:00
JounQin
0b2929a3d6 types: add EsModuleComponent definition (#6477) 2017-09-05 15:25:16 -04:00
Evan You
08a18dd7b8 build: add types as allowed commit type 2017-09-05 15:25:00 -04:00
AchillesJ
89f0d29f2d fix: inherit SVG ns on component root node (#6511)
fix #6506
2017-09-05 15:12:35 -04:00
Evan You
538ad20d8a fix(directive): should invoke unbind & inserted on inner component root element change
fix #6513
2017-09-05 12:59:57 -04:00
Evan You
a744497534 fix: ensure outer bindings on nested HOC are properly re-applied on inner root element change 2017-09-05 12:59:57 -04:00
Palash Mondal
2d75aba5e1 chore: fixed a small typo in CONTRIBUTING.md (#6517) 2017-09-05 11:02:03 -04:00
Evan You
230c6ae782 fix(vdom): avoid diff de-opt when both head/tail are different
fix #6502
2017-09-04 12:51:11 -04:00
Nick Messing
f76d16ed95 fix(vdom): Don't replace input for text-like type change (#6344)
fix #6313
2017-09-01 18:49:39 -04:00
Evan You
8fc6bc8827 chore: warn methods that conflict with internals
close #6312
2017-09-01 18:34:10 -04:00
Evan You
02f8b80676 fix(ssr): fix cachedEscape memory issue
close #6332
2017-09-01 18:08:12 -04:00
Evan You
50257a5881 chore: cover more cases in ssr bench 2017-09-01 18:07:20 -04:00