Skip to content

Commit 250a0a3

Browse files
committed
Add picturefill 2.2.0
1 parent 2ed5b34 commit 250a0a3

File tree

6 files changed

+722
-0
lines changed

6 files changed

+722
-0
lines changed
8.85 KB
Binary file not shown.
0 Bytes
Binary file not shown.

picturefill_2.2.0/CHANGES.htm

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<ol style="max-height: 20em; overflow: auto;">
2+
<li>
3+
<strong>2.2.0</strong>
4+
<p>Assorted bugfixes, improvements to compatibility in AMD environments, minor improvements to performance and spec compliance.</p>
5+
</li>
6+
<li>
7+
<strong>2.1.0</strong>
8+
<ul>
9+
<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>
10+
<li>Allows use of the extended <code>srcset</code> syntax without an explicit <code>sizes</code> attribute, per the spec</li>
11+
</ul>
12+
</li>
13+
<li>
14+
<strong>2.0.0</strong>
15+
<ul>
16+
<li>General bugfixes</li>
17+
<li>Changes to make parsing/general behavior line up more closely with the <a href="http://picture.responsiveimages.org/">specification</a></li>
18+
</ul>
19+
</li>
20+
</ol>

picturefill_2.2.0/LICENSE.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<p>picturefill is licened under the <a href="https://github.com/scottjehl/picturefill/blob/2.2.0/LICENSE">MIT License</a>.</p>

picturefill_2.2.0/picturefill.dnn

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<dotnetnuke type="Package" version="5.0">
2+
<packages>
3+
<package name="picturefill" type="JavaScript_Library" version="2.2.0">
4+
<friendlyName>Picturefill</friendlyName>
5+
<description><![CDATA[A responsive image polyfill for <code>&lt;picture></code>, <code>srcset</code>, <code>sizes</code>, and more
6+
<a href="http://scottjehl.github.com/picturefill/">http://scottjehl.github.com/picturefill/</a>]]></description>
7+
<owner>
8+
<name>Engage Software</name>
9+
<organization>Engage Software</organization>
10+
<url>http://www.engagesoftware.com</url>
11+
<email>support@engagesoftware.com</email>
12+
</owner>
13+
<license src="LICENSE.htm" />
14+
<releaseNotes src="CHANGES.htm" />
15+
<azureCompatible>true</azureCompatible>
16+
<dependencies>
17+
<!--
18+
<dependency type="managedPackage" version="1.0.0">jQuery</dependency>
19+
-->
20+
</dependencies>
21+
<components>
22+
<component type="JavaScript_Library">
23+
<javaScriptLibrary>
24+
<libraryName>picturefill</libraryName>
25+
<fileName>picturefill.js</fileName>
26+
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
27+
<CDNPath>https://cdn.jsdelivr.net/picturefill/2.2.0/picturefill.min.js</CDNPath>
28+
<objectName>picturefill</objectName>
29+
</javaScriptLibrary>
30+
</component>
31+
<component type="JavaScriptFile">
32+
<jsfiles>
33+
<libraryFolderName>picturefill</libraryFolderName>
34+
<jsfile>
35+
<name>picturefill.js</name>
36+
</jsfile>
37+
</jsfiles>
38+
</component>
39+
</components>
40+
</package>
41+
</packages>
42+
</dotnetnuke>

0 commit comments

Comments
 (0)