Sebastiaan Janssen announces the Autumn Contribution Challenge, encouraging year-round contributions to the Umbraco community. Participants can submit code samples, blog posts, and ideas to enhance a new community website's "Developer" section. The initiative fosters collaboration, visibility, and learning, culminating in a site launch that showcases contributors' work.
In Umbraco 15, components have been decentralized into their respective packages, altering import paths and enabling better extension capabilities. Developers must update their TypeScript configurations and imports to accommodate the new structure, utilizing the global UmbExtensionManifest for extension types. This change enhances flexibility for package developers but introduces breaking changes.