Evan You
d4120a6168
ignore .vscode
7 years ago
赵鑫晖
59dbd4a414
fix: ensure $attrs and $listeners are always objects ( #6441 )
fix #6263
7 years ago
JK
a43d66743b
fix(transition): consider async placeholder as valid child to return ( #6369 )
fix #6256
7 years ago
JK
d4d553ced7
fix(v-model): avoid unnecessary change event on select options change
fix #6193
via #6194
7 years ago
Evan You
41d774d112
perf(v-model): tweak setSelected
7 years ago
JK
f40da5dbf2
fix(v-model) selected option not updated properly under IE11 ( #6213 )
fix #6209
7 years ago
Evan You
5091e2c984
fix(ssr): address possible xss vector
7 years ago
Hanks
0dc27dcdec
feat(weex): return instance in createInstance
7 years ago
Hanks
f975fac2a8
feat(weex): wrap IFFE for appCode
7 years ago
Hanks
a8146c0c10
feat(weex): remove __weex_require_module__ api
7 years ago
Hanks
9bded22a83
test(weex richtext): rename the file path of richtext test
7 years ago
Hanks
3e4d926336
feat(weex richtext): treat richtext as runtime components
7 years ago
Hanks
d627161a91
feat(weex richtext): support events and add more test cases
7 years ago
Hanks
b60964256c
feat(weex richtext): support to parse styles and classList
7 years ago
Hanks
0ea2bb4fb4
feat(weex): support nested components in richtext
7 years ago
Hanks
09302a7211
test(weex): add test cases for richtext component
7 years ago
Hanks
f1c96e72b2
feat(weex): add basic support of richtext
7 years ago
Wade
82f03de332
fix-Firefox ( #6359 )
7 years ago
Hanks
b5cc8b9e93
[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
7 years ago
Evan You
0cc8c27a35
chore: update backers
7 years ago
Evan You
b8f1bcd96c
build: release 2.4.2
7 years ago
Evan You
fd68195496
build: build 2.4.2
7 years ago
Evan You
f104b84b9d
build: tweak release note file default name
7 years ago
Evan You
ec4b1be42a
revert: perf: remove src directory from npm module ( #6072 )
adding src dir back to npm package because projects that create
custom renderers (e.g. nativescript-vue) relie on it.
7 years ago
Nick Messing
3d14e855e4
fix: checkbox v-model="array" ignore false-value ( #6180 )
close #6178
7 years ago
Evan You
303655116f
fix(provide/inject): merge provide properly from mixins
close #6175
7 years ago
Evan You
fc3d7cd7a9
fix: work around IE/Edge bug when accessing document.activeElement from iframe
close #6157
7 years ago
Evan You
eb9168cfc1
feat: warn when assigning to computed property with no setter
close #6078
7 years ago
Evan You
a8ac129a58
fix: ensure looseEqual is not dependant on key enumeration order
close #5908
7 years ago
Evan You
9b4dbba384
fix(transition): should trigger transition hooks for v-show in ie9
fix #5525
7 years ago
Evan You
082fc3967d
fix(parser): only ignore the first newline in <pre>
fix #6146
7 years ago
Evan You
1713061126
fix(v-on): revert component root data.on/data.nativeOn behavior for
weex-vue-render compat
close #6109
7 years ago
AchillesJ
06b9b0bbad
fix(v-bind): respect .prop modifier on components ( #6159 )
7 years ago
laoxiong
d03fa26687
fix(compile): properly generate comments with special character ( #6156 )
close #6150
7 years ago
AchillesJ
b0f00e31e7
fix(provide/inject): resolve inject properly from mixins ( #6107 )
fix #6093
7 years ago
Evan You
c70addf7d1
fix(v-model): use stricter check for <select> option update
close #6112
7 years ago
Eduardo San Martin Morote
be3dc9c6e9
fix: include boolean in isPrimitive check ( #6127 )
suppresses key warning for boolean values, closes #6126
7 years ago
Evan You
381b48503a
build: release 2.4.1
7 years ago
Evan You
297ded6d27
build: build 2.4.1
7 years ago
Evan You
83037828d7
build: update release script
7 years ago
Evan You
a7615ef053
build: fix postinstall script causing user install errors
7 years ago
Evan You
ac3d1eaea3
build: release 2.4.0
7 years ago
Evan You
1bdea8221a
build: build 2.4.0
7 years ago
Evan You
529e3db6ae
build: update build script
7 years ago
Evan You
e0ca894dfb
test: improve coverage
7 years ago
Evan You
92a5e93ad0
build: update release note script
7 years ago
Evan You
086e6d98f4
fix: handle arrays in v-on object syntax
7 years ago
Evan You
dc1bca1361
chore: document new ssr methods in vue-template-compiler
7 years ago
Evan You
67fe6cb823
test: use latest mobile browsers on saucelabs
7 years ago
Alexandr Subbotin
e7615737f1
perf: remove src directory from npm module ( #6072 )
`src` directory is not used by node package. Removing this directory reduces size of `.tgz` package by 112kb and saves 840kb on each node projects, where vue.js is installed
7 years ago