Releases: rocketbase-io/email-template-builder
Releases · rocketbase-io/email-template-builder
2.4.1
New version 2.4.1 published
2.4.0
- 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
- improved gallery display
- when newRowAfter set for gallery fill with empty same width cells
2.3.0
- improved dark mode
- fixed color issues with links
- allow alternative image in darkMode
- could disable mode switch
- updated depths
2.2.0
- 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
- 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
- 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
- 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
- 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
- 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)