css_emimage 6.x-2.1

New features
Bug fixes

Changes since DRUPAL-6--2-0:

  • feature #1055544 by jcarnett: Added option to always inline image data.
  • by jcarnett: Fixed a bug causing the first page load after enabling css_emimage to have no embedded images.
  • feature #1055544 by jcarnett: When inlining data URIs, choose the more optimal of updating the original declarations or adding trailing declarations.
  • by jcarnett: MHTML support for IE 6 and 7 fallbacks.

css_emimage 6.x-1.2

Bug fixes

Changes since DRUPAL-6--1-1:

  • #806124 by jcarnett: Fixed zero-index false identity test
  • #981152 by coutud: Added logging PCRE errors that may occur, and fallback to unmodified CSS.
  • bug #833010 by jcarnett: Fixed bug preventing CSS with query strings from being correctly parsed (affected ctools and panels).

css_emimage 7.x-1.0

New features

Initial release for Drupal 7. Features are identical to 6.x-2.0:

css_emimage 6.x-2.0

New features
  • Aggregate image data separate from the main CSS when the embedded images would significantly increase the size of the CSS. This allows other site styles to begin rendering while the image data is still downloading.
  • IE 6 and 7 fallbacks using conditional comments instead of CSS hacks.
  • Aggregate declarations where possible to minimize duplication of image data
  • Automatically skip repeated images if embedding them would result in greater transfer time than another round trip to fetch the image separately.

css_emimage 6.x-1.1

Bug fixes
  • by jcarnett: Fixed calculation for IE data URI limit.
  • by jcarnett: Updated IE hack syntax to improve reliability.
  • #741454 by jcarnett: Fixed compatibility issue with Parallel.

css_emimage 6.x-2.x-dev

New features
Bug fixes

Development branch for Drupal 6.x-2.x. Features include:

Subscribe with RSS Subscribe to Releases for CSS Embedded Images