1.1.0
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 ofdata-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 tocomponent
block, to differentiate between linked item (dataType = "link"
) and a component (dataType = "component"
) - minor adjustments to types and type guards
What's Changed
- Add support for MAPI format by @pokornyd in #45
- Bump follow-redirects from 1.15.5 to 1.15.6 by @dependabot in #46
- add babel transpilation by @pokornyd in #49
Full Changelog: 1.0.1...1.1.0