Releases: rocketbase-io/email-template-builder
Releases · rocketbase-io/email-template-builder
2.5.0
- backported to java version 11 (close issue #8)
- upgraded versions pebble 3.2.4 (close issue #6), commonmark 0.25.0
- changed to new sonatype-release plugin + workflow
2.4.1
- added TbSideImageLine
- upgraded dependencies
- changed to jdk 17 (will go back to 11 with future releases)
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