Skip to content

v2.2.0

Compare
Choose a tag to compare
@jamiepollock jamiepollock released this 18 Jan 17:08
· 28 commits to main since this release

This release adds support for Umbraco Mapper. This comes in two forms;

  1. interfaces and abstract classes which work with Umbraco's IMapDefinition
  2. Extension methods for IUmbracoMapper and MapperContext (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.