You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2022. It is now read-only.
<h3class="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 <ahref="https://github.com/paulirish/matchMedia.js/">matchMedia polyfill</a> for browsers that need it (like IE9).</p>
48
+
<h3class="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 <ahref="https://github.com/paulirish/matchMedia.js/">matchMedia polyfill</a>. Feedback on this alpha release is welcome. If you encounter problems, please <ahref="https://github.com/scottjehl/picturefill/issues">file a issue</a> on Github.</p>
50
50
<ul>
51
51
<li>
52
52
<ahref="#" class="download">picturefill.js</a>
@@ -58,15 +58,15 @@ <h3 class="hed-subsection">Picturefill Version 3.0.0 Alpha</h3>
58
58
</li>
59
59
</ul>
60
60
61
-
<h3class="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 <ahref="https://github.com/paulirish/matchMedia.js/">matchMedia polyfill</a> for browsers that need it (like IE9).</p>
61
+
<h3class="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 <ahref="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 <ahref="https://github.com/paulirish/matchMedia.js/">matchMedia polyfill</a> for browsers that need it (like IE9).</p>
0 commit comments