Commit Graph

846 Commits

Author SHA1 Message Date
Evan You
6155102913 update coverage badge 2015-06-14 14:47:12 -04:00
Evan You
509f381cb8 switch to codecov.io 2015-06-14 14:41:28 -04:00
Evan You
82c3127813 saucelabs: default evergreen browsers to latest version; test iOS for 7.1 2015-06-14 03:34:18 -04:00
Evan You
3ad0058f40 badges 2015-06-14 03:22:30 -04:00
Evan You
caeb73f5c9 switch to circle CI 2015-06-14 03:20:13 -04:00
Evan You
0d8efa97a2 enable dev on travis 2015-06-14 03:01:42 -04:00
Evan You
d8abbfc267 Merge branch 'dev' of github.com:yyx990803/vue into dev 2015-06-14 03:00:37 -04:00
Evan You
fd0113c658 Merge pull request #937 from nervgh/lang-update
Update: lang/isObject must return {Boolen}; lang/isArray more faster now
2015-06-14 02:59:11 -04:00
Evan You
454e860bc7 temporarily remove coveralls task so ci can pass 2015-06-14 02:40:37 -04:00
Evan You
0ee5cb2019 use grunt-coveralls instead of grunt-karma-coveralls 2015-06-14 02:20:39 -04:00
Evan You
2eedc8d76a [release] 0.12.1 2015-06-14 01:28:05 -04:00
Evan You
abd53e877c fix content select logic (fix #936) 2015-06-14 00:45:45 -04:00
Evan You
9fbed436a0 content selector should select all matching elements (fix part of #936) 2015-06-14 00:12:18 -04:00
Evan You
942e2bb56f auto default content insertion when no template option is provided 2015-06-14 00:07:04 -04:00
Evan You
4eda3cf8b5 fix typo 2015-06-13 23:19:11 -04:00
Evan You
abb30eec4b support multiline expressions inside attributes (close #924) 2015-06-13 23:03:06 -04:00
Evan You
d3efa2a115 tests for prop assertions 2015-06-13 23:02:59 -04:00
Evan You
9510eac4dc check required props 2015-06-13 23:02:51 -04:00
Evan You
775c982874 prop assertions WIP 2015-06-13 23:02:42 -04:00
Evan You
a6de6e9d2a simplify prop binding modes 2015-06-13 23:02:27 -04:00
nerv
e3c9363ab7 Update: lang/isObject must return {Boolen}; lang/isArray more faster now 2015-06-13 22:27:34 +03:00
Evan You
098a3cdd3b oh travis 2015-06-12 14:58:46 -04:00
Evan You
096d7a3037 use node 0.12 for travis ci 2015-06-12 14:28:22 -04:00
Evan You
7defa088d2 pin down iojs version for travis ci 2015-06-12 14:23:09 -04:00
Evan You
66b124b7ec [release] 0.12.0 2015-06-12 13:34:29 -04:00
Evan You
20c334ccaa fix misc svg test in IE 2015-06-12 13:29:40 -04:00
Evan You
ded967692b revert simple path error supression 2015-06-12 13:08:20 -04:00
Evan You
a6c8f40273 test $data swapping for all prop types 2015-06-12 12:14:30 -04:00
Evan You
58740c133e prop watchers should be sync 2015-06-12 11:44:59 -04:00
Evan You
ae2432e25b sync watcher 2015-06-12 11:42:43 -04:00
Evan You
47d151b561 tests for oneway and onetime props 2015-06-12 11:12:33 -04:00
Evan You
dcf5fcdfec prop: further differentiate one-time, oneway-up and oneway-down 2015-06-12 10:36:36 -04:00
Evan You
6b6402bf68 comments 2015-06-12 09:37:10 -04:00
Evan You
7223cf377a handle no content transclusion (fix #932) 2015-06-11 23:35:41 -04:00
Evan You
2e40791d1d fix #929 block repeat with component diffing 2015-06-11 17:21:37 -04:00
Evan You
1c18875d02 fix #928: filterBy false 2015-06-11 16:45:39 -04:00
Evan You
c61bd6d1c3 handle dom edge cases 2015-06-11 05:30:33 -04:00
Evan You
caca583899 let vm.$watch take an options object instead of unnamed arguments 2015-06-11 04:25:41 -04:00
Evan You
7b28cb2e6c tweak component for vue-router 2015-06-11 03:42:39 -04:00
Evan You
c48c7098e2 support watching a function 2015-06-10 22:00:47 -04:00
Evan You
a94c80b844 Observer refactor: dep.depend() 2015-06-10 21:52:40 -04:00
Evan You
bd02b8da81 remove component file list (duo does not need it) 2015-06-10 20:57:39 -04:00
Evan You
025ad1d52c Merge pull request #926 from kkirsche/patch-1
Remove moot `version` property from bower.json
2015-06-10 20:39:40 -04:00
Kevin Kirsche
7d56375660 Remove moot version property from bower.json
Per bower/bower.json-spec@a325da3
2015-06-10 19:06:29 -04:00
Evan You
7555abd427 fix template check in svg (fix #922) 2015-06-10 10:39:48 -04:00
Evan You
331044024c add link to es5 support in readme 2015-06-09 13:31:59 -04:00
Evan You
704ab877d9 do not run in sync mode when debugging 2015-06-09 12:04:52 -04:00
Evan You
54063f409f allow transition to specify css: false 2015-06-09 00:26:09 -04:00
Evan You
8c4af80cc4 remove v-callbacks in favor of the callback-prop pattern 2015-06-08 19:12:33 -04:00
Evan You
c711f04d5a v-events => v-callbacks 2015-06-08 12:58:30 -04:00