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

Releases: scottjehl/picturefill

Picturefill 2.2.0 Beta

30 Oct 18:05
Compare
Choose a tag to compare
Pre-release

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

25 Jul 20:52
Compare
Choose a tag to compare

Downloads, documentation, and examples:
http://picturefill.responsiveimages.org

  • Matches the 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)
  • Allows use of the extended srcset syntax without an explicit sizes attribute, per the spec

Picturefill 2.1.0 Beta 2

15 Jul 21:03
Compare
Choose a tag to compare
Pre-release

Downloads, documentation, and examples:
http://picturefill.responsiveimages.org

  • Matches the 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)
  • Allows use of the extended srcset syntax without an explicit sizes attribute, per the spec

Picturefill 2.1.0 Beta

03 Jun 20:41
Compare
Choose a tag to compare
Pre-release

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

02 May 15:24
Compare
Choose a tag to compare

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

23 Apr 18:48
Compare
Choose a tag to compare
2.0.0-beta Pre-release
Pre-release

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

17 Apr 20:17
Compare
Choose a tag to compare
2.0.0-alpha Pre-release
Pre-release

Brings Picturefill in-line with the latest picture element specification, using the real picture markup.

1.2.1

18 Nov 13:55
Compare
Choose a tag to compare

Some bugfixes and readme updates
a948179...master