Skip to content

Commit

Permalink
version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tedw committed Mar 30, 2018
1 parent 2d84b32 commit fb86d24
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/global.html
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ <h5>Parameters:</h5>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu Mar 29 2018 22:54:22 GMT-0400 (EDT) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu Mar 29 2018 22:58:23 GMT-0400 (EDT) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@
<li>https://tympanus.net/codrops/2014/08/19/making-svgs-responsive-with-css/</li>
<li>https://css-tricks.com/scale-svg/</li>
</ul>
<h2>Install</h2><pre class="prettyprint source lang-bash"><code>$ yarn add @threespot/fluid-svg-polyfill</code></pre><h2>Usage</h2><pre class="prettyprint source lang-js"><code>import fluidSVGPolyfill from &quot;../lib/ie-svg-fix&quot;;
<h2>Install</h2><pre class="prettyprint source lang-bash"><code>$ yarn add @threespot/fluid-svg-polyfill</code></pre><h2>Usage</h2><pre class="prettyprint source lang-js"><code>import fluidSVGPolyfill from &quot;@threespot/fluid-svg-polyfill&quot;;

// Add “is-fluid” class to any SVGs that are fluid width
const svgs = document.querySelectorAll('.is-fluid');

svgs.forEach( el => fluidSVGPolyfill(el) );</code></pre><p>You can also specify a custom class to add to the wrapper <code>&lt;div&gt;</code>:</p>
<pre class="prettyprint source lang-js"><code>fluidSVGPolyfill(svgEl, { wrapperClass: &quot;custom-class&quot; });</code></pre><h2>License</h2><p>This is free software and may be redistributed under the terms of the <a href="https://github.com/Threespot/fluid-svg-polyfill/blob/master/LICENSE.md">MIT license</a>.</p>
<pre class="prettyprint source lang-js"><code>fluidSVGPolyfill(el, { wrapperClass: &quot;custom-class&quot; });</code></pre><h2>License</h2><p>This is free software and may be redistributed under the terms of the <a href="https://github.com/Threespot/fluid-svg-polyfill/blob/master/LICENSE.md">MIT license</a>.</p>
<h2>About Threespot</h2><p>Threespot is an independent digital agency hell-bent on helping those, and only those, who are committed to helping others. Find out more at <a href="https://www.threespot.com">https://www.threespot.com</a>.</p>
<p><a href="https://www.threespot.com"><img src="https://avatars3.githubusercontent.com/u/370822?v=3&amp;s=100" alt="Threespot"></a></p></article>
</section>
Expand All @@ -79,7 +79,7 @@ <h2>About Threespot</h2><p>Threespot is an independent digital agency hell-bent
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu Mar 29 2018 22:54:22 GMT-0400 (EDT) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu Mar 29 2018 22:58:23 GMT-0400 (EDT) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ <h1 class="page-title">index.js</h1>
<br class="clear">

<footer>
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu Mar 29 2018 22:54:22 GMT-0400 (EDT) using the Minami theme.
Generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Thu Mar 29 2018 22:58:23 GMT-0400 (EDT) using the Minami theme.
</footer>

<script>prettyPrint();</script>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@threespot/fluid-svg-polyfill",
"version": "1.0.0",
"version": "1.0.1",
"description": "Fluid SVG polyfill",
"main": "index.js",
"homepage": "https://threespot.github.io/fluid-svg-polyfill/",
Expand Down

0 comments on commit fb86d24

Please sign in to comment.