Skip to content

1.1.0

Compare
Choose a tag to compare
@innerjoin innerjoin released this 21 Dec 14:58
· 48 commits to main since this release
a665ef0

Breaking Changes:

  • CTA Button: We've added a new default implementation that is more robust among different clients. As a consequence, rounded corners in Outlook are no longer supported. If you intend to keep the previous implementation, set 'buttonLegacyVml: true' in the properties.js (closes #15)
  • Dark Footer Layout: the dark background color now spans over the entire width, which is the default use case for most brands.

New Features:

  • CTA Button: the button padding, border strength, font-size, font-weight and width (fit content or full-width) are now customizable through dedicated properties.
  • Images and header images now support rounded corners. This is a progressive enhancement: Outlook on Windows will fall back to sharp corners.
  • Header logo: Support for fixed height added
  • Social Media Follow: the full list of social media elements is now customizable through the properties.

Bug Fixes:

  • CTA Button: the Outlook implementation treats longer button texts better and the implementation is more robust.
  • Text: The text element properly passed the predefined styles (alignment, font-weight, font-size, text color) to the froala editor
  • Dark Footer: the implementation behaves now properly on mobile devices too.
  • A few ghost lines on Outlook have been eliminated. For the resolution of the other once, we would welcome Pull Requests to address them.
  • text-element: support formatted default content (closes #16)
  • prevent validation error due to CX bug with heigh/width
  • Additional quality improvements
  • Dependency updates