Commit Graph

1718 Commits

Author SHA1 Message Date
YOU
62e4f2b3d1 chore: fix some closetag mismatches (#5088) 2017-03-05 00:10:11 +09:00
YOU
40bc5923ae chore: preserveWhitespace is true by default (#5082) 2017-03-04 03:40:18 +08:00
jingsam
13a14d5a96 Update util.js (#5047) 2017-03-03 12:13:19 +08:00
Changyu Geng
7de165c99e Add the runtime-only warning for el in-DOM HTML template (#5039)
* Runtime-only warning for el on-site template

* Add el check in mountComponent before warning
2017-03-03 12:11:53 +08:00
laoxiong
6a5b8043f2 imporve:check the delete oparator in event expression (#5072)
* improve:check the unary operators

* add:test
2017-03-03 12:08:59 +08:00
kazuya kawaguchi
0922b1d8aa improve set/delete API (#5050) 2017-03-03 12:07:42 +08:00
TAKUMA Hanatani
d6999c19c4 Fix unnecessary conditional. (#5054) 2017-03-03 12:04:04 +08:00
Bojan
1b38a261c5 support multi event (#5056) 2017-03-03 11:51:57 +08:00
Evan You
16765db9a4 separate provide/inject resolve timing to allow data/props to rely on injections 2017-03-03 11:49:10 +08:00
Evan You
3294eba5a5 fix v-on .left .right compat with keyboard events (fix #5046) 2017-03-03 11:40:15 +08:00
Evan You
0b902e0c28 handle circular reference in looseEqual (fix #5055) 2017-03-03 10:49:11 +08:00
Caio Incau
46c3866b0f Issue template example (#5073) 2017-03-03 10:41:13 +08:00
YOU
d7287f4df8 chore: check binding.value instead of just binding object (#5065) 2017-03-02 16:16:37 +01:00
Rahul Kadyan
2a8a777b11 Check property exists instead of truthy value (#5044)
* Check property exists instead of truthy value

* Provide some falsy values for inject tests
2017-03-01 11:01:24 -05:00
Evan You
367f781f44 ssr: fix json bundle path (fix #5037) 2017-02-28 10:26:02 -05:00
kazuya kawaguchi
2f751b5d99 refactor argument name (#5026)
NOTE:
  related docs: https://github.com/vuejs/vuejs.org/pull/787
  adjust to flowtype definition
  https://github.com/vuejs/vue/blob/dev/src/core/config.js#L12
2017-02-27 12:18:18 -05:00
AchillesJ
59867ec6b8 compiler codegen improvement (#5024)
* remove unnecessary code

* improve compiler codegen

* change false to 0
2017-02-27 09:07:31 -05:00
Andy Klimczak
7963b3d32c Fix comment typo in normalize-children.js (#5014) 2017-02-26 15:30:25 -05:00
Evan You
00648f00af use globs for package.json files 2017-02-26 12:40:57 -05:00
Evan You
3b241b0088 [release] 2.2.1 2017-02-26 08:10:51 -05:00
Evan You
b7040d31d4 [build] 2.2.1 2017-02-26 08:10:51 -05:00
Alexander
5743c644d7 add vue.esm.js & vue.runtime.esm.js (#5009) 2017-02-26 08:06:35 -05:00
Evan You
2a19f911dc [release] 2.2.0 2017-02-25 23:28:15 -05:00
Evan You
31902746b5 [build] 2.2.0 2017-02-25 23:28:14 -05:00
Evan You
3b7b597044 cover Symbol for provide/inject typing 2017-02-25 23:19:36 -05:00
Evan You
906fa89234 stricter Symbol support check 2017-02-25 22:58:08 -05:00
Evan You
f7170324a1 update dist files readme 2017-02-25 22:09:28 -05:00
Evan You
1b6a7d4b87 add esm builds 2017-02-25 22:09:14 -05:00
Evan You
cf7b90fbf7 fix flow 2017-02-25 19:13:57 -05:00
Evan You
10e724fa78 support string values for transition duration 2017-02-25 18:58:15 -05:00
Evan You
72a8c13122 reduce the amount of methods exposed on Vue.util 2017-02-25 18:09:48 -05:00
Evan You
6c3e6dcdce support ES2015 Symbol in provide/inject 2017-02-25 18:09:48 -05:00
kazuya kawaguchi
135f06d25f improve Vue.config.keyCode typing (#5008) 2017-02-25 15:25:24 -05:00
Evan You
1d22896587 improve bundle renderer file path detection 2017-02-25 09:41:56 -05:00
Evan You
3681016338 [release] 2.2.0-beta.2 2017-02-24 19:01:10 -05:00
Evan You
82474b512d [build] 2.2.0-beta.2 2017-02-24 19:01:09 -05:00
Evan You
6468e15194 fix release script tag handling 2017-02-24 18:26:08 -05:00
Evan You
e7a2510e63 Revert "[WIP] Support for ref callback (#4807)"
This reverts commit acec8db2c4.
2017-02-24 18:17:04 -05:00
Evan You
abfb4589a8 fix weex tests 2017-02-24 17:49:17 -05:00
Evan You
5d12d52710 refactor compiler creation 2017-02-24 17:20:48 -05:00
Evan You
f66028b9cd introduce tip + make v-for component key warning a tip + refactor web compiler entry 2017-02-24 16:59:41 -05:00
Evan You
7d3309deed fix transition appear class fallback (fix #4985) 2017-02-24 15:36:16 -05:00
Evan You
d304eee296 fix weex tests 2017-02-24 12:26:21 -05:00
Evan You
661d880075 fix component v-model with "value" binding expression (fix #5002) 2017-02-24 12:17:59 -05:00
Evan You
394679fc70 ensure errors Array is always present in compiler output 2017-02-24 11:14:36 -05:00
Evan You
bc034d33a4 also respect release tag for sub packages 2017-02-23 23:24:54 -05:00
Evan You
7775da259d [release] 2.2.0-beta.1 2017-02-23 23:22:21 -05:00
Evan You
f606d19a8b [build] 2.2.0-beta.1 2017-02-23 23:22:20 -05:00
Evan You
2055b0dcdf allow release script to specify publish tag 2017-02-23 23:20:05 -05:00
Evan You
680494690f give long transition test specific timeout value 2017-02-23 22:43:23 -05:00