All Versions
58
Latest Version
Avg Release Cycle
34 days
Latest Release
762 days ago

Changelog History
Page 2

  • v2.2.3 Changes

    February 26, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed front matter parsing with Windows line endings (#821)
  • v2.2.2 Changes

    February 13, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed double-escaping of image alt text (#806, #810)
    • ๐Ÿ›  Fixed Psalm typehints for event class names
  • v2.2.1 Changes

    January 25, 2022

    ๐Ÿ›  Fixed

    • Fixed symfony/deprecation-contracts constraint

    โœ‚ Removed

    • Removed deprecation trigger from MarkdownConverterInterface to reduce noise
  • v2.2.0 Changes

    January 22, 2022

    โž• 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
  • v2.1.3 Changes

    February 26, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed front matter parsing with Windows line endings (#821)
  • v2.1.2 Changes

    February 13, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed double-escaping of image alt text (#806, #810)
    • ๐Ÿ›  Fixed Psalm typehints for event class names
  • v2.1.1 Changes

    January 02, 2022

    โž• Added

    • Added missing return type to Environment::dispatch() to fix deprecation warning (#778)
  • v2.1.0 Changes

    December 05, 2021

    โž• Added

    • โž• Added support for ext-yaml in FrontMatterExtension (#715)
    • โž• Added support for symfony/yaml v6.0 in FrontMatterExtension (#739)
    • Added new heading_permalink/aria_hidden config option (#741)

    ๐Ÿ›  Fixed

    • Fixed PHP 8.1 deprecation warning (#759, #762)
  • v2.0.4 Changes

    February 26, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed front matter parsing with Windows line endings (#821)
  • v2.0.3 Changes

    February 13, 2022

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed double-escaping of image alt text (#806, #810)
    • ๐Ÿ›  Fixed Psalm typehints for event class names