v2.2.0
This release adds support for Umbraco Mapper. This comes in two forms;
- interfaces and abstract classes which work with Umbraco's IMapDefinition
- Extension methods for
IUmbracoMapper
andMapperContex
t (e.g. MapComponent, MapLinks)
We've decided to target just IComponent
and ILink
for this release as this components tend to be noticeable polymorphic when used in Umbraco CMS.
IImage
was not included as this would likely be built directly in a map definition other other code because of varying things like sources and properties. If a need for MapImage comes up in the future we can explore implementing that.