Premailex Versions Save

Preflight for your HTML emails - inline styling and plain text.

v0.3.19

6 months ago
  • Ignore @charset CSS at-rule #83 (by @backspace)

v0.3.18

1 year ago
  • Fixed bug in Premailex.HTMLToPlainText.parse/3 with <thread>, <tbody>, <tfoot> being excluded if the HTML element had any attributes

v0.3.17

1 year ago
  • Premailex.HTMLInlineStyles.process/3 now warns when styles can't be loaded from URL's #74
  • Premailex.HTMLInlineStyles.process/1 now parses <thead> and <tfoot> elements #75
  • Premailex.CSSParser.parse/1 now handles escaped commas #77
  • Require Elixir 1.11 #74

v0.3.16

1 year ago
  • Premailex.CSSParser.to_string/1 now adds whitespace between inline style rules #73

v0.3.15

2 years ago
  • Fixed invalid spec in Premailex.Util.traverse/3 #71

v0.3.14

2 years ago
  • Added horizontal rule parsing to Premailex.HTMLToPlainText.process/1 #67
  • Premailex.Util.traverse/3 no longer strips comments #68
  • Premailex.HTMLInlineStyles.process/3 strips empty comments #68
  • Premailex.HTMLInlineStyles.process/3 now applies styles to <html> elements #69

v0.3.13

3 years ago

Fixed spec and docs issues. #58 #59

v0.3.12

3 years ago

Changes

  • Premailex.HTMLInlineStyles.process/3 now supports passing in CSS as an argument #57

v0.3.11

3 years ago

Changes

  • Fixed bug where the inline styles where applied to more than the first match causing in some cases styles to be missing for subsequent parent elements #53
  • Relax floki requirement #54
  • Relax meeseeks requirement #54

v0.3.10

4 years ago

Changes

  • Support floki up to v0.24.x