Commit Graph

428 Commits

Author SHA1 Message Date
Evan You 5f21eed2c9 Fix inline partial parentNode problem
Directives inside inline partials would get the fragment as the parentNode
if they are compiled before the partial is appended to the correct parentNode.
Therefore keep the reference of the fragment's childNodes, append it,
then compile afterwards fixes the problem.
2014-01-16 17:04:49 -05:00
Evan You b63b551439 logo size [ci skip] 2014-01-16 00:28:49 -05:00
Evan You 7c16f76dca unit runner tabs -> spaces 2014-01-15 15:32:24 -05:00
Evan You 5c53fb5a15 readme 2014-01-15 11:14:18 -05:00
Evan You 08ba942b88 fix expressions on repeated items 2014-01-14 23:40:33 -05:00
Evan You 0dcf28eb63 add saucelabs! 2014-01-14 21:56:49 -05:00
Evan You a5f074f751 adjust nextTick fallback order - fix karma:safari unit test not passing 2014-01-14 14:06:35 -05:00
Evan You eb111394f7 Release-v0.7.5 2014-01-13 16:04:45 -05:00
Evan You 66988a5af2 add coverage badge 2014-01-13 15:16:46 -05:00
Evan You 412937727a use karma for unit tests 2014-01-13 14:37:15 -05:00
Evan You 04249e320a Component Change
- `v-component` now takes only a string value (the component id)
- `Vue.component()` now also registers the component id as a custom element
- add new directive: `v-with`, which can be used in combination with `v-component` or standalone
2014-01-12 15:37:50 -05:00
Evan You bd835ac276 functional test fix for travis 2014-01-10 18:32:55 -05:00
Evan You 8c7ee32caa Release-v0.7.4 2014-01-10 16:56:34 -05:00
Evan You 212990a3bb make exp-parser deal with cases where strings contain variable names 2014-01-08 11:40:31 -05:00
Evan You 20def90219 remove v-style and v-visible 2014-01-06 16:47:13 -05:00
Evan You 2e3303344d readme+logo 2014-01-06 16:18:09 -05:00
Evan You dcc839a431 Release-v0.7.3 2014-01-06 14:13:12 -05:00
Evan You a2e287f0b9 add support for interpolation in html attributes 2014-01-06 13:27:19 -05:00
Evan You 354f559215 vm.$emit() is now self only, propagating events now triggered by $dispatch() 2014-01-06 11:42:36 -05:00
Evan You 303cacc183 only listen for composition event when has filters, use fork for vinyl-fs, update travis script 2014-01-06 11:26:29 -05:00
Evan You 398419f3bd remove composition event listeners in v-model unbind 2014-01-04 21:50:04 -05:00
Evan You 74e2f38930 meta 2014-01-03 23:33:17 -05:00
Evan You 1e587210d7 perfectly resolve Chinese input methods issue with composition events 2014-01-03 12:29:19 -05:00
Evan You bcff84ebab update banner copyright to 2014! 2014-01-02 12:47:56 -05:00
Evan You c71a9085a7 Async fixes
- vm.$watch is now async
- v-model now unlocks async (so it is properly locked during async update)
- expose Vue.nextTick
2014-01-01 20:26:51 -05:00
Evan You 6cbb9fa49b improve code coverage in unit tests 2013-12-30 12:04:55 -05:00
Evan You 7720da1208 npm test -> grunt 2013-12-29 15:31:39 -05:00
Evan You d704fb52d5 update build setup 2013-12-29 15:27:31 -05:00
Evan You d8e3853209 use custom stream functions 2013-12-29 14:48:53 -05:00
Evan You c7f8a68d4a test using gulp plugins instead 2013-12-29 14:48:53 -05:00
Evan You d280f50cec meta info 2013-12-28 16:50:53 -05:00
Evan You e78fb82212 Release-v0.7.2 2013-12-28 00:43:40 -05:00
Evan You 331bcc673f avoid duplicate Observer.convert() 2013-12-26 20:48:40 -05:00
Evan You 0108e71667 debug & benchmark updates 2013-12-26 13:11:26 -05:00
Evan You 590a7ee55b Release-v0.7.1 2013-12-24 16:58:33 -05:00
Evan You 7fc537ad5a fix functional tests for batcher 2013-12-24 16:55:29 -05:00
Evan You c7b2d9ca34 nextTick phantomjs fix, unit tests for batcher, config() api addition 2013-12-24 15:34:22 -05:00
Evan You 72e8e73b2e organize grunt tasks 2013-12-24 12:55:14 -05:00
Evan You 789adffa2f unit test pass for async batch / functional test expression pass 2013-12-24 02:30:03 -05:00
Evan You 5c73a378ac async batch update - first pass 2013-12-24 02:03:01 -05:00
Evan You f4861ca990 npmignore 2013-12-23 22:31:05 -05:00
Evan You 9758efe8df readme + grunt build 2013-12-23 21:37:03 -05:00
Evan You 8c9c24ee4f add grunt size task 2013-12-23 20:56:00 -05:00
Evan You 9d95c3ac23 fix grunt git task commit message 2013-12-23 20:33:44 -05:00
Evan You 56fbe047ff "Release v0.7.0" 2013-12-23 20:14:39 -05:00
Evan You 591eb8dbe2 clean up compiler comments 2013-12-23 20:00:54 -05:00
Evan You a1582e4904 allow child VMs $data to be swapped 2013-12-23 19:48:14 -05:00
Evan You 7c1d196355 API change: split `scope` into `data` and `methods` 2013-12-23 14:47:51 -05:00
Evan You c75aa42d77 simplify v-component usage 2013-12-23 14:05:01 -05:00
Evan You cd90e647a7 simplify v-repeat syntax 2013-12-23 14:01:00 -05:00