All Versions
25
Latest Version
Avg Release Cycle
132 days
Latest Release
1452 days ago

Changelog History
Page 2

  • v1.9.3 Changes

    June 12, 2016
    • Add support for rails' relative_url_root config
    • ๐Ÿ›  Fix link tag removal under Hpricot
    • Pass url to asset_host if it responds to call
    • ๐Ÿ›  Fixed issue where urls may conflict with folder names.
  • v1.9.2 Changes

    April 10, 2016
    • โšก๏ธ Update rails dependency to allow rails 5
  • v1.9.1 Changes

    • Respect data-premailer="ignore" on link tags
    • Ensure content-transfer-encoding is maintained
  • v1.9.0 Changes

    • ๐Ÿ‘Œ Improved CSS loading and caching.
    • ๐Ÿ›  Fixed incompatibility with newer rails and sprockets versions.
  • v1.8.2 Changes

    • ๐Ÿš… Premailer::Rails::CSSLoaders::NetworkLoader is more resilient and works even if the Rails asset host is set without a URI scheme. (panthomakos)
    • โœ‚ Remove stylesheet links from the HTML that have been processed.
  • v1.8.1 Changes

    • โž• Add support for longer fingerprint generated by sprocket 3.
  • v1.8.0 Changes

    • ๐Ÿš… ActionMailer interceptors are registered after Rails initialization and no longer when loading this gem. If you were using this gem outside Rails, you'll need to call Premailer::Rails.register_interceptors manually.
  • v1.7.0 Changes

    • Register preview hook for the new previewing functionality introduced in rails 4.1.0

    • โž• Add example rails application

  • v1.6.1 Changes

    • โœ‚ Remove Nokogiri unicode fix since it's working properly without it by now

    • ๐Ÿ‘‰ Make sure html part comes before text part

  • v1.6.0 Changes

    • ๐Ÿš… Only use asset pipeline if Rails is defined and if compile is true

    • ๐Ÿš… Depend on actionmailer instead of rails

    • ๐Ÿš… Check whether ::Rails is defined before using it

    • โž• Add ability to skip premailer

    • โœ… Test against multiple action mailer versions on travis

    • Ensure CSS strings are always UTF-8 encoded

    • Require premailer version >= 1.7.9