The official profile for Umbraco - The Friendly OpenSource ASP.NET CMS. Managed by Umbraco HQ.
Umbraco 13 addresses compromises made in Umbraco 12.2 for backward compatibility with the Media Delivery API. Changes involve using new interfaces instead of concrete classes, restructuring namespaces, and introducing new crop and focal point models for enhanced customization of media item output in both Content and Media Delivery APIs.
Umbraco 13 introduces default property value converters for property editors without custom converters, ensuring correct typing of property value outputs based on their declared value types. Custom converters take precedence over default ones. This change promotes type safety for value types, impacting IPublishedContent and IPublishedElement APIs.