You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).