Releases: danschultzer/premailex
Releases · danschultzer/premailex
v0.3.18
- Fixed bug in
Premailex.HTMLToPlainText.parse/3
with <thread>
, <tbody>
, <tfoot>
being excluded if the HTML element had any attributes
v0.3.17
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
Premailex.CSSParser.to_string/1
now adds whitespace between inline style rules #73
v0.3.15
- Fixed invalid spec in
Premailex.Util.traverse/3
#71
v0.3.14
- 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
Fixed spec and docs issues. #58 #59
v0.3.12
Changes
Premailex.HTMLInlineStyles.process/3
now supports passing in CSS as an argument #57
v0.3.11
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
Changes
- Support floki up to
v0.24.x