Skip to content

Commit

Permalink
Add picturefill 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bdukes committed Feb 23, 2015
1 parent 2ed5b34 commit 250a0a3
Show file tree
Hide file tree
Showing 6 changed files with 722 additions and 0 deletions.
Binary file added _InstallPackages/picturefill_2.2.0.zip
Binary file not shown.
Binary file modified _InstallPackages/zeroclipboard_1.3.5.zip
Binary file not shown.
20 changes: 20 additions & 0 deletions picturefill_2.2.0/CHANGES.htm
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<ol style="max-height: 20em; overflow: auto;">
<li>
<strong>2.2.0</strong>
<p>Assorted bugfixes, improvements to compatibility in AMD environments, minor improvements to performance and spec compliance.</p>
</li>
<li>
<strong>2.1.0</strong>
<ul>
<li>Matches the <code>source</code> parsing algorithm outlined in the spec (find all <code>img</code>, check for parent <code>picture</code> elements, process any/all <code>source</code> elements until finding the <code>img</code> that invoked it all)</li>
<li>Allows use of the extended <code>srcset</code> syntax without an explicit <code>sizes</code> attribute, per the spec</li>
</ul>
</li>
<li>
<strong>2.0.0</strong>
<ul>
<li>General bugfixes</li>
<li>Changes to make parsing/general behavior line up more closely with the <a href="http://picture.responsiveimages.org/">specification</a></li>
</ul>
</li>
</ol>
1 change: 1 addition & 0 deletions picturefill_2.2.0/LICENSE.htm
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<p>picturefill is licened under the <a href="https://github.com/scottjehl/picturefill/blob/2.2.0/LICENSE">MIT License</a>.</p>
42 changes: 42 additions & 0 deletions picturefill_2.2.0/picturefill.dnn
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<dotnetnuke type="Package" version="5.0">
<packages>
<package name="picturefill" type="JavaScript_Library" version="2.2.0">
<friendlyName>Picturefill</friendlyName>
<description><![CDATA[A responsive image polyfill for <code>&lt;picture></code>, <code>srcset</code>, <code>sizes</code>, and more
<a href="http://scottjehl.github.com/picturefill/">http://scottjehl.github.com/picturefill/</a>]]></description>
<owner>
<name>Engage Software</name>
<organization>Engage Software</organization>
<url>http://www.engagesoftware.com</url>
<email>support@engagesoftware.com</email>
</owner>
<license src="LICENSE.htm" />
<releaseNotes src="CHANGES.htm" />
<azureCompatible>true</azureCompatible>
<dependencies>
<!--
<dependency type="managedPackage" version="1.0.0">jQuery</dependency>
-->
</dependencies>
<components>
<component type="JavaScript_Library">
<javaScriptLibrary>
<libraryName>picturefill</libraryName>
<fileName>picturefill.js</fileName>
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
<CDNPath>https://cdn.jsdelivr.net/picturefill/2.2.0/picturefill.min.js</CDNPath>
<objectName>picturefill</objectName>
</javaScriptLibrary>
</component>
<component type="JavaScriptFile">
<jsfiles>
<libraryFolderName>picturefill</libraryFolderName>
<jsfile>
<name>picturefill.js</name>
</jsfile>
</jsfiles>
</component>
</components>
</package>
</packages>
</dotnetnuke>
Loading

0 comments on commit 250a0a3

Please sign in to comment.