All Versions
58
Latest Version
Avg Release Cycle
34 days
Latest Release
762 days ago
Changelog History
Page 2
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
- 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
-
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)
- Added missing return type to
-
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