990 Commits (0ea6e364c96273372cdfd4fcf732ae06b5279aec)

Author SHA1 Message Date
Evan You b064633951 [build] 2.0.5 8 years ago
Evan You c67a710b3c avoid triggering watcher on unchanged default props (fix #4090) (26 seconds ago) 8 years ago
Evan You 6e3e989a90 log render error instead of throwing 8 years ago
Evan You ef0d788fc1 remove unnecessary component normalization during options merge 8 years ago
Evan You 53964dbad2 fix html parser infinite loop (fix #4127) 8 years ago
Evan You 51725cff5e fix SVG foreignObject (fix #4122) 8 years ago
Evan You 5d36e8bc1b fix IE conditional comments (fix #4125) 8 years ago
Evan You 6b1b1d58e9 [build] 2.0.4 8 years ago
Evan You d0afcd3cf9 fix domProps unset for v-html (fix #4107) 8 years ago
Evan You fa16b129ca remove unnecesary function 8 years ago
Evan You e5f23d9fa0 fix component attrs/domProps merging in SSR 8 years ago
(´・ω・`) 240df147f1 Generate style on custom component in SSR (fix #4055) (#4076) 8 years ago
jingsam c23c5c5d70 keep consistency in dev and prod env (#4093) 8 years ago
(´・ω・`) 4078ce9c58 fix #4041, warn overriding Vue's internal methods (#4111) 8 years ago
Evan You d9efc6a92b clone components hash to avoid webpack 2 immutable export (fix #4062) 8 years ago
Victor Zakharenko 5a4c1d7f70 Add support attribute module (#4091) 8 years ago
Evan You e2a361a052 forgivingly handle < inside template plain text (fix #4012) 8 years ago
Evan You ec824be88e fix v-once inside v-for (fix #3964) 8 years ago
Evan You 09f9783943 fix global mixin + export constructor in vue-loader (fix vue-loader#433) 8 years ago
Evan You cb1bb75b58 fix global mixin props (fix #3957) 8 years ago
Evan You 4b8eb75c7a fix coverage 8 years ago
chengchao 0cd1489e68 .number modifier should work with select, radio, checkbox (fix #4018) (#4022) 8 years ago
sapics 4a3b4c4a43 Small performance improvement in watcher.js (#4069) 8 years ago
Phan An a632d60147 Check and warn for falsy class names (fixes #4050) (#4051) 8 years ago
Chris Fritz 84918577d2 fix problematic use of 'deprecated' in warnings (#4043) 8 years ago
Herrington Darkholme 2ac581bb7f SSR: eliminate closure in render.js implementation 8 years ago
Evan You b51b9eae4d bump eslint config 8 years ago
Pavel Vorona 20f7a06d69 Inline export for consistency (#4066) 8 years ago
Brandon Max defd45ccba Typo fix: optimizier -> optimizer (#4015) 8 years ago
Evan You 7dc38dea27 fix SFC parsing pug templates that contains "<" (fix #3973) 8 years ago
defcc 3105661662 v-model binding with array. (fix #3958,#3979) (#3988) 8 years ago
Steve Shreeve 5f8ae401d4 minor typos (#4011) 8 years ago
peisong 9c91190b40 Fix typos. (#3956) 8 years ago
AlexandreBonneau 1a8720d6ea Fix typo in 'component' (#3978) 8 years ago
AchillesJ 6d31ed255d typo fix (#3963) 8 years ago
Evan You 7c9575bffe improve attr interpolation warning 8 years ago
leon lau 341d0a0357 fixed #3942 (#3947) 8 years ago
Guido Bouman 8ba420c359 Fix using one delay to control all transitions. (#3932) 8 years ago
Chris Fritz 4f5a47d750 fix root v-else not rendering in prod and switched examples to minified vue for better prod coverage (#3943) 8 years ago
Evan You 1e6a8f568b [build] 2.0.3 8 years ago
Evan You d362d64633 update entities encoding/decoding (fix #3899) 8 years ago
Evan You a675221bb6 should not generate children for "is" component with inline-template (fix #3931) 8 years ago
Evan You 30bd34e965 disable duplicate attribute warning in IE (close #3929) 8 years ago
Evan You ff178ccc7e fix directive rawName generation for raw render functions (fix #3930) 8 years ago
Evan You 8823fcc7a4 expose preserveWhitespace option in template compiler 8 years ago
Evan You 6e96a657d8 adjust component destroy logic (really fix #3882) 8 years ago
Evan You 6ab10c0559 fix v-for list auto-keying with nested <template> (fix #3913) 8 years ago
Evan You ea39d9f6b8 fix static node v-for nested check 8 years ago
Evan You 5d0999ac37 ensure v-model runtime metadata for all types 8 years ago
Evan You e774ce2353 refactor: split vdom helpers into separate files 8 years ago