Browse Source

[release] 0.11.10

Evan You 11 years ago
parent
commit
d257c81a58
5 changed files with 9 additions and 5 deletions
  1. 1 1
      bower.json
  2. 1 1
      component.json
  3. 5 1
      dist/vue.js
  4. 1 1
      dist/vue.min.js
  5. 1 1
      package.json

+ 1 - 1
bower.json

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

+ 1 - 1
component.json

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

+ 5 - 1
dist/vue.js

@@ -1,5 +1,5 @@
 /**
- * Vue.js v0.11.9
+ * Vue.js v0.11.10
  * (c) 2015 Evan You
  * Released under the MIT License.
  */
@@ -6268,6 +6268,10 @@ return /******/ (function(modules) { // webpackBootstrap
 	        merged._asComponent = true
 	        merged._parent = this.vm
 	        this.template = transclude(this.template, merged)
+	        // Important: mark the template as a root node so that
+	        // custom element components don't get compiled twice.
+	        // fixes #822
+	        this.template.__vue__ = true
 	        this._linkFn = compile(this.template, merged)
 	      } else {
 	        // to be resolved later

File diff suppressed because it is too large
+ 1 - 1
dist/vue.min.js


+ 1 - 1
package.json

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

Some files were not shown because too many files changed in this diff