Commit Graph

1696 Commits

Author SHA1 Message Date
Blake Newman
c51d717bd8 [FEATURE] Add CODE_OF_CONDUCT.md 2016-04-01 08:27:15 +01:00
Evan You
fdf1b8d9bd Merge pull request #2366 from rhyzx/fix-terminal-directives-with-global-mixin
Fix custom terminal directive with global mixin
2016-02-20 00:02:58 -05:00
rhyzx
97b82f8033 fix #2366 custom terminal directive with global mixin 2016-02-20 10:09:36 +08:00
rhyzx
f5a63b4b90 add test for custom terminal directive 2016-02-19 13:28:33 +08:00
Evan You
aa29ae4b61 more badges 2016-02-18 21:27:39 -05:00
Evan You
3a4b6ce504 badges badges 2016-02-18 21:23:09 -05:00
Evan You
615021c7e4 remove bithound badge (does not work with ESLint 2.0) 2016-02-18 20:58:34 -05:00
Evan You
c51fb54441 fix template string tests in PhantomJS 2016-02-18 13:04:59 -05:00
Evan You
917134d26f fix unknown element detection in Safari 2016-02-18 13:00:49 -05:00
Evan You
142046fad4 handle es2015 template strings in expressions (fix #2364) 2016-02-18 12:56:05 -05:00
Evan You
521e8d2754 use standard and eslint 2.0 2016-02-17 18:31:19 -05:00
Evan You
6d856602cb add issue template 2016-02-17 14:23:14 -05:00
Evan You
0ef39071b3 more consistent private properties naming 2016-02-15 23:31:50 -05:00
Evan You
a3faec2c02 also support "of" delimiter in v-for 2016-02-15 23:31:50 -05:00
Evan You
4d09023059 Merge pull request #2346 from mtpc/dev
Pass a context to factory functions
2016-02-15 15:06:33 -05:00
Evan You
9aef0f72ea fallback for slot with v-if should be compiled in child scope (fix #2348) 2016-02-15 12:41:59 -05:00
Mtpc
b8bbcc9018 Pass a context to factory functions 2016-02-14 19:13:19 +01:00
Evan You
35e5a26dcf detect registered custom elements (fix #2345) 2016-02-13 21:27:01 -05:00
Evan You
0b907f7027 Merge pull request #2307 from meowwwls/add-doc-links
Add doc links to core features
2016-02-06 10:34:08 -05:00
meowwwls
f564e16641 Add doc links to core features 2016-02-05 23:12:52 -06:00
Evan You
c63d6a3ba6 handle multiple activate hooks from mixin (fix #2305) 2016-02-05 15:15:51 -05:00
Evan You
8419d8cd64 avoid implicit reference to global variables (fix #2297) 2016-02-04 12:11:01 -05:00
Evan You
8bc85801b5 revert transtion hook context binding behavior (fix #2287) 2016-02-04 11:36:37 -05:00
Evan You
f3e6f9ff33 fix currency filter negative formatting (fix #2300) 2016-02-04 09:51:19 -05:00
Evan You
5397333987 allow expressions in root instance props (fix #2278) 2016-02-01 18:04:50 -05:00
Evan You
244ea477b7 warn missing handler for child component v-on 2016-01-31 18:01:43 -05:00
Evan You
ff6395e493 improve async component test case with props and events 2016-01-30 09:52:42 -08:00
Evan You
6ec3ac5c83 bump rollup 2016-01-30 01:57:23 -08:00
Evan You
5f897f0f96 [release] 1.0.16 2016-01-30 01:41:39 -08:00
Evan You
a34b483f7b [build] 1.0.16 2016-01-30 01:41:38 -08:00
Evan You
cba32f4d95 further performance tuning for v-for re-render 2016-01-30 01:30:24 -08:00
Evan You
5c3f0b56a9 add .capture & .self modifiers to v-on 2016-01-29 23:18:07 -08:00
Evan You
2c2894d793 support devtools in production build as well 2016-01-29 17:06:07 -08:00
Evan You
7cab5298c0 fix v-for range edge cases (fix #2265) 2016-01-29 10:17:41 -08:00
Evan You
4b7bfe1b18 handle fallback content for slot content with v-if (close #2144) 2016-01-28 22:29:11 -08:00
Evan You
c376092f68 add test for else frag teardown 2016-01-28 22:28:03 -08:00
Evan You
0fc2e960ab fix else fragment not destoryed on teardown (fix #2206) 2016-01-28 18:16:04 -08:00
Evan You
a2ab1f551e trim comments when parsing template (close #2253) 2016-01-28 17:47:54 -08:00
Evan You
ad7585f5d1 add .camel modifier for v-bind (workaround for #2250) 2016-01-28 12:48:28 -08:00
Evan You
20deeee51c ensure id is string when resolving asset (fix #2254) 2016-01-28 11:03:30 -08:00
Evan You
eaad245727 use different bithound badge 2016-01-28 01:54:51 -08:00
Evan You
6b466c6f4e avoid directive splicing during unlink in production mode 2016-01-28 01:37:21 -08:00
Evan You
dc9fc33ce8 adjust comment indentation 2016-01-28 00:03:42 -08:00
Evan You
a257d02f58 fix literal prop handling for negative numbers (fix #2242) 2016-01-27 11:28:17 -08:00
Evan You
ec3948df62 Merge pull request #2231 from OEvgeny/patch-1
fix jsdoc for compile
2016-01-26 09:52:43 -05:00
Evgeny
74e1b1ab21 fix jsdoc for compile 2016-01-26 10:12:28 +03:00
Evan You
cbc3f90c4c avoid webpack shimming setImmediate 2016-01-25 13:08:47 -05:00
Evan You
93c1a50b89 do not warn instantiation data that overlap with props 2016-01-25 12:46:40 -05:00
Evan You
8dd598c210 check prefix first when setting style properties (fix #2219) 2016-01-25 10:11:12 -05:00
Evan You
b87bc00d14 Merge pull request #2214 from Jinjiang/misc-compile
removed unnecessary return value in Vue#_compile(el)
2016-01-24 10:41:38 -05:00