Evan You
4d227b98d0
turn off perf timeline measuring by default + reduce its impact on dev time perf ( fix #5174 )
8 years ago
Evan You
a6e1ae0aac
v-bind object should have lower priority than explicit bindings ( fix #5150 )
8 years ago
Evan You
e7dfcc334d
fix custom directive arg fall through ( fix #5162 )
8 years ago
Evan You
0b964c8440
formatting tweaks
8 years ago
Evan You
045ff5d56d
refactor create-component
8 years ago
kingwl
4964b253d0
fix wrong order of generate modifier code ( #5147 )
* fix wrong order of generate modifier code
* add unit test of #5146
* Update events.js
8 years ago
AchillesJ
f9706dc288
fix v-on unit test ( #5144 )
8 years ago
Herrington Darkholme
8fca83d6b6
fix #5121 : parse content in textarea as plaintext ( #5143 )
* fix #5121 : parse content in textarea as plaintext
* update comment
8 years ago
Evan You
82bc8b7429
Merge branch 'dev' of github.com:vuejs/vue into dev
8 years ago
Evan You
d0b8dce4a6
[release] 2.2.2
8 years ago
Evan You
8921d63bb0
[build] 2.2.2
8 years ago
Evan You
95cd2bd7fa
test v-model select with circular reference
8 years ago
Evan You
e6f89c0e2d
error-detector code style tweak
8 years ago
Brett Willemsen
890e68a37d
Update dbmon benchmark css to reflect changes made in js-repaint-perfs project. ( #5123 )
8 years ago
Evan You
fc6f181052
fix weex model test
8 years ago
Evan You
9d3ceba251
also include weex tests in npm test
8 years ago
Evan You
12870be9e0
expose component v-model expression on passed data
8 years ago
AchillesJ
06de266b11
reusing onRE ( #5130 )
* remove unnecessary code
* improve compiler codegen
* change false to 0
* reusing onRE
8 years ago
Evan You
c619b8d22c
remove inline value warnings for checkbox/radio/select also ( close #5112 )
8 years ago
kingwl
2e1e809467
fix prevent default unit test ( #5127 )
8 years ago
Evan You
303824ea9c
default slot should use fallback content when it contains all whitespace nodes ( fix #5097 )
8 years ago
Evan You
41ef650f9d
remove log
8 years ago
Evan You
a524919d21
fix v-on inline function expression with modifiers ( fix #5120 )
8 years ago
小散
2afaac2b39
cache vnodes length ( #5125 )
8 years ago
Chris Fritz
0bcad13bb3
Reorganize and update PR template ( #5106 )
* Reorganize and update PR template
* Update PULL_REQUEST_TEMPLATE.md
* Remove required info for bugfixes
8 years ago
YOU
e12d96a132
chore(parser.spec): fix an IE conditional test with a typo ( #5102 )
* chore(parser.spec): fix an IE conditional test with a typo
* check children.length is 0, instead of undefined
8 years ago
YOU
7010d0ffc5
chore(model-select.spec): add a check for value binding and fix some typo ( #5092 )
* chore: add a check for value binding
* chore: fix some typo
8 years ago
YOU
8acfdb31d2
fix a typo on type definition name ( #5103 )
8 years ago
YOU
be9ac624c8
chore(src): fix some typos ( #5104 )
8 years ago
YOU
61930e0cc6
chore(test): fix some typos ( #5101 )
8 years ago
Nathan Shively-Sanders
2dc177ffb3
SFC parseComponent pads complete content with spaces ( #5059 )
* SFC parseComponent pads content with spaces
when `{ pad: true }` is provided. That is, all content is converted to
spaces. Previously, each line was truncated to "//". The new padding
method works better with character-oriented tools that calculate
positions by distance from the beginning of the file instead of by line
number.
* Made parseComponent's pad support "line" | "space"
Also still supports true for backward compatibility. True is the same as
"line".
8 years ago
YOU
eb58694f6f
chore(filter.spec): fix variable-- test case ( #5094 )
8 years ago
YOU
c683caff3a
chore(model-text.spec): add a missing check ( #5093 )
8 years ago
YOU
23a20ce09d
chore: \s match all whitespaces ( #5091 )
8 years ago
YOU
62e4f2b3d1
chore: fix some closetag mismatches ( #5088 )
8 years ago
YOU
40bc5923ae
chore: preserveWhitespace is true by default ( #5082 )
8 years ago
jingsam
13a14d5a96
Update util.js ( #5047 )
8 years ago
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
8 years ago
laoxiong
6a5b8043f2
imporve:check the delete oparator in event expression ( #5072 )
* improve:check the unary operators
* add:test
8 years ago
kazuya kawaguchi
0922b1d8aa
improve set/delete API ( #5050 )
8 years ago
TAKUMA Hanatani
d6999c19c4
Fix unnecessary conditional. ( #5054 )
8 years ago
Bojan
1b38a261c5
support multi event ( #5056 )
8 years ago
Evan You
16765db9a4
separate provide/inject resolve timing to allow data/props to rely on injections
8 years ago
Evan You
3294eba5a5
fix v-on .left .right compat with keyboard events ( fix #5046 )
8 years ago
Evan You
0b902e0c28
handle circular reference in looseEqual ( fix #5055 )
8 years ago
Caio Incau
46c3866b0f
Issue template example ( #5073 )
8 years ago
YOU
d7287f4df8
chore: check binding.value instead of just binding object ( #5065 )
8 years ago
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
8 years ago
Evan You
367f781f44
ssr: fix json bundle path ( fix #5037 )
8 years ago
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
8 years ago