Skip to content

V1.1.0 (2016-09-18)

Compare
Choose a tag to compare
@oliverklee oliverklee released this 18 Sep 13:27
· 712 commits to main since this release

Added

  • Add support for PHP 7.1
    (#342)
  • Support the attr|=value selector
    (#337)
  • Support the attr*=value selector
    (#330)
  • Support the attr$=value selector
    (#329)
  • Support the attr^=value selector
    (#324)
  • Support the attr~=value selector
    (#323)
  • Add CSS to HTML attribute mapper
    (#288)

Changed

  • Remove composer dependency from PHP mbstring extension
    (Actual code dependency were removed a lot of time ago)
    (#295)

Deprecated

  • Support for PHP 5.5 will be removed in Emogrifier 3.0.
  • Support for PHP 5.4 will be removed in Emogrifier 2.0.

Fixed

  • Ignore value with words more than one in the attribute selector
    (#327)
  • Ignore spaces around the > in the direct child selector
    (#322)
  • Ignore empty media queries
    (#307)
    (#237)
  • Ignore pseudo-class when combined with pseudo-element
    (#308)
  • First-child and last-child selectors are broken
    (#293)
  • Second !important rule needs to overwrite the first one
    (#292)