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

Commit d12e3e9

Browse files
author
Alexander Farkas
committed
Merge pull request #531 from baloneysandwiches/docsplanation
summarize 3.0 alpha features
2 parents 9f5af5a + f6d951d commit d12e3e9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ <h3 class="hed-subsection" id="contributing">Contributing, Bug Reports, and More
4545

4646
<h2 class="hed-section" id="download">Downloading Picturefill</h2>
4747

48-
<h3 class="hed-subsection">Picturefill Version 3.0.0 Alpha</h3>
49-
<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>
48+
<h3 class="hed-subsection">Picturefill Version 3.0.0 (Alpha)</h3>
49+
<p>Version 3 is a full rewrite of the codebase featuring optimized performance, better emulation of native behavior, and new spec-based parsers. It also handles some of the quirks, shortcomings, and edge cases related to first-generation native implementations. For IE 9 and earlier, version 3 includes a small shim that polyfills the use of common media conditions (<code>min-width</code>, <code>max-width</code>, <code>min-height</code>, <code>max-height</code>). If you need old IE support for other media conditions, such as <code>orientation</code> or <code>aspect-ratio</code>, please additionally include the <a href="https://github.com/paulirish/matchMedia.js/">matchMedia polyfill</a>. Feedback on this alpha release is welcome. If you encounter problems, please <a href="https://github.com/scottjehl/picturefill/issues">file a issue</a> on Github.</p>
5050
<ul>
5151
<li>
5252
<a href="#" class="download">picturefill.js</a>
@@ -58,15 +58,15 @@ <h3 class="hed-subsection">Picturefill Version 3.0.0 Alpha</h3>
5858
</li>
5959
</ul>
6060

61-
<h3 class="hed-subsection">Picturefill Version 2.2.0</h3>
62-
<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>
61+
<h3 class="hed-subsection">Picturefill Version 2.3.1 (Stable)</h3>
62+
<p>This is the old way, and it's still available. Please note however that <a href="https://css-tricks.com/please-update-picturefill/">because of a recently-fixed bug</a>, you should absolutely not be using any version of Picturefill prior to 2.3.1. If you are, please update immediately. These downloads include the <a href="https://github.com/paulirish/matchMedia.js/">matchMedia polyfill</a> for browsers that need it (like IE9).</p>
6363
<ul>
6464
<li>
65-
<a class="download" href="https://github.com/scottjehl/picturefill/blob/2.2.0/dist/picturefill.js">picturefill.js</a>
65+
<a class="download" href="https://github.com/scottjehl/picturefill/blob/2.3.1/dist/picturefill.js">picturefill.js</a>
6666
<p class="meta">(development version, unminified code)</p>
6767
</li>
6868
<li>
69-
<a class="download" href="https://github.com/scottjehl/picturefill/blob/2.2.0/dist/picturefill.min.js">picturefill.min.js</a>
69+
<a class="download" href="https://github.com/scottjehl/picturefill/blob/2.3.1/dist/picturefill.min.js">picturefill.min.js</a>
7070
<p class="meta">(production version, minified code)</p>
7171
</li>
7272
</ul>

0 commit comments

Comments
 (0)