Releases: scottjehl/picturefill
Picturefill 2.2.0 Beta
Downloads, documentation, and examples:
http://picturefill.responsiveimages.org
Assorted bugfixes, improvements to compatibility in AMD environments, minor improvements to performance and spec compliance.
Picturefill 2.1.0
Downloads, documentation, and examples:
http://picturefill.responsiveimages.org
- Matches the
source
parsing algorithm outlined in the spec (find allimg
, check for parentpicture
elements, process any/allsource
elements until finding theimg
that invoked it all) - Allows use of the extended
srcset
syntax without an explicitsizes
attribute, per the spec
Picturefill 2.1.0 Beta 2
Downloads, documentation, and examples:
http://picturefill.responsiveimages.org
- Matches the
source
parsing algorithm outlined in the spec (find allimg
, check for parentpicture
elements, process any/allsource
elements until finding theimg
that invoked it all) - Allows use of the extended
srcset
syntax without an explicitsizes
attribute, per the spec
Picturefill 2.1.0 Beta
Downloads, documentation, and examples:
http://picturefill.responsiveimages.org
Release Notes:
- Numerous bugfixes
- A number of developer conveniences, such as an included editor config file and styleguide-enforcing Grunt task
- A vastly improved
srcset
parser that should—hopefully—line up one-to-one with the parsing algorithm from the spec - A more robust test suite
Picturefill 2.0.0 Stable
Downloads, documentation, and examples:
http://picturefill.responsiveimages.org
Release Notes
- General bugfixes
- Changes to make parsing/general behavior line up more closely with the specification
2.0.0-beta
Downloads, documentation, examples:
http://scottjehl.github.io/picturefill/
Release notes:
- Improved browser support: Picturefill now works in IE6+ (the alpha had an error in IE7 and 8 that caused it to fail to load an image)
- Changes to make polyfill behavior conform more closely to the specification
- Picturefill JavaScript API documentation added
- Demo page improvements
2.0.0-alpha
Brings Picturefill in-line with the latest picture
element specification, using the real picture
markup.
1.2.1
Some bugfixes and readme updates
a948179...master