[release] 0.11.5

This commit is contained in:
Evan You 2015-02-05 16:26:28 -05:00
parent 79fdb4666e
commit a06cd65e1c
6 changed files with 3866 additions and 3722 deletions

View File

@ -1,6 +1,6 @@
{
"name": "vue",
"version": "0.11.4",
"version": "0.11.5",
"main": "dist/vue.js",
"description": "Simple, Fast & Composable MVVM for building interative interfaces",
"authors": ["Evan You <yyx990803@gmail.com>"],

View File

@ -1,6 +1,6 @@
{
"name": "vue",
"version": "0.11.4",
"version": "0.11.5",
"main": "src/vue.js",
"author": "Evan You <yyx990803@gmail.com>",
"description": "Simple, Fast & Composable MVVM for building interative interfaces",

7571
dist/vue.js vendored

File diff suppressed because it is too large Load Diff

8
dist/vue.min.js vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "vue",
"version": "0.11.4",
"version": "0.11.5",
"author": "Evan You <yyx990803@gmail.com>",
"license": "MIT",
"description": "Simple, Fast & Composable MVVM for building interative interfaces",

View File

@ -48,6 +48,9 @@ function transcludeTemplate (el, options) {
if (options.replace) {
if (frag.childNodes.length > 1) {
transcludeContent(frag, rawContent)
// TODO: store directives on placeholder node
// and compile it somehow
// probably only check for v-with, v-ref & paramAttributes
return frag
} else {
var replacer = frag.firstChild