diff --git a/_InstallPackages/picturefill_2.2.0.zip b/_InstallPackages/picturefill_2.2.0.zip deleted file mode 100644 index 146ef7ca..00000000 Binary files a/_InstallPackages/picturefill_2.2.0.zip and /dev/null differ diff --git a/_InstallPackages/picturefill_2.3.0.zip b/_InstallPackages/picturefill_2.3.0.zip new file mode 100644 index 00000000..b44270a1 Binary files /dev/null and b/_InstallPackages/picturefill_2.3.0.zip differ diff --git a/picturefill_2.2.0/CHANGES.htm b/picturefill_2.2.0/CHANGES.htm deleted file mode 100644 index 17576cfe..00000000 --- a/picturefill_2.2.0/CHANGES.htm +++ /dev/null @@ -1,20 +0,0 @@ -
Assorted bugfixes, improvements to compatibility in AMD environments, minor improvements to performance and spec compliance.
-source
parsing algorithm outlined in the spec (find all img
, check for parent picture
elements, process any/all source
elements until finding the img
that invoked it all)srcset
syntax without an explicit sizes
attribute, per the specpicturefill is licened under the MIT License.
diff --git a/picturefill_2.3.0/CHANGES.htm b/picturefill_2.3.0/CHANGES.htm new file mode 100644 index 00000000..79b8921a --- /dev/null +++ b/picturefill_2.3.0/CHANGES.htm @@ -0,0 +1,51 @@ +Changes from Picturefill 2.3 Beta
+sizes
values now fall back to 100vw
default (f379528)type
(3fba68d)Along with assorted bugfixes and performance improvements, the following major issues have been addressed with this release:
+ +Added support detection for the following image types: jpxr, jpg2000, and apng.
+ Image format support can now be handled using extensions. SVG and WebP remain a part of the Picturefill core, so as not to break existing implementations.
Support for intrinsic image dimensions
+ Picturefill now matches native behavior in terms of an image’s inherent size: when served at “2x,” the image is displayed at half of its source’s inherent size. Note that this can and must be overrideable via CSS.
Picturefill is now a named AMD module, and uses AMD/CommonJS module factory also in native supporting browsers.
+ +Picturefill has a team now
+ Everyone join me in welcoming the team responsible for the lion’s share of work that went into this release, and many more to come.
Did someone just whisper “Picturefill 3?”
+ I thought I just heard someone whisper “Picturefill 3.” Weird.
Assorted bugfixes, improvements to compatibility in AMD environments, minor improvements to performance and spec compliance.
+source
parsing algorithm outlined in the spec (find all img
, check for parent picture
elements, process any/all source
elements until finding the img
that invoked it all)srcset
syntax without an explicit sizes
attribute, per the specpicturefill is licened under the MIT License.
diff --git a/picturefill_2.2.0/picturefill.dnn b/picturefill_2.3.0/picturefill.dnn similarity index 93% rename from picturefill_2.2.0/picturefill.dnn rename to picturefill_2.3.0/picturefill.dnn index 2fcb77d9..9e183125 100644 --- a/picturefill_2.2.0/picturefill.dnn +++ b/picturefill_2.3.0/picturefill.dnn @@ -1,6 +1,6 @@srcset
, sizes
, and more
http://scottjehl.github.com/picturefill/]]>