Skip to content

2.2.0

Compare
Choose a tag to compare
@colinodell colinodell released this 22 Jan 14:07
· 77 commits to 2.2 since this release
2.2.0
c5aadcc

Added

  • Added new ConverterInterface
  • Added new MarkdownToXmlConverter class
  • Added new HtmlDecorator class which can wrap existing renderers with additional HTML tags
  • Added new table/wrap config to apply an optional wrapping/container element around a table (#780)

Changed

  • HtmlElement contents can now consist of any Stringable, not just HtmlElement and string

Deprecated

  • Deprecated MarkdownConverterInterface and its convertToHtml() method; use ConverterInterface and convert() instead