Skip to content

Releases: rocketbase-io/email-template-builder

2.4.1

26 Jun 15:50
a4b2838
Compare
Choose a tag to compare

New version 2.4.1 published

2.4.0

14 Mar 15:34
df230a6
Compare
Choose a tag to compare
  • fix by @Nthalk thx for it see pull-request #5
  • upgraded pebble 3.2.0 breaking changes compared to 3.1.5 (package structure changed)
  • upgraded commonmark 0.21.0
  • ci changed to github actions

2.3.1

03 Apr 20:28
fee36ec
Compare
Choose a tag to compare
  • improved gallery display
  • when newRowAfter set for gallery fill with empty same width cells

2.3.0

13 Mar 20:20
c68ca23
Compare
Choose a tag to compare
  • improved dark mode
    • fixed color issues with links
    • allow alternative image in darkMode
    • could disable mode switch
  • updated depths

2.2.0

31 May 08:32
Compare
Choose a tag to compare
  • add gallery option to display multiple images per row
    • has an auto new row option for displaying a bunch of images
  • improved layouting ImageSide and Gallery with custom text-margins
  • removed some comments from html

2.1.0

30 May 21:29
Compare
Choose a tag to compare
  • upgraded pebble 3.1.5 and all other deps
  • added SideImageLine
  • improved HtmlLine now with auto text-conversation as possible option
    • rewrite links
    • linebreaks for br and p
    • all other html-elements will get removed

2.0.0

03 Aug 09:48
Compare
Choose a tag to compare
  • moved to postmark email-template
  • removed jsoup from dependency
  • redesigned the hole api
    • extended table support with interfaces and options for custom layouts
    • added key-value pairs
    • many more
  • pom artifact group changed to io.rocketbase.mail
  • cleaned up a lot of code
  • separated module in two pices
    • common builder
    • markdown (with markdown support)

2.0.0-RC1

30 Jul 15:36
Compare
Choose a tag to compare
2.0.0-RC1 Pre-release
Pre-release
  • moved to postmark email-template + extended table support + added key-value pairs and many more
  • pom artifact group changed to io.rocketbase.mail
  • removed jsoup from dependency and changed api in many cases
  • cleaned up a lot of code
  • separated module in two pices
    • common builder
    • markdown (with markdown support)

1.6.0

25 Feb 21:22
Compare
Choose a tag to compare
  • added colors feature to easy handling of colors
    • you can now create ColorStyle via ColorPalette
    • ColorStyle also now via hex/rgb code for background, automatically detect contrast text-color
  • upgraded jsoup 1.12.2

1.5.0

04 Feb 06:11
Compare
Choose a tag to compare
  • extended table feature by
    • prefix column
    • middle column
    • headerRow highlighting
    • total with enabled/disable bottom/top border marking (useful for multiple totals)
  • text-email with table doesn't look well (no idea how to improve it)