Skip to content

9.0.1

Choose a tag to compare

@petrsvihlik petrsvihlik released this 17 Dec 13:02

https://www.nuget.org/packages/KenticoCloud.Delivery/9.0.1

Fixes:

  • #145 - Missing content model causes DeliveryClient to silently fail
  • #146 - Resolving inline items with IInlineContentItemsResolver is broken
  • #149 - Custom default inline content items resolver registered through builder is not used

New features:

  • some interfaces were removed or made simpler

Breaking changes:

  • Non-generic IInlineContentItemsResolver was removed as it was an unusable interface that might eventually cause confusion in combination with ITypelessInlineContentItemsResolver.
  • removed members from IInlineContentItemsProcessor

Non-breaking changes:

  • An independent ITypelessInlineContentItemsResolver interface was introduced to wrap and hide IInlineContentItemsResolver<TContentItem> resolvers and provide them in a non-generic way to the InlineContentItemsProcessor that later puts inline content items through the resolver in order to obtain their string representation.
  • New extension methods for IServiceCollection were introduced to allow registration of custom inline content items resolvers