Releases: thephpleague/commonmark
Releases · thephpleague/commonmark
2.1.3
26 Feb 21:29
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed front matter parsing with Windows line endings (#821 )
2.0.4
26 Feb 21:29
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed front matter parsing with Windows line endings (#821 )
2.2.2
13 Feb 15:03
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed double-escaping of image alt text (#806 , #810 )
Fixed Psalm typehints for event class names
2.1.2
13 Feb 14:58
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed double-escaping of image alt text (#806 , #810 )
Fixed Psalm typehints for event class names
2.0.3
13 Feb 14:23
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed double-escaping of image alt text (#806 , #810 )
Fixed Psalm typehints for event class names
2.2.1
25 Jan 14:41
Compare
Sorry, something went wrong.
No results found
Fixed
Fixed symfony/deprecation-contracts constraint
Removed
Removed deprecation trigger from MarkdownConverterInterface to reduce noise
2.2.0
22 Jan 14:07
Compare
Sorry, something went wrong.
No results found
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
1.6.7
13 Jan 17:19
Compare
Sorry, something went wrong.
No results found
Changed
Added ReturnTypeWillChange attribute to prevent PHP 8.1 deprecation warnings (#785 )
Coerced punctuation counts to integers to ensure floats are never used
2.1.1
02 Jan 18:31
Compare
Sorry, something went wrong.
No results found
Added
Added missing return type to Environment::dispatch() to fix deprecation warning (#778 )
2.1.0
05 Dec 18:30
Compare
Sorry, something went wrong.
No results found
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 )