2.7.1
- dark-mode readability fixes (attribute/table cells stay readable, button text-color not overridden anymore)
- table footer-rows now apply their number-format
- gallery + side-image collapse correctly on small viewports
All versions are published to Maven Central. This page mirrors the GitHub releases.
New version 2.6.0 published
HtmlTextEmail htmlTextEmail = EmailTemplateBuilder.builder()
.addTable()
.addHeader("Invoice #12345<br>June 01 2014", true, Alignment.LEFT)
.addItemRow("Special Product", "123,00 €").nextRow()
.addItemRow("Short service", BigDecimal.valueOf(103, 1)).nextRow()
.addTotalRow(BigDecimal.valueOf(13333, 2)).totalCaption("Gesamt")
.build()upgraded versions - pebble 3.1.0 and jsoup 1.12.1
added possibility to overrule html/text detection
thx to @bernolanger
improved html -> text will replace br and p by new line in text version
removed "text-transform: capatize" from button styling
first release with main basic features