The official profile for Umbraco - The Friendly OpenSource ASP.NET CMS. Managed by Umbraco HQ.
Umbraco launches the Sustainability Challenge, targeting a greener digital industry. Participants innovate to reduce the environmental impact of websites. The challenge spans phases, encouraging creativity and community collaboration, with winners recognized for impactful contributions on Earth Hour, March 23, 2024. Deadline for entry is October 24th.
Participate in Umbraco's Hacktoberfest—contribute code or no-code efforts like documentation verification, blogs, and sponsorships. Earn swag or plant trees upon completion. Join hackathons for collaboration and guidance. Happy Hacktoberfest!
Umbraco voices concerns about the European Commission's Cyber Resilience Act (CRA) and its potential negative impact on open-source software (OSS) communities. They emphasize the need for clear definitions to prevent deterring OSS contributions and innovation. Similar concerns are echoed by other open-source organizations.
RFC 0026 proposes replacing macros with "Blocks" in Umbraco's Rich Text Editor (RTE). The intent is to allow editors to insert styled and controlled content into the RTE without relying on macros. Blocks would offer functionalities similar to Block List and Block Grid editors, enhancing the editing experience.
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.