Skip to content

4.0.0

Compare
Choose a tag to compare
@Sebb767 Sebb767 released this 22 Dec 14:14
· 11 commits to master since this release

Changed

  • Breaking change: Added locale support to the richtext parser. This avoids bugs when parsing embedded fields using a different locale (see #65). This change changes the ParserInterface and NodeMapperInterface - any implementation using a custom parser or NodeMapper will need to update the entries accordingly. Additionally, the ParserInterface::parse() and ParserInterface::parseCollection() methods have been deprecated in favor of their localized version (ParserInterface::parseLocalized() and ParserInterface::parseCollectionLocalized(), respectively).
  • Breaking change: Dropped support for PHP7.
  • Added the embedded asset to the serialized version of EmbeddedAssetBlock and EmbeddedAssetInline (see #61).
  • Added support for superscript and subscript.

Internal

  • Overall CI cleanup
  • Added CI tests for PHP8.2