Skip to content

1.1.0

Compare
Choose a tag to compare
@pokornyd pokornyd released this 18 Apr 13:03
· 19 commits to main since this release

Kontent.ai rich text resolver 1.1.0

MAPI support

  • rich text MAPI representation is now correctly parsed
  • adjusted types with generics to differentiate between DAPI/MAPI representations
  • data-asset-id is now used instead of data-image-id for asset reference, as it's common for both MAPI and DAPI (non-breaking change, value remains the same)

Legacy browser support

  • added babel transpilation to support older browsers and environments

Other

  • new dataType attribute added to component block, to differentiate between linked item (dataType = "link") and a component (dataType = "component")
  • minor adjustments to types and type guards

What's Changed

Full Changelog: 1.0.1...1.1.0