Releases: thephpleague/commonmark
Releases · thephpleague/commonmark
2.3.1
Fixed
- Fixed AutolinkExtension not ignoring trailing strikethrough syntax (#867)
2.2.4
Fixed
- Fixed AutolinkExtension not ignoring trailing strikethrough syntax (#867)
2.3.0
Added
- Added new
EmbedExtension
(#805)
- Added
DocumentRendererInterface
as a replacement for the now-deprecated MarkdownRendererInterface
Deprecated
- Deprecated
MarkdownRendererInterface
; use DocumentRendererInterface
instead
2.2.3
Fixed
- Fixed front matter parsing with Windows line endings (#821)
2.1.3
Fixed
- Fixed front matter parsing with Windows line endings (#821)
2.0.4
Fixed
- Fixed front matter parsing with Windows line endings (#821)
2.2.2
Fixed
- Fixed double-escaping of image alt text (#806, #810)
- Fixed Psalm typehints for event class names
2.1.2
Fixed
- Fixed double-escaping of image alt text (#806, #810)
- Fixed Psalm typehints for event class names
2.0.3
Fixed
- Fixed double-escaping of image alt text (#806, #810)
- Fixed Psalm typehints for event class names
2.2.1
Fixed
- Fixed
symfony/deprecation-contracts
constraint
Removed
- Removed deprecation trigger from
MarkdownConverterInterface
to reduce noise