From cfb75e845b24fafc2075d5717a0642e6b2eeffaf Mon Sep 17 00:00:00 2001 From: aruntk Date: Sat, 7 Jan 2017 15:44:06 +0530 Subject: [PATCH 1/4] synthesis 1.3.7 --- package.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.js b/package.js index a12ad2b..e96ebb3 100644 --- a/package.js +++ b/package.js @@ -3,13 +3,13 @@ Package.describe({ git: "https://github.com/meteorwebcomponents/layout.git", name: "mwc:layout", summary: "Polymer Layout renderer", - version: "1.1.21" + version: "1.1.22" }); Package.onUse(function(api) { api.versionsFrom("1.3"); api.use('ecmascript'); - api.use('mwc:synthesis@1.0.41'); + api.use('mwc:synthesis@1.3.7'); api.addFiles("PolymerLayout.js", ["client"]); api.addFiles("mwc_layout.html", ["client"]); From df71d1161ed0dde32bd0a345b8a245d3f70ee60d Mon Sep 17 00:00:00 2001 From: aruntk Date: Sat, 7 Jan 2017 15:45:07 +0530 Subject: [PATCH 2/4] 1.1.22 --- .versions | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.versions b/.versions index 27891f9..f8bef66 100644 --- a/.versions +++ b/.versions @@ -1,23 +1,23 @@ -babel-compiler@6.8.4 -babel-runtime@0.1.9_1 -blaze-tools@1.0.9 -caching-compiler@1.0.6 -caching-html-compiler@1.0.6 +babel-compiler@6.13.0 +babel-runtime@0.1.12 +blaze-tools@1.0.10 +caching-compiler@1.1.9 +caching-html-compiler@1.0.7 deps@1.0.12 -ecmascript@0.4.7 -ecmascript-runtime@0.2.12 -html-tools@1.0.10 -htmljs@1.0.10 -meteor@1.1.16 -minifier-js@1.1.13 -modules@0.6.5 -modules-runtime@0.6.5 -mwc:layout@1.1.21 -mwc:synthesis@1.0.41 -mwc:synthesis-compiler@1.0.39 -promise@0.7.3 +ecmascript@0.5.9 +ecmascript-runtime@0.3.15 +html-tools@1.0.11 +htmljs@1.0.11 +meteor@1.6.0 +minifier-js@1.2.14 +modules@0.7.7 +modules-runtime@0.7.7 +mwc:layout@1.1.22 +mwc:synthesis@1.3.7 +mwc:synthesis-compiler@1.3.5 +promise@0.8.8 random@1.0.10 -spacebars-compiler@1.0.12 -templating-tools@1.0.4 +spacebars-compiler@1.0.13 +templating-tools@1.0.5 tracker@1.0.14 -underscore@1.0.9 +underscore@1.0.10 From acba4dba2420270c4134e53555712136f0061f4b Mon Sep 17 00:00:00 2001 From: Arun Kumar T K Date: Fri, 7 Apr 2017 10:21:19 +0530 Subject: [PATCH 3/4] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index fc471cd..50eeed2 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,6 @@ [![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/aruntk/meteorwebcomponents?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -[![Donate](https://dantheman827.github.io/images/donate-button.svg)](https://www.paypal.me/arunkumartk) - ## Installation ### Using meteor package. Meteor 1.3+. Depends on [synthesis](https://github.com/meteorwebcomponents/synthesis) From e2c272e29987065b417cb48c2607fd2b3851d85f Mon Sep 17 00:00:00 2001 From: aruntk Date: Fri, 7 Apr 2017 10:26:57 +0530 Subject: [PATCH 4/4] style inside template --- .versions | 18 +++--- bower.json | 2 +- mwc-layout.html | 167 ++++++++++++++++++++++++------------------------ mwc_layout.html | 7 +- package.js | 2 +- 5 files changed, 99 insertions(+), 97 deletions(-) diff --git a/.versions b/.versions index f8bef66..65dee1c 100644 --- a/.versions +++ b/.versions @@ -1,23 +1,23 @@ -babel-compiler@6.13.0 -babel-runtime@0.1.12 +babel-compiler@6.14.1 +babel-runtime@1.0.1 blaze-tools@1.0.10 caching-compiler@1.1.9 caching-html-compiler@1.0.7 deps@1.0.12 -ecmascript@0.5.9 +ecmascript@0.6.3 ecmascript-runtime@0.3.15 html-tools@1.0.11 htmljs@1.0.11 -meteor@1.6.0 -minifier-js@1.2.14 -modules@0.7.7 -modules-runtime@0.7.7 -mwc:layout@1.1.22 +meteor@1.6.1 +minifier-js@1.2.18 +modules@0.7.9 +modules-runtime@0.7.9 +mwc:layout@1.1.23 mwc:synthesis@1.3.7 mwc:synthesis-compiler@1.3.5 promise@0.8.8 random@1.0.10 spacebars-compiler@1.0.13 templating-tools@1.0.5 -tracker@1.0.14 +tracker@1.1.2 underscore@1.0.10 diff --git a/bower.json b/bower.json index cba2f7a..6fc38dd 100644 --- a/bower.json +++ b/bower.json @@ -11,5 +11,5 @@ "type": "git", "url": "https://github.com/meteorwebcomponents/layout.git" }, - "version": "1.1.21" + "version": "1.1.23" } diff --git a/mwc-layout.html b/mwc-layout.html index 1a9b50f..04a6b02 100644 --- a/mwc-layout.html +++ b/mwc-layout.html @@ -1,91 +1,92 @@ +