Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit f8727be

Browse files
committed
2.2.0 Stable.
1 parent 2c4102a commit f8727be

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

dist/picturefill.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! Picturefill - v2.2.0-beta - 2014-10-30
1+
/*! Picturefill - v2.2.0 - 2014-10-30
22
* http://scottjehl.github.io/picturefill
33
* Copyright (c) 2014 https://github.com/scottjehl/picturefill/blob/master/Authors.txt; Licensed MIT */
44
/*! matchMedia() polyfill - Test a CSS media type/query in JS. Authors & copyright (c) 2012: Scott Jehl, Paul Irish, Nicholas Zakas, David Knight. Dual MIT/BSD license */

dist/picturefill.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ <h3 id="contributing">Contributing, Bug Reports, and More information</h3>
3838
<p>For more information on the development of Picturefill, and how you can file bugs or contribute fixes, check out the the code project site on Github : <a href="https://github.com/scottjehl/picturefill">Picturefill on Github.</a></p>
3939

4040
<h2 id="download">Downloading Picturefill</h2>
41-
<h3>Picturefill Version 2.2.0 (Beta)</h3>
41+
<h3>Picturefill Version 2.2.0</h3>
4242
<p>For native <code>picture</code> element support, you'll want Picturefill version 2. These downloads include the <a href="https://github.com/paulirish/matchMedia.js/">matchMedia polyfill</a> for browsers that need it (like IE9).</p>
4343
<ul>
44-
<li><a href="https://github.com/scottjehl/picturefill/blob/2.2.0-beta/dist/picturefill.js">picturefill.js</a> (development version, unminified code)</li>
45-
<li><a href="https://github.com/scottjehl/picturefill/blob/2.2.0-beta/dist/picturefill.min.js">picturefill.min.js</a> (production version, minified code)</li>
44+
<li><a href="https://github.com/scottjehl/picturefill/blob/2.2.0/dist/picturefill.js">picturefill.js</a> (development version, unminified code)</li>
45+
<li><a href="https://github.com/scottjehl/picturefill/blob/2.2.0/dist/picturefill.min.js">picturefill.min.js</a> (production version, minified code)</li>
4646
</ul>
4747
<h3>Version 1.2.1 (latest stable version)</h3>
4848
<p>Version 1.2.1 of Picturefill is available if you are interested in the older markup pattern that uses <code>span</code> elements. This version is a lot lighter in weight than version 2 and allows for a fallback image in browsers that have JavaScript disabled (whereas Picturefill version 2 only offers <code>alt</code> text as a fallback for non-JS browsers without <code>picture</code> support).</p>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Picturefill",
3-
"version": "2.2.0-beta",
3+
"version": "2.2.0",
44
"engines": {
55
"node": ">= 0.8.0"
66
},

picturefill.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Picturefill",
33
"title": "Picturefill",
44
"description": "A Polyfill for the HTML Picture Element (http://picture.responsiveimages.org/) that you can use today.",
5-
"version": "2.2.0-beta",
5+
"version": "2.2.0",
66
"homepage": "http://scottjehl.github.io/picturefill",
77
"author": {
88
"name": "https://github.com/scottjehl/picturefill/blob/master/Authors.txt",

0 commit comments

Comments
 (0)