-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
722 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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><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> |
Oops, something went wrong.