Skip to content

Commit

Permalink
Release v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Lasky committed May 19, 2016
1 parent eb0c55f commit cff6eee
Show file tree
Hide file tree
Showing 44 changed files with 57 additions and 45 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="v4.0.1"></a>
## v4.0.1 (2016-05-19)

* Don't wreck strand-drawer by changing the 'upload' icon ([3c69794](https://github.com/MediaMath/strand/commit/3c69794))
* Fix bower conflict for non DS versions ([7984c64](https://github.com/MediaMath/strand/commit/7984c64))
* fix patch ([7b76002](https://github.com/MediaMath/strand/commit/7b76002))
* making docs push work for standard config ([409bda6](https://github.com/MediaMath/strand/commit/409bda6))
* Tooltip and guide fine tuning ([2632ad1](https://github.com/MediaMath/strand/commit/2632ad1))
* Update README.md ([f979dda](https://github.com/MediaMath/strand/commit/f979dda))



<a name="v4.0.0"></a>
# v4.0.0 (2016-05-13)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "strand",
"version": "4.0.0",
"version": "4.0.1",
"homepage": "https://github.com/MediaMath/strand",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion dist/strand-action/strand-action.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/strand-array-munge/strand-array-munge.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/strand-autocomplete/strand-autocomplete.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/strand-box/strand-box.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
* @license
* Copyright (c) 2015 MediaMath Inc. All rights reserved.
* This code may only be used under the BSD style license found at http://mediamath.github.io/strand/LICENSE.txt
--><html><head><meta charset="UTF-8"><link rel="import" href="../../bower_components/polymer/polymer.html"></head><body><div hidden by-vulcanize=""><script>!function(t){var e={ready:function(){this.hasAttribute("unresolved")&&this.removeAttribute("unresolved")}};t.Resolvable=e}(window.StrandTraits=window.StrandTraits||{});</script><script>!function(r){var n={styleBlock:function(r){var n=[];for(var t in r){var a=String(t).replace(/[A-Z]/g,function(r){return"-"+r.toLowerCase()});n.push(a+": "+r[t])}return n.join("; ")},classBlock:function(r){var n=[];for(var t in r)r[t]&&n.push(t);return n.join(" ")}};r.Stylable=n}(window.StrandTraits=window.StrandTraits||{});</script><script>!function(t){var e={properties:{contentTarget:{type:Object,value:function(){return this}}},getLightDOM:function(){return Polymer.dom(this.contentTarget).queryDistributedElements("*")}};t.LightDomGettable=e}(window.StrandTraits=window.StrandTraits||{});</script><script>!function(n){var t={properties:{ref:{type:Object,notify:!0,readOnly:!0,value:function(){return this}}},findById:function(n){return this.$[n]}};n.Refable=t}(window.StrandTraits=window.StrandTraits||{});</script></div><dom-module id="strand-box"><template><style>:host{position:relative;display:-webkit-flex;display:-ms-flexbox;display:flex}</style><content></content></template></dom-module><script>!function(t){t.Box=Polymer({is:"strand-box",behaviors:[StrandTraits.Resolvable,StrandTraits.Refable],properties:{direction:{type:String,value:"horizontal"},align:{type:String,value:"flex-start"},justify:{type:String,value:"flex-start"}},observers:["_updateStyle(direction, align, justify)"],_updateStyle:function(t,e,i){var n="horizontal"===t?"row":"column";this.style.flexDirection=n,this.style.justifyContent=i,this.style.alignItems=e}})}(window.Strand=window.Strand||{});</script></body></html>
--><html><head><meta charset="UTF-8"><link rel="import" href="../../bower_components/polymer/polymer.html"></head><body><div hidden by-vulcanize=""><script>!function(t){var e={ready:function(){this.hasAttribute("unresolved")&&this.removeAttribute("unresolved")}};t.Resolvable=e}(window.StrandTraits=window.StrandTraits||{});</script><script>!function(r){var n={styleBlock:function(r){var n=[];for(var t in r){var a=String(t).replace(/[A-Z]/g,function(r){return"-"+r.toLowerCase()});n.push(a+": "+r[t])}return n.join("; ")},classBlock:function(r){var n=[];for(var t in r)r[t]&&n.push(t);return n.join(" ")}};r.Stylable=n}(window.StrandTraits=window.StrandTraits||{});</script><script>!function(t){var e={properties:{contentTarget:{type:Object,value:function(){return this}}},getLightDOM:function(){return Polymer.dom(this.contentTarget).queryDistributedElements("*")}};t.LightDomGettable=e}(window.StrandTraits=window.StrandTraits||{});</script><script>!function(n){var t={properties:{ref:{type:Object,notify:!0,readOnly:!0,value:function(){return this}}},findById:function(n){return this.$[n]}};n.Refable=t}(window.StrandTraits=window.StrandTraits||{});</script></div><dom-module id="strand-box"><template><style>:host{position:relative;display:-ms-flexbox;display:flex}</style><content></content></template></dom-module><script>!function(t){t.Box=Polymer({is:"strand-box",behaviors:[StrandTraits.Resolvable,StrandTraits.Refable],properties:{direction:{type:String,value:"horizontal"},align:{type:String,value:"flex-start"},justify:{type:String,value:"flex-start"}},observers:["_updateStyle(direction, align, justify)"],_updateStyle:function(t,e,i){var n="horizontal"===t?"row":"column";this.style.flexDirection=n,this.style.justifyContent=i,this.style.alignItems=e}})}(window.Strand=window.Strand||{});</script></body></html>
2 changes: 1 addition & 1 deletion dist/strand-button/strand-button.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/strand-calendar/strand-calendar.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/strand-docs-nav/strand-docs-nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
* @license
* Copyright (c) 2015 MediaMath Inc. All rights reserved.
* This code may only be used under the BSD style license found at http://mediamath.github.io/strand/LICENSE.txt
--><html><head><meta charset="UTF-8"><link rel="import" href="../../bower_components/polymer/polymer.html"><link rel="import" href="../strand-icon/strand-icon.html"></head><body><div hidden by-vulcanize=""><script>!function(r){var n={styleBlock:function(r){var n=[];for(var t in r){var a=String(t).replace(/[A-Z]/g,function(r){return"-"+r.toLowerCase()});n.push(a+": "+r[t])}return n.join("; ")},classBlock:function(r){var n=[];for(var t in r)r[t]&&n.push(t);return n.join(" ")}};r.Stylable=n}(window.StrandTraits=window.StrandTraits||{});</script></div><dom-module id="strand-docs-nav"><template><style>:host{display:block;position:relative;box-sizing:border-box;border-top:1px solid #ccc;border-bottom:1px solid #ccc}:host(:not(:last-of-type)){border-bottom:none}#labelArea{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;box-sizing:border-box;padding:10px 20px}#labelArea strand-icon,#labelArea>::content strand-header{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#labelArea strand-icon.opened{-webkit-transform:scaleY(-1);transform:scaleY(-1)}#expandArea{position:relative;display:block;height:0;overflow:hidden;transition:height 1s}</style><div id="labelArea" on-tap="_labelTap"><content select="strand-header"></content><strand-icon type="carat" width="10" height="10" class$="{{_updateClass(expanded)}}"></strand-icon></div><div id="expandArea" on-tap="_listTap"><content select="strand-list-item"></content></div></template></dom-module><script>!function(e){e.DocsNav=Polymer({is:"strand-docs-nav",behaviors:[StrandTraits.Stylable],properties:{expanded:{type:Boolean,value:!1,reflectToAttribute:!0,observer:"_expandedChanged"}},_labelTap:function(e){e.preventDefault(),this.expanded=!this.expanded},_listTap:function(e){e.preventDefault(),this.fire("docs-nav-selected",{target:e.target,value:e.target.value})},_expandedChanged:function(e,t){e?this.$.expandArea.style.height=this.$.expandArea.scrollHeight+"px":this.$.expandArea.style.height="0px"},_updateClass:function(e){var t={};return t.opened=e,this.classBlock(t)}})}(window.Strand=window.Strand||{});</script></body></html>
--><html><head><meta charset="UTF-8"><link rel="import" href="../../bower_components/polymer/polymer.html"><link rel="import" href="../strand-icon/strand-icon.html"></head><body><div hidden by-vulcanize=""><script>!function(r){var n={styleBlock:function(r){var n=[];for(var t in r){var a=String(t).replace(/[A-Z]/g,function(r){return"-"+r.toLowerCase()});n.push(a+": "+r[t])}return n.join("; ")},classBlock:function(r){var n=[];for(var t in r)r[t]&&n.push(t);return n.join(" ")}};r.Stylable=n}(window.StrandTraits=window.StrandTraits||{});</script></div><dom-module id="strand-docs-nav"><template><style>:host{display:block;position:relative;box-sizing:border-box;border-top:1px solid #ccc;border-bottom:1px solid #ccc}:host(:not(:last-of-type)){border-bottom:none}#labelArea{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;box-sizing:border-box;padding:10px 20px}#labelArea strand-icon,#labelArea>::content strand-header{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#labelArea strand-icon.opened{transform:scaleY(-1)}#expandArea{position:relative;display:block;height:0;overflow:hidden;transition:height 1s}</style><div id="labelArea" on-tap="_labelTap"><content select="strand-header"></content><strand-icon type="carat" width="10" height="10" class$="{{_updateClass(expanded)}}"></strand-icon></div><div id="expandArea" on-tap="_listTap"><content select="strand-list-item"></content></div></template></dom-module><script>!function(e){e.DocsNav=Polymer({is:"strand-docs-nav",behaviors:[StrandTraits.Stylable],properties:{expanded:{type:Boolean,value:!1,reflectToAttribute:!0,observer:"_expandedChanged"}},_labelTap:function(e){e.preventDefault(),this.expanded=!this.expanded},_listTap:function(e){e.preventDefault(),this.fire("docs-nav-selected",{target:e.target,value:e.target.value})},_expandedChanged:function(e,t){e?this.$.expandArea.style.height=this.$.expandArea.scrollHeight+"px":this.$.expandArea.style.height="0px"},_updateClass:function(e){var t={};return t.opened=e,this.classBlock(t)}})}(window.Strand=window.Strand||{});</script></body></html>
Loading

0 comments on commit cff6eee

Please sign in to comment.