All Versions
54
Latest Version
Avg Release Cycle
27 days
Latest Release
26 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.3.3 Changes
June 07, 2022🛠Fixed
- 🛠Fixed
DomainFilteringAdapter
not reindexing the embed list (#884, #885)
- 🛠Fixed
-
v2.3.2 Changes
June 03, 2022🛠Fixed
- 🛠Fixed FootnoteExtension stripping extra characters from tab-indented footnotes (#881)
-
v2.3.1 Changes
May 14, 2022🛠Fixed
- 🛠Fixed AutolinkExtension not ignoring trailing strikethrough syntax (#867)
-
v2.3.0 Changes
April 07, 2022âž• Added
- âž• Added new
EmbedExtension
(#805) - âž• Added
DocumentRendererInterface
as a replacement for the now-deprecatedMarkdownRendererInterface
🗄 Deprecated
- 🗄 Deprecated
MarkdownRendererInterface
; useDocumentRendererInterface
instead
- âž• Added new
-
v2.2.5 Changes
June 03, 2022🛠Fixed
- 🛠Fixed FootnoteExtension stripping extra characters from tab-indented footnotes (#881)
-
v2.2.4 Changes
May 14, 2022🛠Fixed
- 🛠Fixed AutolinkExtension not ignoring trailing strikethrough syntax (#867)
-
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
- Fixed
-
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 anyStringable
, not justHtmlElement
andstring
🗄 Deprecated
- Deprecated
MarkdownConverterInterface
and itsconvertToHtml()
method; useConverterInterface
andconvert()
instead
- Added new